Skip to content

applications: Use "application-x-executable" when app has no icon

Felipe Borges requested to merge applications-fallback-app-icon into master

Before

Screenshot_from_2019-11-15_14-02-56

Note, in the sidebar, that two applications (DDashboard-Gtk and gnome-crc) don't have icons. Their placement in the listbox gets weird without a fallback. For this reason, this MR uses "application-x-executable" whenever an application doesn't have an icon (aka g_app_info_get_icon (info) == NULL).

Merge request reports