← Back to team overview

dx-packages team mailing list archive

[Bug 1843997] Re: no indicator for some applications

 

** 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 DX
Packages, which is subscribed to unity-gtk-module in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1843997

Title:
  unity-gtk-module is not used

Status in unity-gtk-module package in Ubuntu:
  New

Bug description:
  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

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


References