Advertisement
Guest User

Untitled

a guest
Dec 27th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. sudo apt-get install dconf-tools
  2.  
  3. dconf dump /org/gnome/gnome-panel/ > /some/location/backup.xml
  4.  
  5. gsettings set org.gnome.gnome-panel.layout toplevel-id-list [""]
  6.  
  7. cat /some/location/backup.xml | dconf load /org/gnome/gnome-panel/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement