app: Remove not-working GIMP_ICONS_LIKE_A_BOSS

'gtk-menu-images' simply does not
work on GTK3 (tested on AppImage, Flatpak
and Windows) and it is not present on GTK4.
This commit is contained in:
Bruno Lopes 2025-05-12 10:27:44 -03:00 committed by Bruno
parent 5805b96095
commit 65feecd32d

View file

@ -567,17 +567,6 @@ gui_restore_after_callback (Gimp *gimp,
status_callback (NULL, _("Documents"), 0.9);
gimp_recent_list_load (gimp);
/* enable this to always have icons everywhere */
if (g_getenv ("GIMP_ICONS_LIKE_A_BOSS"))
{
GdkScreen *screen = gdk_screen_get_default ();
g_object_set (G_OBJECT (gtk_settings_get_for_screen (screen)),
"gtk-button-images", TRUE,
"gtk-menu-images", TRUE,
NULL);
}
ui_configurer = g_object_new (GIMP_TYPE_UI_CONFIGURER,
"gimp", gimp,
NULL);