unity-gtk-module is not used

Bug #1843997 reported by vofka
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
unity-gtk-module (Ubuntu)
New
Undecided
Unassigned

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

vofka (vofka)
affects: indicator-appmenu (Ubuntu) → unity-gtk-module (Ubuntu)
summary: - no indicator for some applications
+ unity-gtk-module is not used
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.