Merge lp:~dylanmccall/ubuntu/oneiric/network-manager-applet/lp852961-disable-autostart-for-gnome-shell into lp:ubuntu/oneiric/network-manager-applet

Proposed by Dylan McCall
Status: Superseded
Proposed branch: lp:~dylanmccall/ubuntu/oneiric/network-manager-applet/lp852961-disable-autostart-for-gnome-shell
Merge into: lp:ubuntu/oneiric/network-manager-applet
Diff against target: 56 lines (+17/-7)
3 files modified
debian/changelog (+7/-0)
debian/patches/04-autostart.patch (+9/-7)
nm-applet.desktop.in (+1/-0)
To merge this branch: bzr merge lp:~dylanmccall/ubuntu/oneiric/network-manager-applet/lp852961-disable-autostart-for-gnome-shell
Reviewer Review Type Date Requested Status
Dylan McCall (community) Needs Resubmitting
Ubuntu branches Pending
Review via email: mp+76327@code.launchpad.net

This proposal has been superseded by a proposal from 2011-09-21.

Description of the change

This adds an extra rule to nm-applet's autostart stuff so it does not autostart in Gnome Shell, fixing bug #852961.

To post a comment you must log in.
Revision history for this message
Dylan McCall (dylanmccall) wrote :

Eeek! Sorry about that first diff. First time using edit-patch, I guess :)
New one coming in a second. I'll just kill this one.

review: Needs Resubmitting
71. By Dylan McCall

* debian/patches/04-autostart.patch:
  - disable autostart when using gnome-shell (LP: #852961)

Unmerged revisions

71. By Dylan McCall

* debian/patches/04-autostart.patch:
  - disable autostart when using gnome-shell (LP: #852961)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-07-08 01:07:05 +0000
3+++ debian/changelog 2011-09-21 06:13:27 +0000
4@@ -1,3 +1,10 @@
5+network-manager-applet (0.8.9997+git.20110707t152406.340f695-0ubuntu2) oneiric; urgency=low
6+
7+ * debian/patches/04-autostart.patch:
8+ - disable autostart when using gnome-shell (LP: #852961)
9+
10+ -- Dylan McCall <dylanmccall@ubuntu.com> Tue, 20 Sep 2011 23:06:34 -0700
11+
12 network-manager-applet (0.8.9997+git.20110707t152406.340f695-0ubuntu1) oneiric; urgency=low
13
14 * upstream snapshot 2011-07-07 15:24:06 (GMT)
15
16=== modified file 'debian/patches/04-autostart.patch'
17--- debian/patches/04-autostart.patch 2011-05-30 13:25:18 +0000
18+++ debian/patches/04-autostart.patch 2011-09-21 06:13:27 +0000
19@@ -1,8 +1,8 @@
20-Index: network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/nm-applet.desktop.in
21+Index: network-manager-applet/nm-applet.desktop.in
22 ===================================================================
23---- network-manager-applet-0.8.999+git.20110523t134536.bb7ef97.orig/nm-applet.desktop.in 2011-05-25 21:20:49.000000000 -0400
24-+++ network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/nm-applet.desktop.in 2011-05-25 22:20:42.709099830 -0400
25-@@ -6,6 +6,7 @@
26+--- network-manager-applet.orig/nm-applet.desktop.in 2011-09-20 23:02:13.934376000 -0700
27++++ network-manager-applet/nm-applet.desktop.in 2011-09-20 23:05:38.755287537 -0700
28+@@ -6,7 +6,9 @@
29 Terminal=false
30 Type=Application
31 NoDisplay=true
32@@ -10,10 +10,12 @@
33 X-GNOME-Bugzilla-Bugzilla=GNOME
34 X-GNOME-Bugzilla-Product=NetworkManager
35 X-GNOME-Bugzilla-Component=general
36-Index: network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/nm-connection-editor.desktop.in
37+ X-GNOME-Autostart-enabled=true
38++AutostartCondition=GNOME3 unless-session gnome
39+Index: network-manager-applet/nm-connection-editor.desktop.in
40 ===================================================================
41---- network-manager-applet-0.8.999+git.20110523t134536.bb7ef97.orig/nm-connection-editor.desktop.in 2011-05-25 21:20:49.000000000 -0400
42-+++ network-manager-applet-0.8.999+git.20110523t134536.bb7ef97/nm-connection-editor.desktop.in 2011-05-25 22:19:44.349099837 -0400
43+--- network-manager-applet.orig/nm-connection-editor.desktop.in 2011-09-20 23:02:13.934376000 -0700
44++++ network-manager-applet/nm-connection-editor.desktop.in 2011-09-20 23:02:13.934376000 -0700
45 @@ -10,4 +10,4 @@
46 X-GNOME-Bugzilla-Product=NetworkManager
47 X-GNOME-Bugzilla-Component=general
48
49=== modified file 'nm-applet.desktop.in'
50--- nm-applet.desktop.in 2011-05-30 13:25:18 +0000
51+++ nm-applet.desktop.in 2011-09-21 06:13:27 +0000
52@@ -11,3 +11,4 @@
53 X-GNOME-Bugzilla-Product=NetworkManager
54 X-GNOME-Bugzilla-Component=general
55 X-GNOME-Autostart-enabled=true
56+AutostartCondition=GNOME3 unless-session gnome

Subscribers

People subscribed via source and target branches

to all changes: