Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. dconf write /com/canonical/indicator/session/show-real-name-on-panel false
  2.  
  3. $ dconf update
  4. fatal: Error opening directory '/etc/dconf/db': No such file or directory
  5.  
  6. gsettings set com.canonical.indicator.session show-real-name-on-panel false
  7.  
  8. dconf write /org/gnome/gnome-session/auto-save-session true
  9.  
  10. dconf write /org/compiz/profiles/unity/plugins/core/outputs "['3200x1800+288+2160', '3840x2160+0+0']"
  11.  
  12. gsettings set org.compiz.profiles.unity.plugins.core outputs "['3200x1800+288+2160', '3840x2160+0+0']"
  13. # No such schema 'org.compiz.profiles.unity.plugins.core'
  14.  
  15. dconf dump / >~/.config/dconf/user.conf
  16.  
  17. editor ~/.config/dconf/user.conf
  18.  
  19. dconf watch /
  20.  
  21. dconf load / <~/.config/dconf/user.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement