Codebase list policykit-1-gnome / 46b8424
run for KDE as well, until KDE gets its own agent * rename debian/patches/01-xfce-autostart.patch to debian/patches/01-fix-autostart.patch * debian/patches/01-fix-autostart.patch: - comment the OnlyShowIn line out to make it autostart on KDE as well (LP: #444661) (until KDE gets its own native agent) Martin Pitt 14 years ago
4 changed file(s) with 22 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
00 policykit-1-gnome (0.94-2) UNRELEASED; urgency=low
11
2 [ Martin Pitt ]
23 * Add 03-status-icon-whitespace.patch: Fix leftover white-space in
34 the notification area after hiding the icon. Thanks to Chris Coulson for
45 the patch! (https://bugzilla.gnome.org/show_bug.cgi?id=597346)
6
7 [ Michael Vogt ]
8 * rename debian/patches/01-xfce-autostart.patch
9 to debian/patches/01-fix-autostart.patch
10 * debian/patches/01-fix-autostart.patch:
11 - comment the OnlyShowIn line out to make it autostart on
12 KDE as well (LP: #444661) (until KDE gets its own native
13 agent)
514
615 -- Martin Pitt <mpitt@debian.org> Wed, 07 Oct 2009 13:39:29 +0200
716
0 # Description: Start auth agent in XFCE, too. We also entirely disable OnlyShowIn, so that this works under KDE as well, until KDE gets a policykit-1-kde.
1 # Ubuntu: https://launchpad.net/bugs/417462, https://launchpad.net/bugs/444661
2 Index: policykit-1-gnome-0.94/src/polkit-gnome-authentication-agent-1.desktop.in.in
3 ===================================================================
4 --- policykit-1-gnome-0.94.orig/src/polkit-gnome-authentication-agent-1.desktop.in.in 2009-07-21 01:28:31.000000000 +0200
5 +++ policykit-1-gnome-0.94/src/polkit-gnome-authentication-agent-1.desktop.in.in 2009-10-09 12:08:09.242063389 +0200
6 @@ -5,4 +5,4 @@
7 Terminal=false
8 Type=Application
9 Categories=
10 -OnlyShowIn=GNOME;
11 +;OnlyShowIn=GNOME;XFCE;
+0
-10
debian/patches/01-xfce-autostart.patch less more
0 # Description: Start auth agent in XFCE, too.
1 # Ubuntu: https://launchpad.net/bugs/417462
2 --- policykit-1-gnome-0.94/src/polkit-gnome-authentication-agent-1.desktop.in.in 2009-07-21 01:28:31.000000000 +0200
3 +++ policykit-1-gnome-0.94.new/src/polkit-gnome-authentication-agent-1.desktop.in.in 2009-08-31 15:45:08.415849503 +0200
4 @@ -5,4 +5,4 @@
5 Terminal=false
6 Type=Application
7 Categories=
8 -OnlyShowIn=GNOME;
9 +OnlyShowIn=GNOME;XFCE;
00 # Debian patches for policykit-1-gnome
1 01-xfce-autostart.patch
1 01-fix-autostart.patch
22 03-status-icon-whitespace.patch