GNOME Bugzilla – Bug 687173
Styles should be able to override/reimplement GtkFileChooserDialog
Last modified: 2012-10-31 11:03:06 UTC
GTK styles should be able to override/reimplement the standard GtkFileChooserDialog in order to provide a native file open/save dialog in non-Gnome desktop environments. This could be accomplished with open/save hooks that could be overridden, similar to Qt4. See http://qt-project.org/doc/qt-4.8/QFileDialog.html, section "How to use the Qt file dialog instead of the native one" for an example implementation API from Qt4. This is an often-requested feature due to the stark contrast between the Gnome open/save dialogs and those provided by other desktop environments. The difference tends to confuse users and makes user training more difficult.
*** This bug has been marked as a duplicate of bug 650780 ***