Advertisement
caglartoklu

Gnome Nautilus bookmarks file and editing it

May 5th, 2011
536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.73 KB | None | 0 0
  1. #You can edit or backup your bookmarks on Gnome Nautilus.
  2. #Your bookmarks are stored in this file:
  3.  
  4. cat ~/.gtk-bookmarks
  5.  
  6. #Contents of the file:
  7. -------------
  8. file:///home/myusername/Documents
  9. file:///home/myusername/Music
  10. file:///home/myusername/Pictures
  11. file:///home/myusername/Videos
  12. file:///home/myusername/.wine/drive_c drive_c
  13. file:///home/myusername/Downloads
  14. file:////usr/share/doc
  15. file:////usr/share/doc/python2.7/html PythonDoc
  16. file:////usr/share/doc/python-django-doc/html DjangoDoc
  17. -------------
  18. #If you make a change in the file and save it, the bookmarks will immediately be updated on Nautilus.
  19. #Please pay attention to last two lines:
  20. #2 directories named with 'html' but we can assign aliases to distinguish them.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement