I did everything I could do that was listed on Unity doesn't load, no Launcher, no Dash appears, but even with unity, nothing is happening! All I can see is my desktop and my desktop Icons! I can open programs that are on my desktop fine, but I can't close or move or minimize them! I can minimize and close Google Chrome, however. Any help on what to do? Rough and Improvised picture can be shown. I am currently using my functional guest account.
Asked
Active
Viewed 94 times
0
-
Can you tell us specifically which steps you followed on the linked article? – skarz May 18 '14 at 17:36
-
All of the listed answers posted. – Find Me In The Woods May 19 '14 at 16:09
1 Answers
0
Try to:
Restore default settings
Execute the following commands in terminal, one at time.
gconftool --shutdown
sudo killall -r -I gconf
sudo killall -r -I dconf
rm -rf .compiz* .gconf* .config/dconf/ .config/compiz*
Be aware that above commands will remove any settings or configuration you've done already. Keyboard layouts (if any) will also be removed. Although above commands will not delete any files, they will restore Unity settings as were, when you installed Ubuntu for the first time.
Reboot your system for changes to take effect.

NickTux
- 17,539
-
Thanks, it worked. I'm kinda sad that almost everything is gone, but it worked. Thanks!!! – Find Me In The Woods May 19 '14 at 18:23