! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Disabling "Show images in menus" has no effect
Status:
RESOLVED: WONTFIX
Product:
Xfdesktop
Component:
General

Comments

Description Andre Miranda editbugs 2018-10-19 03:02:32 CEST
As discovered in Bug 13651, the option "Show images in menus" under Appearance when disabled has no effect on xfdesktop.
Comment 1 Andre Miranda editbugs 2018-12-07 00:29:23 CET
It happens because xfdesktop is not using GtkImageMenuItem (deprecated), instead it follows Gtk's recommendation and packs a image and label into a GtkBox.
Therefore it would need to watch for changes of the /xsettings/Gtk/MenuImage property, then add a padding image (gtk_image_new_from_icon_name("", GTK_ICON_SIZE_MENU)) if disabled.

I think it's too much trouble, garcon also needs this logic, so I decided to not support that property.
Reopen if you disagree, preferably with an attached patch.

Bug #14770

Reported by:
Andre Miranda
Reported on: 2018-10-19
Last modified on: 2018-12-07

People

Assignee:
Eric Koegel
CC List:
0 users

Version

Version:
4.13.1

Attachments

Additional information