PDA

View Full Version : [ubuntu] nautilus hung?



Shpadoinkle
September 28th, 2010, 05:34 PM
upon installing updates for 10.10 this morning, nautilus seems to be hung. i cannot open any folders, nor right click on the desktop. when trying to run nautilus from the terminal, i get this output.


nautilus: symbol lookup error: nautilus: undefined symbol: g_application_get_type

any ideas?

Shpadoinkle
September 28th, 2010, 06:40 PM
help,anyone...

MariusLV
October 6th, 2010, 05:21 PM
Try this:
sudo apt-get purge nautilus && apt-get install nautilus

justinlindh
October 6th, 2010, 07:42 PM
For what it's worth, I had this same problem after updating/restarting this morning as well. The symptoms of it include Gnome attempting to load/reload nautilus very, very rapidly (the application panel is overwhelmed with entries).

I took the idiot approach and just 'apt-get remove nautilus', after which Gnome got very angry with me. I winded up having to "apt-get install --reinstall ubuntu-desktop" after making that mistake. MariusLV's suggestion, if it works, is probably preferable.

mister_p_1998
October 7th, 2010, 10:26 AM
Might be the same problem Ive had for a while...
http://ubuntuforums.org/showthread.php?t=1587841

MariusLV
October 7th, 2010, 04:10 PM
The reason why I suggest to use "purge" rather than, as justinlindh did, "remove", is that the remove-command only removes the application itself whilst leaving behind the configuration files. Therefore, if there is a problem with a configuration file, the problem will still manifest itself when you reinstall the application, because the fresh install will still use the same configuration files. The purge-command, on the other hand, deletes both the application AND the configuration files, making it the best way to ensure a fresh start when reinstalling. I'd say there's a good chance purging and reinstalling will fix your problem - at least it worked for me when I recently experienced similar symptoms.

If you use a lot of third-party software repositories, I suppose there is a chance your problems might be caused by faulty or conflicting packages. Now, this is pure speculation, of course, but if for some reason purging and reinstalling doesn't work, it might be worth trying it again after disabling all but Canonical's official Ubuntu repositories. Hope you manage to solve your problem.