Comment 12 for bug 674876

Revision history for this message
dobey (dobey) wrote :

OK, I am unable to reproduce the problem with the version that Naty seemed to do so with (and I'm running 11.04 already, so not sure if something different in nautilus or some other lib might have 'fixed' it inadvertently); and Naty tells me she can't reproduce with the stock version from 10.10 main.

Thomas, if you are still able to reproduce the problem, would you mind trying to get a backtrace to use? You will need to perform these steps to do so, in a terminal (Programs->Accessories->Terminal):

gconftool-2 --type bool --set /apps/nautilus/preferences/show_desktop False
sudo apt-get install ubuntuone-client-gnome
gdb nautilus

Then, all of the following will be done in gdb (as show with the (gdb) prompt prefix:

(gdb) run

reproduce the crash in nautilus, and come back to the terminal where you ran gdb nautilus from:

(gdb) thread apply all bt

Copy and paste the entire output from that point, into a new comment on this bug. You can then use the "quit" command inside gdb, and run the following in the terminal, to restore your previous setup before the debugging session:

sudo apt-get remove --purge ubuntuone-client-gnome
gconftool-2 --type bool --set /apps/nautilus/preferences/show_desktop True

Thanks.