summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2012-07-12 15:56:34 -0400
committerRay Strode <rstrode@redhat.com>2012-07-13 15:21:19 -0400
commitdba5ee4c517b9156f70d389bfe31b64d3b7965cc (patch)
treefe5038e6b49b8aeb0207fedd86f39c78e772c8f0
parente7fb14382e521f359a92fafaaa1ca84a14241c7b (diff)
downloadgdm-dba5ee4c517b9156f70d389bfe31b64d3b7965cc.tar.gz
data: add desktop file for polkit gnome authentication agent
We now start it in the greeter session, but polkit doesn't ship an agent desktop file, so ship our own.
-rw-r--r--data/applications/Makefile.am2
-rw-r--r--data/applications/polkit-gnome-authentication-agent-1.desktop.in.in6
2 files changed, 8 insertions, 0 deletions
diff --git a/data/applications/Makefile.am b/data/applications/Makefile.am
index 8838d2bd..05408aa4 100644
--- a/data/applications/Makefile.am
+++ b/data/applications/Makefile.am
@@ -18,6 +18,7 @@ desktop_in_files = \
gnome-mag.desktop.in \
gok.desktop.in \
orca-screen-reader.desktop.in \
+ polkit-gnome-authentication-agent-1.desktop.in \
$(NULL)
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) \
mime-dummy-handler.desktop \
@@ -26,6 +27,7 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) \
EXTRA_DIST = \
gdm-simple-greeter.desktop.in.in \
+ polkit-gnome-authentication-agent-1.desktop.in \
$(desktop_in_files) \
$(desktop_DATA) \
$(NULL)
diff --git a/data/applications/polkit-gnome-authentication-agent-1.desktop.in.in b/data/applications/polkit-gnome-authentication-agent-1.desktop.in.in
new file mode 100644
index 00000000..a390cd25
--- /dev/null
+++ b/data/applications/polkit-gnome-authentication-agent-1.desktop.in.in
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Type=Application
+_Name=PolicyKit Authentication Agent
+Exec=@LIBEXECDIR@/polkit-gnome-authentication-agent-1
+OnlyShowIn=GNOME;
+