Re: nautilus bookmarks in folders?



You could make a folder on your Desktop, and then use a script to create
Desktop Shortcuts from your nautilus bookmarks, and then organize the folder
as you please. I ran the following from my home folder:

mkdir Desktop/Bookmarks

cat .gtk-bookmarks | sed -s 's/^\([^ ]*\) \(.*\)$/echo "\[Desktop
Entry\]\nVersion=1.0\nEncoding=UTF-8\nName=\2\nType=Link\nURL=\1\nName\[en-US\]=\2"
> "Desktop\/Bookmarks\/\2"/' > /tmp/makeShortcuts.sh

sh /tmp/makeShortcuts.sh


Robin Bultot wrote:
> 
> Hello,
> 
> I was wondering if it is possible to place nautilus bookmarks into
> folders? I use nautilus for my ftp connections and I'd like to bookmark
> my clients and sort them into folders. (firefox-like)
> 
> If it can't be done at the moment it maybe better to see this as a
> feature-request.
> 
> Thanks in advance,
> -  
> Robin Bultot
> 
> 
> -- 
> nautilus-list mailing list
> nautilus-list gnome org
> http://mail.gnome.org/mailman/listinfo/nautilus-list
> 
> 

-- 
View this message in context: http://www.nabble.com/nautilus-bookmarks-in-folders--tp14521383p25151453.html
Sent from the Gnome - Nautilus mailing list archive at Nabble.com.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]