Comment 13 for bug 723862

Revision history for this message
Dmitry Shachnev (mitya57) wrote : Re: Natuilus quicklist does not contain the locations previously found under the 'Places' menu.

Speaking about the implementation, I see two possibilities here:

 - Write a simple script that watches .gtk-bookmarks file and exports its contents to the quicklist of nautilus(-home).desktop.
 - Write a patch for Nautilus itself that makes use of NautilusBookmarkList object, exports it to the quicklist, and connects its signals to an internal function which opens a new window/tab.

The latter is much easier to implement, but it will probably increase boot time.
@seb128, didrocks: Any ideas on what's better?