[gdm] Autostart polkit-gnome authentication agent



commit 384afa69ba2120a32f585fa419dd0fe0b3a8a23d
Author: Ray Strode <rstrode redhat com>
Date:   Mon Jul 20 10:47:22 2009 -0400

    Autostart polkit-gnome authentication agent
    
    Needed for proper operation of shutdown/reboot, etc.,
    in the greeter window.

 data/greeter-autostart/Makefile.am                 |    1 +
 .../polkit-gnome-authentication-agent-1.desktop.in |    5 +++++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/data/greeter-autostart/Makefile.am b/data/greeter-autostart/Makefile.am
index 2f45a74..faa83cb 100644
--- a/data/greeter-autostart/Makefile.am
+++ b/data/greeter-autostart/Makefile.am
@@ -21,6 +21,7 @@ desktop_in_files = 	\
 	gok.desktop.in				\
 	metacity.desktop.in			\
 	orca-screen-reader.desktop.in		\
+	polkit-gnome-authentication-agent-1.desktop	\
 	$(NULL)
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
diff --git a/data/greeter-autostart/polkit-gnome-authentication-agent-1.desktop.in b/data/greeter-autostart/polkit-gnome-authentication-agent-1.desktop.in
new file mode 100644
index 0000000..b3499d1
--- /dev/null
+++ b/data/greeter-autostart/polkit-gnome-authentication-agent-1.desktop.in
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Type=Application
+_Name=PolicyKit Authentication Agent
+Exec=/usr/libexec/polkit-gnome-authentication-agent-1
+OnlyShowIn=GNOME;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]