In my Ubuntu, I have added some frequented directories to the bookmarks of Nautilus, for visiting them quicker.
I am looking for where the dir bookmarks of Nautilus are stored, but to no avail:
$ find ~ -name nautilus | less ./.config/nautilus ./.gconf/apps/nautilus ./.gconf/apps/ubuntuone/nautilus ./.gnome2/accels/nautilus $ find ~ -name bookmarks | less ./.streamtuner/cache/bookmarks ./.config/zathura/bookmarks ./.elinks/bookmarks
I checked the above locations, and content of the files there, but didn't find anything for bookmarks.
Is it possible to convert the dir bookmarks in Nautilus to links? It seems like dirs can't have hard links, but I prefer the links can still work after changing the dirs' name.
Thanks.
$HOME/.config/gtk-2.0', which doesn't have
bookmarksinside. Also see the output of my searching for
bookmarks`. – Tim Jul 27 '14 at 05:13$HOME/.gtk-bookmarks
? (2) I am wondering about how to write a (bash) script to convert the contents of$HOME/.gtk-bookmarks
to links (softlinks or hardlinks) – Tim Jul 27 '14 at 12:53