** Package changed: indicator-appmenu (Ubuntu) => unity-gtk-module
(Ubuntu)

** Summary changed:

- no indicator for some applications
+ unity-gtk-module is not used

** Description changed:

- 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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1843997

Title:
  unity-gtk-module is not used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-gtk-module/+bug/1843997/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to