Merge lp:~attente/unity-gtk-module/1307657 into lp:unity-gtk-module/14.04

Proposed by William Hua
Status: Merged
Approved by: Ted Gould
Approved revision: 327
Merged at revision: 337
Proposed branch: lp:~attente/unity-gtk-module/1307657
Merge into: lp:unity-gtk-module/14.04
Diff against target: 30 lines (+8/-6)
1 file modified
data/unity-gtk-module.conf (+8/-6)
To merge this branch: bzr merge lp:~attente/unity-gtk-module/1307657
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+215862@code.launchpad.net

Commit message

Disable unity-gtk-module on non-Unity desktops.

Description of the change

Disable unity-gtk-module on non-Unity desktops.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Ted Gould (ted) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/unity-gtk-module.conf'
--- data/unity-gtk-module.conf 2013-07-02 20:30:21 +0000
+++ data/unity-gtk-module.conf 2014-04-15 12:51:20 +0000
@@ -2,6 +2,14 @@
22
3start on starting dbus3start on starting dbus
44
5pre-start script
6 if [ "x$XDG_CURRENT_DESKTOP" != "xUnity" ]
7 then
8 stop
9 exit 0
10 fi
11end script
12
5script13script
6 if [ -n "$GTK_MODULES" ]14 if [ -n "$GTK_MODULES" ]
7 then15 then
@@ -10,11 +18,5 @@
10 GTK_MODULES="unity-gtk-module"18 GTK_MODULES="unity-gtk-module"
11 fi19 fi
1220
13 if [ -z "$UBUNTU_MENUPROXY" ]
14 then
15 UBUNTU_MENUPROXY=1
16 fi
17
18 initctl set-env --global GTK_MODULES=$GTK_MODULES21 initctl set-env --global GTK_MODULES=$GTK_MODULES
19 initctl set-env --global UBUNTU_MENUPROXY=$UBUNTU_MENUPROXY
20end script22end script

Subscribers

People subscribed via source and target branches