NVU NOW!!!!
By glazou on Wednesday 4 February 2004, 00:04 - Nvu - Permalink
The title says it all. Nvu 0.1 is available here soon! Enjoy 
WINDOWS users: you may have to copy the file msvcp70.dll and/or msvcr70.dll to the folder into which you extracted Nvu to get the program to run (thanks to MozillaZine.org!!! I ponder switching back to VC6 because of those bloody annoying missing DLLs).
LINUX users :
- Nvu is built with gcc3. You may have to install libstdc++.so.3.0.4 for instance in
/usr/libor/usr/local/lib(just make sure the place where that lib is going to live in is listed in LD_LIBRARY_PATH) and symlinklibstdc++.so.3to that file if you still have a gcc2.9x-only system. If you have an even more recent libstdc++* file in your /usr/lib, it will work as well; just make a symlink to /usr/lib/libstdc++.so.3 - To view an external URL (to browse an edited file or select one Help menu entry) with Mozilla Application Suite, install this executable script in your system, for instance in the directory where mozilla lives. Edit the MOZILLA_FIVE_HOME environment variable in that script to meet your system settings. Add the following lines to your prefs.js:
user_pref("network.protocol-handler.app.http", "/path/to/the_shell_script"); user_pref("network.protocol-handler.app.https", "/path/to/the_shell_script"); user_pref("network.protocol-handler.app.ftp", "/path/to/the_shell_script"); user_pref("network.protocol-handler.app.file", "/path/to/the_shell_script");For Mozilla Firebird, adjust that variable too and change the last line of the script toexec $MOZILLA_FIVE_HOME/MozillaFirebird $url
- If you can't launch Mozilla after Nvu, it's because your Mozilla version is too old. You need a build made after 22-nov-2003. Just get a 1.6 from Mozilla.org if you don't want to try a nightly.
MozillaZine.org, Slashdot, Linux FR, Tristan Nitot, MozillaNews

Comments
Aleluya!!!

Oooops! download.nvu.com/nvu-0.1....
404 Not Found
The requested URL /nvu-0.1.tar.gz was not found on this server.
Am I a too early adopter?
On Windows, I get the error: This application has failed to start because MSVCR70.dll was not found.
"On Windows, I get the error: This application has failed to start because MSVCR70.dll was not found."
Me too!
NVU looks cool. Please ficx it
haha. The first thing I tried didn't work.

Launch nvu... drag an html file onto the toolbar, tab bar... nada. Drag it into the content area and it pastes a link. I want to open the file
Now to check out that snazzy colour picker everyones been talking about
If you get the MSVCR70.dll error, download the DLL and copy it into the Nvu folder.
www.dll-files.com/dllinde...
Quite good! I'm impressed - by the way for all those early tryer, please try to not comment as 'I'm back to Notepad' (it is on Mozillazine
- be constructive and tells what you miss, what are the bugs and such.
NVU is a community work, we're the community - then we work
In the color picker I'll suggest that there is a default 'previous color' that is selected, currently there is none, and when you click on it when you do your first color selection, it makes all the field shadow, a bit confusing... Just initialize it to black and done with it...
I've seen a problem with the view source when multiple pages were created in different tab, I had the source of the previous page that added up to the source of the freshly created page - I'll try to see if I can reproduce it consistently (which is not the case
BTW, where should we fill the bugs? In Bugzilla?
Could you please create a directory to put the files in when decompressing the tarball. ? It's a behaviour of any .tar.gz file
If you want to keep that way, could you (please) rename the file in .tgz ?
I had the surprise of having all the files in my ~/download/
Thanks.
Anyway, keep on the good work, it's nice, easy to use and I was impressed how nice it was opening a quite complex html page using CSS.
On my Fedora Core 1 system, I encountered the libstdc++.so.3 error. After I downlodaed the libstdc++.so.3.0.4 file linked above, I found that symlinking it from /usr/local/lib/libstdc++.so.3 did not work; I had to symlink it from /usr/lib for nvu to find it.
As far as I know I haven't modified any lib paths or anything, so others on FC1 might find this useful.
The place where you put that lib has to be listed in your LD_LIBRARY_PATH environment variable...
Gratulation!
I am a teacher in Austria (not Australia :-)) want to use NVU at school for teaching HTML etc!!! Thanks for this great software.
Markus
P.S.: I thin i fount a error in the windows version - when i try to use the function Tools / validate HTML i get the following message:
Error launching browser window:TypeError: Components.classes['@mozilla.org/appshell/component/browser/instance:1']has no properties
Markus: yep, that's a bug; thanks for letting me know!
The links don't match:
nvu.com/download.html
download.nvu.com/nvu-0.1....
Where may I find the first release ?
Congratulations Daniel!
I'll try it today..
/Peter
Nvu is quite impressive! Congrats on the great job done so far!
Just a few things I've noticed. (I'm using win version on WinXPsp1)
You didn't specify where you want feedback and bugs be posted, so I'll put them here
- File | New | New tab (tab, not Tab)
- It would be nice to have ctrl-t for new tab
- Can't middle click on tab to close it
- Preferences | helpers (small h)| Web browser - once user-defined is set, it's greyed-out on the next visit. Also, helper text is Lynux-only and cut-off after openURL(. BTW, Nvu still uses default browser ;( Is ther a special syntax to use?
- Preferences dialog has no icon when alt-tab between windows
- No right-click menu for toolbars a-la Firebird
- No toolbar overhand dropdown for long toolbars
- View | Show/Hide | Customize Toolbars is permanently greyed-out after first use
Thanks
My linux box doesn't have the LD_LIBRARY_PATH set. (echo $LD_LIBRARY_PATH gives nothing). So I googled around and found this link: www.visi.com/~barr/ldpath...
So maybe people doing this should just know that it's a hack and not a very beautiful one, better upgrade.
Excellent! Beau travail.
Je viens de l'installer au boulot sous windows 2000. Je suis content de voir mes sites en XHTML+CSS s'ouvrir sans problème.
Bravo. Vite ce soir pour tester ça.
J'ai envoyé la nouvelle à mes collègues et amis.
Well... the LD_LIBRARY_PATH didn't work for me. Here's what I did:
1) Unpacked the archive in /home/ricky/Programs/mozilla/nvu-0.1
2) Downloaded the libstdc++.so.3.0.4 and moved it to /usr/local/lib
3) chmodded and chowned this file so that it reads
-rwxr-xr-x 1 root root 570460 Feb 4 10:06 libstdc++.so.3.0.4*
4) symlinked the library in /home/ricky/Programs/libs
5) created the environment variable as follows: LD_LIBRARY_PATH=/home/ricky/Programs/libs
6) Since I didn't export it, I run /home/ricky/Programs/mozilla/nvu-0.1/nvu from the same console.
Error while loading shared libraries: libstdc++.so.3: cannot open shared object file: No such file or directory
What's the problem?
Sorry for the post about the links which don't match ! It was a cache problem of MozFirebird ?!?
Is the tarball for "other Linux distributions" a x86-binary or the source ? Because I'm running Linux-ppc, but would like to test it NVU
::sigh::
us mac users always have to wait..
oh yeah... haha i don't mean to be a random asshole... congrats!
Very fast to launch, very easy, it is a pleasure to use it.
Little bug, when you first launch it and select a color in the square rainbow, the Hex code is not changed correctly. But if you click in any predefined color and then select in the square rainbow it works perfectly.
A tooltip to explain what does it mean "importance" in the CSS editor may help people like me.
Sinon très jolie photo du fiston, je comprends que le papa soit heureux !
@ricky
you have to symlink to libstdc++.so.3
in your case:
ln -s /usr/local/lib/libstdc++.so.3.0.4 /home/ricky/Programs/libs/libstdc++.so.3
did you do that ??
@Marek
Thanks, I missed that part. But still can't use NVU, since I have no GLIBC_2.3
One more reason to upgrade I guess...
I have tried a bit and have some errors.
1. Help->About Nvu and click Copyright and contribute information you would open the page in that dialog.
2. There is XML error on the Help of inserting Links.
3. Selecting any value of font-weight property in CSS editor and then selecting to "unspecified" again the value would change to "Inherited" while switching tabs.
and I find it difficult to insert the form elements respectively. I can't press enter to the next newline after inserting a form element, which is hard to make formal forms.
Besides, I have some comments about the CSS editor.
It's great for the preview of CSS rendered by Gecko engine.
However, the whole CSS preview effect was separated into different tabs and thus I have to switch the tabs frequently to refine the style. Also, there is no preview for box model which is frequently used.
Is it possible to implement the Inspector like Dreamweaver(or something like Visual Studio?) so that the page would be dynamically refined by adjusting the CSS, especially the box model properties at the same time?
Anyway, it's really a good piece of work! Thanks!
Une premiere version sympathique, en tout cas prometteuse :). J'attends avec impatience la création du site pour les developpeurs, afin de pouvoir participer au developpement de cet outil qui je l'espere me permettra enfin de me passer du vilain dreamweaver...
To clarify what I have said before, its Tag Inspector instead of Inspector. It behaves something like Advanced Property Editor which Mozilla Composer already has.
Another problem I have found is clicking Tools->Download Manager does nothing.
[sime@erupt nvu]$ echo $LD_LIBRARY_PATH
/usr/local/lib
[sime@erupt nvu]$ ls -l /usr/local/lib/libstdc++.so.3.0.4
-rw-r--r-- 1 root root 570460 Feb 4 23:12 /usr/local/lib/libstdc++.so.3.0.4
[sime@erupt nvu]$ ./nvu
./nvu-bin: error while loading shared libraries: libstdc++.so.3: cannot open shared object file: No such file or directory
Sime, look at the comment of Marek made at 11:27 webperso.easyconnect.fr/d...
Well, I would like to know why the Doctype line (first row, source view) is locked? How can I change Doctype?
Ok, finally got it to run on another box with Mandrake 9.2 (previous was on Mandrake 9.0).
Daniel, very nice work. It's really pleasant to actually work with it and not only look at your teaser screenshots :-P
I've been playing around with the forms and noticed the following:
1) there's no easy way to add labels to a form. However, once it is there, It's being recognized as such, prompting for the "for" attribute for example.
2) it's hard to get the label properties window since clicking on the label takes the focus off the label and puts it into the according field. I needed quite some double-clicking until it finally appeared.
3) When the label is correctly defined, then finally manage to bring up the properties dialog, see everything is right and click OK, the label disappears.
Great!!!
1) There are some problems with Calendar. I added it, and wasn't able to delete just by selecting and pressing <del> button.
2) Can Calendar use stylesheet instead of <center>&friends? XHTML is knocking to Your doors - will You with NVU be the first who'll let it in?
I obviously must be doing something wrong, seeing how many people appear to have no problems running it.. I downloaded and extracted both nvu-0.1 and the VS7 files to c:\Program Files vu . When I try to start nvu.exe nothing happens, i.e. I can see the process showing up for a second or so in Task Manager / Process Explorer and then it's gone again. I can see that it created a profile directory but that's it. I also tried starting it with the -p option but after closing the profile manager it's gone again. What other steps are required to get this thing running?
Firebird 0.7, Firebird 0.8+ and Thunderbird 0.5+ (both from Scragz) are installed as well if that matters. Could this maybe be causing any conflicts?
[running W2K Pro SP4]
Great, I've played with it and it's really fun !!!
Where should we post our remarks ? here ?
I have several remarks:
1) On linux, the binary is built with glic-2.3 so, it can not be used on not very recent linux. So, the rest of my remarks on NT based.
2) In the ftp manager, if the 'save password' is not checked, then it's not possible to log in.
3) In the ftp manager, if I select a file, I have on the menu 'Delete File', "Remove Directory' two times, it's strange.
4) When you change for Normal to another view (for example HTML), it would be really nice to have to cursor located at the right place.
5) When I save a file using 'Publish as', the ftp manager is not refreshed, so the new file is not visible.
Alain
Cher Daniel Glazman,
J'attendais avec impatience cette première mouture de la version indépendante du Composer++, alias Nvu. Je souhaitais vous signaler plusieurs points :
1)- problème de lien avec la page affichée ou avec les pages externes, a fortiori : on n'a pas accès aux ancres déjà établies. Je vous avais déjà signalé cela dans des messages mais la situation semble s'être aggravée entre-temps car on ne peut plus créer de lien vers une ancre interne, alors qu'on le peut avec Composer++ ;
2)- une version française est-elle prévue ? Je pense qu'une liaison sera forcément établie entre Firebird, Thunderbird et Nvu ; du moins peut-on le supposer ;
3)- où peut-on se procurer l'aide en ligne [renvoi à un fichier xul qui n'existe pas] ;
4)- un correcteur orthographique est indispensable pour les « coquilles » ; comment peut-on installer le correcteur de Composer++ dans Nvu ?
Merci de vos réponses et bravo pour les efforts que vous déployez !
Hervé Delboy
Ok, when are those missing .dlls going to be with the build? I think lots of reviews will complain it doesn't work
franCk, you didn't like my comment on mozillazine? :P (WillyWonka)
I enjoyed testing out Nvu. The CSS editor is the tool I liked the best, but it does need some work on the interface. For example, the way new stylesheets and rules are created is confusing, especially for a newb. The calender widget was neat, and I can't wait to see more of these widgets coming out.
Also, it would be nice to have a way to, for example, to be able to tell nvu to insert the last date that a page was updated, or something of that sort. Perhaps a WYSIWYG WML editor. I've never actually used WML, but it sounds like the type of thing that attract people from the Dreamweaver crowd.
Good work,
Pingveno
I still cannot get it running on linux. And I dont understand why i would symlink the library to ../libs webperso.easyconnect.fr/d...
Salut,
Je viens tout juste de récupérer se programme qui semble très prometteur.
Ça me semble au moins aussi bien que composer donc ça va me plaire.
En revanche je me demande si il y a un moyen de spécifier le nombre maximal de connexions à un serveur FTP.
Par exemple chez Free, 2 connexions sont autorisées, donc quand je charge un page contenant des images il n'en charge qu'une seule, pour les autres j'ai droit à une erreur code 421 "Vous êtes déjà connecter 2 fois".
Je pense qu'il doit être possible de spécifier cela dans un des fichiers, comme par exemple all.js ou pref.js. J'ai tenter un pref("network.ftp.max-connections", 1); mais ça ne semble pas résoudre cet ennui.
Si quelqu'un a des conseils a me donner je suis à l'écoute.
Je retourne à mon exploration de Nvu.
Hi,
First off, great work. I've waiting for a tool like this. I've used the
Mozilla Composer before but this seems to be better. I really apreciate the fact
that those "automatic <br>" tags have gone
I don't know if this is the right place, but there is a "feature" that I would really like to have. When I select a piece of text in the "normal" tab and then
switch to the "<html> source" tab, then I would like the same piece of text to be selected and the cursor placed right in front of the selected text. It would make editing a bit simpler for me.
Keep up the good work !
Pieter
I used it a bit on Windows XP (will try Linux version soon). Everything I tried worked.
We teach programming to kids and include writing HTML. I currently have the kids use Composer and expect I can change to Nvu.
-----
The CSS editor looked like it will be useful. I think it is more that many home users will pick up on, but looks very good when teaching CSS.
The calendar widget looked interesting. Can this be used to add templates and other stuff to build a web site with a common look and feel also?
I tested and WebDAV worked! I have not used the FTP part.
Thanks again!
Gary
Help, the install of Nvu seems to be difficult. I'm familure with tar files, running ./configure make make install, I can't seem to get my brain around how to install Nvu .15 ... I've got Mozilla 1.6 as well as Firebird, I'm running FC1 (Variant) and haven't had a problem with anything really until now.
Is there a better detailed install method than that linked to the Nvu download site? webperso.easyconnect.fr/d... is the link.
Thanks for any and all help,
Justin
P.S. Linux has needed Nvu for years, thanks for your efforts.
cl /MT gets you out of DLL hell.
Merci pour cet outil qui je l'espère va nous permettre de basculer complètement sous Linux pour gérer nos sites et dire au revoir à Nemo, Dreamweaver, etc..
Daniel
Hi! First, I'm very glad to see a wysiwyg-editor on linux. Thank you! I've been wishing for one the last couple of years, and now nvu-0.1 is here

But am I missing something? I've unpacked the file, launch ./nvu and then mozilla 1.6 starts. Where is Nvu? I'm using a fresh install of Gentoo with all the new packages (glibc-2.3.2, gcc-3.3.2, linux-2.6.2, etc)
Thx for any help!
how can we report bugs ?
for my little experience, it seems ok but some troubles, when editing a remote html page whith images: the first image is loaded and displayed but the others are not displayed. I have reproduced it with another site.
Hi, I have problems with the installation of NVU, it is no clear,
can you help me ..
Maybe it's just me, but I can't find anyway of producing a new frames based [age. Other than that, a very promising start
There is no support for Frames editing right now.
I've problems building NVU from source. I don't find "nvu" under ~/mozilla/dist/bin.
What happened here?
HEEELP!!!
I downloaded the "nvu-0.1.tar.gz" file and unpacked it in /usr/local/nvu and made a link to /sr/local/nvu/nvu on my desktop, (as I do with all my favorite apps), I run RH9 and it is absolute impossible for me to launch the program.
As I understand the program should be compiled and ready to run?
What am I missing. (There should be some sort of guide for installation).
Building on Linux (RH 9/Intel) with the nvu sources and the netwerk patch, the build is dying very late in the process, here:
gmake[6]: Entering directory `/home/rtoren/projects/mozilla/mozilla/xpfe/components/history/src'
nsGlobalHistory.cpp
c++ -o nsGlobalHistory.o -c -DOSTYPE=\"Linux2.4.20-18\" -DOSARCH=\"Linux\" -I../../../../dist/include/xpcom -I../../../../dist/include/string -I../../../../dist/include/docshell -I../../../../dist/include/rdf -I../../../../dist/include/mork -I../../../../dist/include/pref -I../../../../dist/include/necko -I../../../../dist/include/intl -I../../../../dist/include/unicharutil -I../../../../dist/include/uconv -I../../../../dist/include/appcomps -I../../../../dist/include/history -I../../../../dist/include -I/home/rtoren/projects/mozilla/mozilla/dist/include/nspr -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -fshort-wchar -pthread -pipe -DDEBUG -D_DEBUG -DDEBUG_rtoren -DTRACING -g -fno-inline -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../../mozilla-config.h -Wp,-MD,.deps/nsGlobalHistory.pp nsGlobalHistory.cpp
nsGlobalHistory.cpp:1078: no `nsresult nsGlobalHistory::RemovePage(const char*)
' member function declared in class `nsGlobalHistory'
nsGlobalHistory.cpp: In member function `virtual nsresult
nsGlobalHistory::Unassert(nsIRDFResource*, nsIRDFResource*, nsIRDFNode*)':
nsGlobalHistory.cpp:1992: `RemovePage' undeclared (first use this function)
nsGlobalHistory.cpp:1992: (Each undeclared identifier is reported only once for
each function it appears in.)
gmake[6]: *** [nsGlobalHistory.o] Error 1
gmake[6]: Leaving directory `/home/rtoren/projects/mozilla/mozilla/xpfe/components/history/src'
gmake[5]: *** [libs] Error 2
gmake[5]: Leaving directory `/home/rtoren/projects/mozilla/mozilla/xpfe/components/history'
gmake[4]: *** [libs] Error 2
gmake[4]: Leaving directory `/home/rtoren/projects/mozilla/mozilla/xpfe/components'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory `/home/rtoren/projects/mozilla/mozilla/xpfe'
gmake[2]: *** [tier_50] Error 2
gmake[2]: Leaving directory `/home/rtoren/projects/mozilla/mozilla'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/rtoren/projects/mozilla/mozilla'
make: *** [build] Error 2
I'm guessing that hyoga's problem may be related to this, since this appears to be before nvu-bin gets built.
Daniel -- have you built against the trunk in the last couple of days?
Besides this problem, building was pretty simple. I'm guessing that some minor change in the file in question is the source of trouble (since the Seamonkey tree is green right now).
Thanks for keeping this project going; Composer deserves a long life!
Rob
Torenware Networks
> Daniel -- have you built against the trunk in the last couple of days?
yes, I do that almost every day.
I have the same problem as torenware.
I'm having the same build problem that torenware is having.
What should I do to fix it?
I' also havind the same problem (with slackware 9.1) as MSquared and torenware. Is there a fix?
Can't wait to try Nvu... but
compiling from source on Redhat 9 - got this - not sure what to do next.
<snip>
nsXBLProtoImplMember.cpp
c++ -o nsXBLProtoImplMember.o -c -DOSTYPE=\"Linux2.4.20-28\" -DOSARCH=\"Linux\" -D_IMPL_NS_LAYOUT -I./../../base/src -I./../../html/style/src -I./../../html/base/src -I./../../html/document/src -I./../../xml/document/src -I./../../xul/content/src -I../../../dist/include/xpcom -I../../../dist/include/string
-I../../../dist/include/js -I../../../dist/include/dom -I../../../dist/include/gfx -I../../../dist/include/layout -I../../../dist/include/xultmpl -I../../../dist/include/widget -I../../../dist/include/view
-I../../../dist/include/caps -I../../../dist/include/htmlparser -I../../../dist/include/necko -I../../../dist/include/xpconnect -I../../../dist/include/pref -I../../../dist/include/docshell -I../../../dist/include/webshell -I../../../dist/include/lwbrk -I../../../dist/include/xul -I../../../dist/include/xuldoc -I../../../dist/include/rdf -I../../../dist/include/imglib2 -I../../../dist/include/unicharutil -I../../../dist/include/locale -I../../../dist/include/intl -I../../../dist/include/content -I../../../dist/include -I/root/mozilla/dist/include/nspr -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -fshort-wchar -pthread -pipe -DDEBUG -D_DEBUG -DDEBUG_root -DTRACING -g -fno-inline -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/nsXBLProtoImplMember.pp nsXBLProtoImplMember.cpp
nsXBLProtoImplMember.cpp:44: `static' may not be used when defining (as opposed
to declaring) a static data member
nsXBLProtoImplMember.cpp:45: `static' may not be used when defining (as opposed
to declaring) a static data member
nsXBLProtoImplMember.cpp:46: `static' may not be used when defining (as opposed
to declaring) a static data member
gmake[5]: *** [nsXBLProtoImplMember.o] Error 1
gmake[5]: Leaving directory `/root/mozilla/content/xbl/src'
gmake[4]: *** [libs] Error 2
gmake[4]: Leaving directory `/root/mozilla/content/xbl'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory `/root/mozilla/content'
gmake[2]: *** [tier_9] Error 2
gmake[2]: Leaving directory `/root/mozilla'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/root/mozilla'
make: *** [build] Error 2
Will the rpm work on a fairly generic RH9 as is?
Thanks
I Untar NVU and everthing..and when i try to run "./nvu" i get the following error:
*** global extensions startup!
(Gecko:1977): Gdk-WARNING **: gdkdrawable-x11.c:787 drawable is not a pixmap or
window
/root/NVU/nvu/run-mozilla.sh: line 451: 1977 Segmentation fault "$prog" ${1+"$@"}
Could someone help me? Why does this happen. and I really want to use NVU.
Im using RH8 Distro.
-Chad
I dont know about installing it I just run it, but when I try to open a file it crashes. I am using firefox on RH9
Subject: NVU does not run in my updated RH8 box neither!
I'm getting the same result as Chad.
I already updated gdk-pixbuf to "redhat 9 updates" version (currently gdk-pixbuf-0.22.0-6.1.0 and related *-gnome and *-devel packages) but I am still getting the same (exact!) error as Chad.
My distro is also based on RH8, but I have updated lots of libraries (so I guess it's not the typical RH8 installation) and other packages. However, everything else runs just fine, so I guess there must be a particular issue related to nvu.
Kind regards,
EzequielV
I have also updated RH8 and i ALSO get same error
Gdk-WARNING **: gdkdrawable-x11.c:787 drawable is not a pixmap or window
/root/nvu/run-mozilla.sh: line 451: 5861 Segmentation fault "$prog" ${1+"$@"}
I don't understand
Hi Daniel. Installing Nvu on FC1, I get this error:
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
(nvu-bin:8983): Gtk-WARNING **: cannot open display:
I can however start nvu as root. I would like to be able to open it as another user. Any tips?
Thanks,
hello,
i have a problem with my provider, that does not allow to many ftp connections, somehow used by NVU. i get a 421 error "too many connections"!! i do not have the problem with other providers, but i cannot drop this one. is there a way to fix that?