Activity log for bug #1843997

Date Who What changed Old value New value Message
2019-09-14 14:30:17 vofka bug added bug
2019-12-29 15:58:34 vofka affects indicator-appmenu (Ubuntu) unity-gtk-module (Ubuntu)
2019-12-29 15:59:04 vofka summary no indicator for some applications unity-gtk-module is not used
2019-12-29 15:59:38 vofka description There is no indicator-appmenu for some applications (e.g. unity-tweak-tool, Cherrytree, audacious, GIMP, sylpheed). Menus for these applications are in their windows beneath titlebars. Ubuntu 18.04 Unity unity-gtk-module rely on file /etc/X11/Xsession.d/90atk-adaptor from libatk-adaptor package. If it is not installed dbus-update-activation-environment in ExecStart in /usr/lib/systemd/user/unity-gtk-module.service will not update GTK_MODULES variable, because it is not present in the environment, and unity-gtk-module will not be used. Command string in ExecStart should be either: GTK_MODULES="$${GTK_MODULES:+$GTK_MODULES:}unity-gtk-module"\ dbus-update-activation-environment --verbose --systemd GTK_MODULES export GTK_MODULES="$${GTK_MODULES:+$GTK_MODULES:}unity-gtk-module";\ dbus-update-activation-environment --verbose --systemd GTK_MODULES GTK_MODULES="$${GTK_MODULES:+$GTK_MODULES:}unity-gtk-module";\ dbus-update-activation-environment --verbose --systemd GTK_MODULES=$GTK_MODULES