Advertisement
Guest User

Untitled

a guest
Nov 29th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. gsettings list-schemas
  2.  
  3. gsettings list-recursively
  4.  
  5. gsettings list-schemas | grep -i shotwell
  6.  
  7. org.yorba.shotwell
  8. org.yorba.shotwell.preferences.ui
  9. org.yorba.shotwell.preferences.slideshow
  10. org.yorba.shotwell.plugins.enable-state
  11. org.yorba.shotwell.printing
  12. org.yorba.shotwell.preferences.editing
  13. org.yorba.shotwell.preferences.files
  14.  
  15. gsettings list-keys org.yorba.shotwell.preferences.ui
  16.  
  17. background-color
  18. display-basic-properties
  19. display-extended-properties
  20. display-photo-ratings
  21. display-photo-tags
  22. display-photo-titles
  23. event-photos-sort-ascending
  24. event-photos-sort-by
  25.  
  26. gsettings get org.yorba.shotwell.preferences.ui display-photo-tags
  27.  
  28. gsettings set org.yorba.shotwell.preferences.ui display-photo-tags false
  29.  
  30. sudo apt-get install dconf-tools
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement