Gnome File Manager crashing

Hi just installed FreeBSD 8.0 x64 with Xorg and Gnome 2.30 successfully, but now the file manager is crashing over and over again after i added an emblem to my home folder (for no reason :p)

after i login the theme has become lower quality, the desktop is continually flashing between my background and the default and File Manager is continually trying to start and crashes. how can i fix this? here are some logs that show over and over again:

Code:
kernel: pid 64066 (nautilus), uid 1001: exited on signal 11 (core dumped)
Sep 24 01:21:58  kernel: pid 64105 (nautilus), uid 1001: exited on signal 11 (core dumped)
Sep 24 01:21:59  kernel: pid 64142 (nautilus), uid 1001: exited on signal 11 (core dumped)
Sep 24 01:22:00  kernel: pid 64179 (nautilus), uid 1001: exited on signal 11 (core dumped)
Sep 24 01:22:00  kernel: pid 64216 (nautilus), uid 1001: exited on signal 11 (core dumped)
Sep 24 01:22:01  kernel: pid 64253 (nautilus), uid 1001: exited on signal 11 (core dumped)
Sep 24 01:22:01  kernel: pid 64302 (nautilus), uid 1001: exited on signal 11 (core dumped)
Sep 24 01:22:02  pulseaudio[64341]: module.c: module-detect is deprecated: Please use module-udev-detect instead of module-detect!
Sep 24 01:22:02  pulseaudio[64341]: module-detect.c: failed to detect any sound hardware.
Sep 24 01:22:02  pulseaudio[64341]: module.c: Failed to load  module "module-detect" (argument: ""): initialization failed.
Sep 24 01:22:02  pulseaudio[64341]: main.c: Module load failed.
Sep 24 01:22:02  pulseaudio[64341]: main.c: Failed to initialize daemon.
Sep 24 01:22:02  pulseaudio[64340]: main.c: Daemon startup failed.
 
I can now open folders from the places menu and nautilus opens from there, but there are no folder icons, just blank icons.

Entering a ./nautilus opens nautilus and shows my desktop brackground, but then crashes straight away with:

Code:
Maximum number of clients reached
** (nautilus:40909): WARNING **: Unable to open display ':0.0' when setting background pixmap

(nautilus:40909): Gdk-CRITICAL **: gdk_draw_pixbuf: assertion `GDK_IS_DRAWABLE (drawable)' failed

(nautilus:40909): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed

(nautilus:40909): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed
Segmentation fault
 
[CMD=]killall gpk-update-icon[/CMD]

Seems to help the env is a lot more resposive, but I still dont have a desktop and some apps dont open.
 
rich-bsd said:
the file manager is crashing over and over again after i added an emblem to my home folder
If you are sure this is the reason, you can always "reset" your configuration by renaming the appropriate directories/files inside ~/.nautilus/metafiles (XML files).
 
Thanks for the reply. There is nothing in that file.

I'm certain problems started happening after I added an emblem, but it may be a coincidence?

Sequence of events before problems:
- installed Gnome using pkg_add
- added gnome_enable="YES" to /etc/rc.conf
- installed Xorg using pkg_add
- added /proc to /etc/fstab

Right now I can log in and continually pkill nautilus until it stops crashing. I can open folders from the places menu and launch some apps, but no desktop and some apps don't launch.
 
rich-bsd said:
Code:
Maximum number of clients reached
** (nautilus:40909): WARNING **: Unable to open display ':0.0' when setting background pixmap

(nautilus:40909): Gdk-CRITICAL **: gdk_draw_pixbuf: assertion `GDK_IS_DRAWABLE (drawable)' failed

(nautilus:40909): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed

(nautilus:40909): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed
Segmentation fault

There are two issues. One that nautilus is crashing. I had the same problem, so reported here: https://bugzilla.gnome.org/show_bug.cgi?id=633086. And the second is that something takes too many connections: See: http://forums.freebsd.org/showthread.php?p=106510
See also: http://webcache.googleusercontent.c...g/showthread.php?p=106510"&cd=1&hl=en&ct=clnk.
 
Back
Top