LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   The application nautilus has crashed. (https://www.linuxquestions.org/questions/linux-newbie-8/the-application-nautilus-has-crashed-557340/)

Virtuality 05-29-2007 12:14 AM

The application nautilus has crashed.
 
Quote:

The application nautilus has crashed.

However you don't have installed bug-buddy, the
GNOME crash report tool. If you want to help us
to make GNOME better, please, install it
I get this error when I start Fedora Core 6. This is the first time I have started it - just installed.

I get this error when I try to open the file manager.

Currently doing security updates then will install bugbuddy, I suppose.

How can I fix it? I am using GNOME. Is KDE better? this will be a web&file server.

rdgreenlaw 05-30-2007 04:51 PM

Do you really need a GUI? Web and file servers function best when they have the maximum amount of memory (RAM) available for their use. The GUI uses an enormous amount of memory and will slow down the server. If you need to use graphics to edit the file you could try installing webmin. It will allow you to log into the server from port 10000.
Code:

http://servername_or_ip:10000
or
https://server_or_ip:10000 (if using ssl to secure the server)

If you log in as root you can edit files using any web browser. I use this method on my web server so I don't have to have the GUI running.

You can edit /etc/inittab to stop the GUI from loading by changing

id:5:initdefault:
to
id:3:initdefault:

This will turn on multi-user without loading the GUI. You may use startx to start the GUI if you need it for a single session, or re-enable the GUI within inittab if you need to run it for more than a single session.


All times are GMT -5. The time now is 11:52 PM.