diff -Nru network-manager-applet-0.9.8.0/debian/changelog network-manager-applet-0.9.8.0/debian/changelog --- network-manager-applet-0.9.8.0/debian/changelog 2013-03-09 03:47:52.000000000 +1100 +++ network-manager-applet-0.9.8.0/debian/changelog 2013-09-06 07:58:57.000000000 +1000 @@ -1,3 +1,9 @@ +network-manager-applet (0.9.8.0-1ubuntu3) UNRELEASED; urgency=low + + * debian/patches/git_dont_autostart_under_GNOME.patch (LP: #1189309) + + -- Tim Lunn Mon, 02 Sep 2013 14:03:33 +1000 + network-manager-applet (0.9.8.0-1ubuntu2) raring; urgency=low * debian/control: add docbook-to-man to Build-Depends, missing in the diff -Nru network-manager-applet-0.9.8.0/debian/patches/git_dont_autostart_under_GNOME.patch network-manager-applet-0.9.8.0/debian/patches/git_dont_autostart_under_GNOME.patch --- network-manager-applet-0.9.8.0/debian/patches/git_dont_autostart_under_GNOME.patch 1970-01-01 10:00:00.000000000 +1000 +++ network-manager-applet-0.9.8.0/debian/patches/git_dont_autostart_under_GNOME.patch 2013-09-06 07:57:37.000000000 +1000 @@ -0,0 +1,24 @@ +From d6ffe34dc092926fb949449c182e8f27722b6b8b Mon Sep 17 00:00:00 2001 +From: Dan Winship +Date: Mon, 29 Jul 2013 13:24:15 +0000 +Subject: Update .desktop files + +Don't autostart nm-applet in GNOME any more. + +Update bugzilla info for new components + +https://bugzilla.gnome.org/show_bug.cgi?id=705074 +--- +(limited to 'nm-applet.desktop.in') + +--- a/nm-applet.desktop.in ++++ b/nm-applet.desktop.in +@@ -9,6 +9,7 @@ + NotShowIn=KDE; + X-GNOME-Bugzilla-Bugzilla=GNOME + X-GNOME-Bugzilla-Product=NetworkManager +-X-GNOME-Bugzilla-Component=general ++X-GNOME-Bugzilla-Component=nm-applet + X-GNOME-Autostart-enabled=true ++AutostartCondition=GNOME3 unless-session gnome + X-GNOME-UsesNotifications=true diff -Nru network-manager-applet-0.9.8.0/debian/patches/series network-manager-applet-0.9.8.0/debian/patches/series --- network-manager-applet-0.9.8.0/debian/patches/series 2013-03-09 03:47:52.000000000 +1100 +++ network-manager-applet-0.9.8.0/debian/patches/series 2013-09-06 07:50:00.000000000 +1000 @@ -16,3 +16,4 @@ lp1048516_dont_req_keyring_in_greeter.patch lp1048520_delay_pin_dialog_in_greeter.patch rebuild_menu_after_init.patch +git_dont_autostart_under_GNOME.patch