Skip to content

Instantly share code, notes, and snippets.

@vunb
Last active October 9, 2016 18:59
Show Gist options
  • Save vunb/cdc715708218c98e6e5dac0cef95589c to your computer and use it in GitHub Desktop.
Save vunb/cdc715708218c98e6e5dac0cef95589c to your computer and use it in GitHub Desktop.
Ubuntu 14.04 top taskbar missing, only desktop
#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