Merge lp:~mitya57/ubuntu/saucy/network-manager-applet/autostart into lp:ubuntu/saucy/network-manager-applet

Proposed by Dmitry Shachnev
Status: Merged
Merge reported by: Iain Lane
Merged at revision: not available
Proposed branch: lp:~mitya57/ubuntu/saucy/network-manager-applet/autostart
Merge into: lp:ubuntu/saucy/network-manager-applet
Diff against target: 100 lines (+24/-26)
5 files modified
.pc/applied-patches (+1/-1)
debian/changelog (+6/-0)
debian/patches/do_not_autostart_under_gnome.patch (+13/-23)
debian/patches/series (+1/-1)
nm-applet.desktop.in (+3/-1)
To merge this branch: bzr merge lp:~mitya57/ubuntu/saucy/network-manager-applet/autostart
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+189267@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

Already in.

Please continue to work on this issue upstream though.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file '.pc/applied-patches'
--- .pc/applied-patches 2013-09-02 14:03:33 +0000
+++ .pc/applied-patches 2013-10-04 11:06:18 +0000
@@ -16,4 +16,4 @@
16lp1048516_dont_req_keyring_in_greeter.patch16lp1048516_dont_req_keyring_in_greeter.patch
17lp1048520_delay_pin_dialog_in_greeter.patch17lp1048520_delay_pin_dialog_in_greeter.patch
18rebuild_menu_after_init.patch18rebuild_menu_after_init.patch
19git_dont_autostart_under_GNOME.patch19do_not_autostart_under_gnome.patch
2020
=== renamed directory '.pc/git_dont_autostart_under_GNOME.patch' => '.pc/do_not_autostart_under_gnome.patch'
=== modified file 'debian/changelog'
--- debian/changelog 2013-09-02 14:03:33 +0000
+++ debian/changelog 2013-10-04 11:06:18 +0000
@@ -1,3 +1,9 @@
1network-manager-applet (0.9.8.0-1ubuntu4) saucy; urgency=low
2
3 * Make sure the applet is still autostarted in GNOME Flashback session.
4
5 -- Dmitry Shachnev <mitya57@ubuntu.com> Fri, 04 Oct 2013 14:44:25 +0400
6
1network-manager-applet (0.9.8.0-1ubuntu3) saucy; urgency=low7network-manager-applet (0.9.8.0-1ubuntu3) saucy; urgency=low
28
3 * debian/patches/git_dont_autostart_under_GNOME.patch (LP: #1189309) 9 * debian/patches/git_dont_autostart_under_GNOME.patch (LP: #1189309)
410
=== renamed file 'debian/patches/git_dont_autostart_under_GNOME.patch' => 'debian/patches/do_not_autostart_under_gnome.patch'
--- debian/patches/git_dont_autostart_under_GNOME.patch 2013-09-02 14:03:33 +0000
+++ debian/patches/do_not_autostart_under_gnome.patch 2013-10-04 11:06:18 +0000
@@ -1,32 +1,22 @@
1From d6ffe34dc092926fb949449c182e8f27722b6b8b Mon Sep 17 00:00:00 20011Author: Dmitry Shachnev <mitya57@ubuntu.com>
2From: Dan Winship <danw@gnome.org>2Description: Do not autostart in gnome-shell
3Date: Mon, 29 Jul 2013 13:24:15 +00003 This patch makes sure that the applet will not be autostarted
4Subject: Update .desktop files4 in gnome-shell sessions, but will be autostarted in other
55 GNOME sessions like the Flashback session. Also it updates
6Don't autostart nm-applet in GNOME any more.6 the Bugzilla-Component header following upstream change.
77Forwarded: yes, https://bugzilla.gnome.org/show_bug.cgi?id=709419
8Update bugzilla info for new components8Last-Update: 2013-10-04
99
10https://bugzilla.gnome.org/show_bug.cgi?id=705074
11---
12(limited to 'nm-applet.desktop.in')
13
14diff --git a/nm-applet.desktop.in b/nm-applet.desktop.in
15index 996fbac..8f94a88 100644
16--- a/nm-applet.desktop.in10--- a/nm-applet.desktop.in
17+++ b/nm-applet.desktop.in11+++ b/nm-applet.desktop.in
18@@ -6,9 +6,8 @@ Exec=nm-applet12@@ -7,8 +7,9 @@
19 Terminal=false
20 Type=Application13 Type=Application
21 NoDisplay=true14 NoDisplay=true
22-NotShowIn=KDE;15 NotShowIn=KDE;
23+NotShowIn=KDE;GNOME;16+AutostartCondition=GNOME3 unless-session gnome
24 X-GNOME-Bugzilla-Bugzilla=GNOME17 X-GNOME-Bugzilla-Bugzilla=GNOME
25 X-GNOME-Bugzilla-Product=NetworkManager18 X-GNOME-Bugzilla-Product=NetworkManager
26-X-GNOME-Bugzilla-Component=general19-X-GNOME-Bugzilla-Component=general
27-X-GNOME-Autostart-enabled=true
28+X-GNOME-Bugzilla-Component=nm-applet20+X-GNOME-Bugzilla-Component=nm-applet
21 X-GNOME-Autostart-enabled=true
29 X-GNOME-UsesNotifications=true22 X-GNOME-UsesNotifications=true
30--
31cgit v0.9.2
32
3323
=== modified file 'debian/patches/series'
--- debian/patches/series 2013-09-02 14:03:33 +0000
+++ debian/patches/series 2013-10-04 11:06:18 +0000
@@ -16,4 +16,4 @@
16lp1048516_dont_req_keyring_in_greeter.patch16lp1048516_dont_req_keyring_in_greeter.patch
17lp1048520_delay_pin_dialog_in_greeter.patch17lp1048520_delay_pin_dialog_in_greeter.patch
18rebuild_menu_after_init.patch18rebuild_menu_after_init.patch
19git_dont_autostart_under_GNOME.patch19do_not_autostart_under_gnome.patch
2020
=== modified file 'nm-applet.desktop.in'
--- nm-applet.desktop.in 2013-09-02 14:03:33 +0000
+++ nm-applet.desktop.in 2013-10-04 11:06:18 +0000
@@ -6,8 +6,10 @@
6Terminal=false6Terminal=false
7Type=Application7Type=Application
8NoDisplay=true8NoDisplay=true
9NotShowIn=KDE;GNOME;9NotShowIn=KDE;
10AutostartCondition=GNOME3 unless-session gnome
10X-GNOME-Bugzilla-Bugzilla=GNOME11X-GNOME-Bugzilla-Bugzilla=GNOME
11X-GNOME-Bugzilla-Product=NetworkManager12X-GNOME-Bugzilla-Product=NetworkManager
12X-GNOME-Bugzilla-Component=nm-applet13X-GNOME-Bugzilla-Component=nm-applet
14X-GNOME-Autostart-enabled=true
13X-GNOME-UsesNotifications=true15X-GNOME-UsesNotifications=true

Subscribers

People subscribed via source and target branches