diff options
author | Ray Strode <rstrode@redhat.com> | 2009-07-20 10:47:22 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2009-07-20 10:47:22 -0400 |
commit | 384afa69ba2120a32f585fa419dd0fe0b3a8a23d (patch) | |
tree | f5f04949bb47b7709a6261c6bf46bddfcc12eb07 /data | |
parent | 69498161ddcc91f348b0eddcf2f9ae124d222ee0 (diff) | |
download | gdm-384afa69ba2120a32f585fa419dd0fe0b3a8a23d.tar.gz |
Autostart polkit-gnome authentication agent
Needed for proper operation of shutdown/reboot, etc.,
in the greeter window.
Diffstat (limited to 'data')
-rw-r--r-- | data/greeter-autostart/Makefile.am | 1 | ||||
-rw-r--r-- | data/greeter-autostart/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 2f45a74d..faa83cb7 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 00000000..b3499d16 --- /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; |