Last active
October 9, 2016 18:59
-
-
Save vunb/cdc715708218c98e6e5dac0cef95589c to your computer and use it in GitHub Desktop.
Ubuntu 14.04 top taskbar missing, only desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#try this for Ubuntu 14.04 | |
sudo apt-get install unity-tweak-tool | |
#To reset Unity, do | |
unity-tweak-tool --reset-unity | |
#Ref: http://askubuntu.com/a/511604 | |
# If ERROR: Cannot autolaunch D-Bus without X11 see the link: http://askubuntu.com/a/748046 | |
# Or type this command: | |
dconf reset -f /org/compiz/ | |
#if error, type: | |
export DISPLAY=:0.0 | |
# then type again: dconf reset -f /org/compiz/ | |
# then reset unity. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment