The fix is actually very simple. It involves removing a folder. The simplest way to accomplish this is to open a terminal and run the following:
This command removes the directory /home/yourname/.gconf/nautilus and the files in it giving you written confirmation, and kills the nautilus process IF the delete is successful.Code:rm -vr ~/.gconf/apps/nautilus && killall nautilus
You may find this solution more comfortable as a beginner:
Which reboots instead of merely killing the process. This may save any abnormalities that might occur from killing nautilus (like missing desktop icons).Code:rm -vr ~/.gconf/apps/nautilus && sudo reboot
EDIT: First command works flawlessly. No abnormal effects or anything.




Adv Reply



Bookmarks