Re: GtkFileChooser API work



On Tue, 02 Sep 2003 16:43:42 +0200, Rodrigo Moya wrote:
>
> hmm, bookmarks. Wasn't there some work on freedesktop.org to have a
> shred location for bookmarks? If so, the file selector could use that.
> 

At least KDE stores the file selector bookmarks in
 ~/.kde/share/apps/kfile/bookmarks.xml , using XBEL format,
my bookmarks.xml file contains:

--------------------------------------------------------------
<!DOCTYPE xbel>
<xbel hide_nsbk="yes" >
 <bookmark icon="folder" href="file:/home/daniel/proyectos/" >
  <title>file:/home/daniel/proyectos/</title>
 </bookmark>
</xbel>
--------------------------------------------------------------

Seems that using XBEL format opens the potentiality to share them.

	Daniel.





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