Codebase list policykit-1-gnome / ee784da
Remove debian/patches/00git-hide-agent-autostart.patch * debian/patches/00git-hide-agent-autostart.patch - Remove, merged upstream. * debian/debian/patches/02-select-default-user.patch - Refresh. Michael Biebl 13 years ago
4 changed file(s) with 6 addition(s) and 30 deletion(s). Raw diff Collapse all Expand all
00 policykit-1-gnome (0.99-1) UNRELEASED; urgency=low
11
22 * New upstream release.
3 * debian/patches/00git-hide-agent-autostart.patch
4 - Remove, merged upstream.
35 * Switch to source format 3.0 (quilt).
46 - Add debian/source/format.
57 - Drop Build-Depends on quilt.
+0
-25
debian/patches/00git-hide-agent-autostart.patch less more
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
11 # Ubuntu: https://launchpad.net/bugs/435227
22 # Upstream: http://bugzilla.gnome.org/show_bug.cgi?id=596188
33
4 Index: policykit-1-gnome-0.94/src/polkitgnomeauthenticationdialog.c
4 Index: policykit-1-gnome/src/polkitgnomeauthenticationdialog.c
55 ===================================================================
6 --- policykit-1-gnome-0.94.orig/src/polkitgnomeauthenticationdialog.c 2009-10-02 13:43:42.000000000 +1000
7 +++ policykit-1-gnome-0.94/src/polkitgnomeauthenticationdialog.c 2009-10-02 18:03:03.000000000 +1000
6 --- policykit-1-gnome.orig/src/polkitgnomeauthenticationdialog.c 2010-09-17 01:30:56.653585722 +0200
7 +++ policykit-1-gnome/src/polkitgnomeauthenticationdialog.c 2010-09-17 01:35:49.527336311 +0200
88 @@ -138,7 +138,7 @@
99 static void
1010 create_user_combobox (PolkitGnomeAuthenticationDialog *dialog)
4949
5050 /* Listen when a new user is selected */
5151 g_signal_connect (GTK_WIDGET (combo),
52 @@ -706,16 +714,13 @@
52 @@ -711,16 +719,13 @@
5353 gtk_widget_set_tooltip_markup (label, s);
5454 g_free (s);
5555
00 # Debian patches for policykit-1-gnome
1 00git-hide-agent-autostart.patch
21 01-fix-autostart.patch
32 02-select-default-user.patch