Quote:
Originally Posted by alienclone
sounds like you need to reinstall Nautilus
Code:
sudo apt-get purge nautilus && sudo apt-get install ubuntu-desktop
hit y then enter at each prompt (should be twice) then after it is finished try to open nautilus from the terminal again and see if it works
|
I ran the code and the terminal said:
mark@Lexington-19-karmic:~$ nautilus
(nautilus:3927): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed
mark@Lexington-19-karmic:~$
and then the Nautilus GUI window opened.
However, when I opened Places and pulled down to Home Folder, Rhythmbox opened instead of Nautilus.
Netsearching for eel-critical returned:
Try deleting all your configuration files with
cd /home/yourusername
then
sudo rm -rf .gnome2 .gconf .gconfd .metacity
This should restore the system to a default desktop. - From a recovery screen of course. It will wipe out all configuration settings, including Evolution settings, so back those up before using the command.
from:
http://ubuntuforums.org/showthread.p...69#post8428769
I'm marking this as solved.
Thanks, Community.