New comment by glaulher on void-packages repository https://github.com/void-linux/void-packages/issues/37064#issuecomment-1228910621 Comment: appmenu doesn't work without below steps in xfce: add in /etc/environment: export GTK_MODULES=appmenu-gtk-module install: appmenu-gtk-module appmenu-gtk3-module appmenu-register and resolve a bug in schemes: create org.appmenu.gtk-module.gschema.xml in /usr/share/glib-2.0/schemas/ contents: ```javascript Application blacklist List of applications where appmenu-gtk-module should be disabled. ['anjuta','freeciv', 'freeciv-gtk2', 'freeciv-gtk3', 'glade','gwyddion'] Application whitelist List of applications where appmenu-gtk-module should be enabled. [] Always show menus in application If this is enabled, menus will not removed from applications even if registrar found. Useful for HUD-only usage. false ``` load as root: glib-compile-schemas /usr/share/glib-2.0/schemas/