Ui.allow platform file picker
From MozillaZine Knowledge Base
Contents
Background
Many users prefer the internal XUL file picker to the GTK file picker. In some cases, the XUL picker performs better than the native GTK equivalent. This preference allows you to choose between the native file picker for your OS or desktop, or the internal XUL version.
Possible values and their effects
True
Use the system file picker if available. (Default)
False
Use the XUL file picker even if a system file picker is available.
First checked in
Has an effect in
Linux versions of:
- Mozilla Firefox (trunk builds after 2006-04-11)
- Mozilla Thunderbird (trunk builds after 2006-04-11)
- SeaMonkey (trunk builds after 2006-04-11)
Related bugs
- Bug 326227 - option to disable the GTK filechooser on request
- Bug 333653 - [FIX]Add pref to control which filepicker is used