Codebase list policykit-1-gnome / 901941d
Add 00git-hide-agent-autostart.patch: Set NoDisplay=true in the agent autostart file, so that it does not appear in the Session capplet any more. This prevents users from shooting themselves into the foot. Patch committed to and backported from upstream trunk. (LP: #509798) Martin Pitt 14 years ago
4 changed file(s) with 35 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 policykit-1-gnome (0.96-2) UNRELEASED; urgency=low
11
22 * 01-fix-autostart.patch: Restore OnlyShowIn, now that polkit-qt-1 exists.
3 * Add 00git-hide-agent-autostart.patch: Set NoDisplay=true in the agent
4 autostart file, so that it does not appear in the Session capplet any
5 more. This prevents users from shooting themselves into the foot.
6 Patch committed to and backported from upstream trunk. (LP: #509798)
37
48 -- Martin Pitt <mpitt@debian.org> Mon, 22 Feb 2010 22:32:33 +0100
59
0 From 8d2aa70f91e7aaa0bdd971233b681df889b9f041 Mon Sep 17 00:00:00 2001
1 From: Martin Pitt <martin.pitt@ubuntu.com>
2 Date: Thu, 4 Feb 2010 14:54:57 -0800
3 Subject: [PATCH] Hide the agent autostart desktop file
4
5 Set NoDisplay=true in the agent autostart file, so that it does not appear in
6 the Session capplet any more. This prevents users from shooting themselves into
7 the foot.
8 ---
9 ...lkit-gnome-authentication-agent-1.desktop.in.in | 1 +
10 1 files changed, 1 insertions(+), 0 deletions(-)
11
12 diff --git a/src/polkit-gnome-authentication-agent-1.desktop.in.in b/src/polkit-gnome-authentication-agent-1.desktop.in.in
13 index 046b95f..c1d2e5e 100644
14 --- a/src/polkit-gnome-authentication-agent-1.desktop.in.in
15 +++ b/src/polkit-gnome-authentication-agent-1.desktop.in.in
16 @@ -5,4 +5,5 @@ Exec=@FULL_LIBEXECDIR@/polkit-gnome-authentication-agent-1
17 Terminal=false
18 Type=Application
19 Categories=
20 +NoDisplay=true
21 OnlyShowIn=GNOME;
22 --
23 1.7.0
24
00 # Description: Start auth agent in XFCE, too.
11 # Ubuntu: https://launchpad.net/bugs/417462
2 Index: policykit-1-gnome-0.94/src/polkit-gnome-authentication-agent-1.desktop.in.in
2 Index: policykit-gnome/src/polkit-gnome-authentication-agent-1.desktop.in.in
33 ===================================================================
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
4 --- policykit-gnome.orig/src/polkit-gnome-authentication-agent-1.desktop.in.in 2010-02-22 22:34:20.000000000 +0100
5 +++ policykit-gnome/src/polkit-gnome-authentication-agent-1.desktop.in.in 2010-02-22 22:34:49.000000000 +0100
6 @@ -6,4 +6,4 @@
87 Type=Application
98 Categories=
9 NoDisplay=true
1010 -OnlyShowIn=GNOME;
1111 +OnlyShowIn=GNOME;XFCE;
00 # Debian patches for policykit-1-gnome
1 00git-hide-agent-autostart.patch
12 01-fix-autostart.patch
23 02-select-default-user.patch