Guest User

Untitled

a guest
Jan 21st, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. gresource list /path/to/filename.gresource | grep <resource-name>
  2.  
  3. gresource list /path/to/filename.gresource | grep checkbox-off.svg
  4.  
  5. gresource extract /path/to/filename.gresource /path/to/resource
  6.  
  7. gresource extract /path/to/filename.gresource /org/gnome/shell/theme/checkbox-off.svg
  8.  
  9. url("resource:///path/to/resource");
  10.  
  11. url("resource:///org/gnome/shell/theme/checkbox-off.svg");
  12.  
  13. sudo apt-get install dconf-editor
  14.  
  15. dconf-editor
Add Comment
Please, Sign In to add comment