Main Menu (suckerfish)

Restore broken Ubuntu desktop

I screwed up my Ubuntu desktop. I accidentally deleted the panels and the icons on my Ubuntu desktop. The whole desktop is messed up, I can't figure out how to restore it?

After googling around, I found a solution how to fix this mess. To restore the Desktop settings, just run these command in the console:

cd /home/username
rm -rf .gnome2 .gconf .gconfd .metacity

Then reboot your computer

sudo reboot

After rebooting, your Desktop will return to its default settings.


Your rating: None Average: 5 (1 vote)
Michael's picture

restore desktop

There is no need to (re)start with a new default desktop. You can save all settings/icons with
dar -c desktop -g .gnome2 -g .gconf -g .gconfd -g .metacity -g .nautilus
All settings are stored in the dar archive desktop. Restore your desktop with
dar -x desktop -w -O
Install dar from synaptic if it isn't already installed.

Anonymous's picture

Thakyou soooo much! Saved me

Thakyou soooo much! Saved me so much time and hastle! I run ubuntu 8.10 and solved the problem with one restart after trying to install the gtk theme manager.

from Brazil's picture

thanks

Thank you very much!!!

webmaster's picture

Just delete the .kde folder in your home directory

What version of KDE? For version 3x, just delete the .kde folder in your home directory. I haven't tried it for version 4x, I don't know if this method would work on v4.
sed -i 's/windows/linux/' os

zaine_ridling's picture

same for KDE?

Wondering if it's the same command for KDE? Thanks.

HowtoMatrix » Restore broken Ubuntu desktop's picture

Pingback

[...] Read more at www.cahilig.org [...]

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may quote other posts using [quote] tags.

More information about formatting options