View Single Post
  #2   (View Single Post)  
Old 23rd August 2017
Beastie Beastie is offline
Daemonology student
 
Join Date: Jan 2009
Location: /dev/earth0
Posts: 335
Default

By graphical applications, I presume you're talking about GTK-based ones specifically.

You're looking for ~/.config/gtk-2.0/gtkfilechooser.ini:
Code:
[Filechooser Settings]
[...]
ShowHidden=true
Of course don't edit the file using a GTK-based editor. Use something like vi with all GTK applications closed.

HTH
__________________
May the source be with you!
Reply With Quote