Welcome to my thread!
Is it possible to configure the GTK file browser to hide dot files? For example, if I try to open a file in firefox or gimp the file browser displays all the dot-files. I use KDE for my desktop environment.
Thanks.
Code: Select all
mario@server ~/.config/gtk-2.0 $ cat gtkfilechooser
<gtkfilechooser>
<location mode="filename-entry"/>
<show_hidden value="false"/>
<expand_folders value="false"/>
</gtkfilechooser>I was wondering where these configs were! Thanks so much!Majlo wrote:Maybe this will be usefull
Code: Select all
mario@server ~/.config/gtk-2.0 $ cat gtkfilechooser <gtkfilechooser> <location mode="filename-entry"/> <show_hidden value="false"/> <expand_folders value="false"/> </gtkfilechooser>