GNOME Bugzilla – Bug 699312
file browser: display icons beside every file
Last modified: 2019-03-23 20:39:07 UTC
Currently the gedit file browser displays beside most, but not all, files. For example, visit /usr/lib in the file browser and make sure that Show Binary is enabled. You'll see that .a files have icons, but .so files do not. If you visit /usr/bin, you'll see that most executables have icons but a few do not. I think the file browser should display some sort of icon beside every file, both for consistency with Nautilus and because it would look nicer.
a bug in the mime type detector? or maybe we should fallback to a specific icon when that happens...
I'm not sure whether there's a type detection bug, but in any case if we can't figure out a type I think we should fall back on a generic icon like Nautilus does.
Created attachment 247149 [details] [review] Bug 699312 - Default to a generic icon in the file browser mclasen: "gnome-fs-regular works as a generic file icon"
Created attachment 247154 [details] [review] Bug 699312 - Default to a generic icon in the file browser v2 Use the same icon as the GtkFileChooser. (Coding style: using the same style as the rest of the function!)
Review of attachment 247154 [details] [review]: Go ahead.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.