GNOME Bugzilla – Bug 681699
Inapplicable files are listed with 'All images' filter of the Save As dialog
Last modified: 2012-09-02 21:29:29 UTC
When you use the 'Save As' command, GIMP 2.8 and Git master show JPG, PNG images and even HTML files with the 'All images' filter. They only should show XCF(.BZ2/.GZ).
Indeed, and "Export as" shows XCF files when you filter for all images.
Fixed in master and gimp-2-8: commit b142ec6a358d0bd2aad6b987079d4b517d11fae3 Author: Michael Natterer <mitch@gimp.org> Date: Sun Sep 2 23:22:21 2012 +0200 Bug 681699 - Inapplicable files are listed with 'All images' filter... In order the fix the obvious confusion, add another file filter which contains all the types that are savable with the dialog, name it either "All XCF images" or "All export images", and make it the default filter. (cherry picked from commit 14f6d5ee443eb5c3d28ed980d1307fd5e07e1c52) app/widgets/gimpfiledialog.c | 48 +++++++++++++++++++++++++++++++++++------------- 1 file changed, 35 insertions(+), 13 deletions(-)