Re: How to disable reading of ~/.config/gtk-2.0 ?



On Thu, 2007-10-11 at 13:16 -0300, Alexandre Moreira wrote:
> > > I am sorry for being (slightly, I believe) off topic, but: Can you
> > > point me to some docs telling me what this config file (for
> > > gtkfilechooser) does ?
> >
> > that looks pretty simple, look mine says:
> >
> > <gtkfilechooser>
> >   <location mode="path-bar"/>
> >   <show_hidden value="true"/>
> >   <expand_folders value="false"/>
> > </gtkfilechooser>
> 
> Well, my question was horribly formulated. Sorry :). What I wanted to
> know was if there was a place with more information than those simple
> stuff. What kind of options a gtkfilechooser can have, stuff like
> that. But I've been googling and I believe it is pretty much all that
> it has :)

It's an internal implementation detail, so your documentation is the
source - look at gtk/gtkfilechoosersettings.c.

However, it looks like it's been changed from XML to a GKeyFile named
gtkfilechooser.ini - see
http://bugzilla.gnome.org/show_bug.cgi?id=399592

Still the same three settings, though, and in the same location:

[Filechooser Settings]
LocationMode=filename-entry
ShowHidden=false
ExpandFolders=true

Ed




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