[gdm/wip/initial-setup] Add gnome-keyring to the setup session
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm/wip/initial-setup] Add gnome-keyring to the setup session
- Date: Thu, 19 May 2011 04:18:46 +0000 (UTC)
commit 733d74f0db72342f5039d75a965e13366a2bbc0b
Author: Matthias Clasen <mclasen redhat com>
Date: Thu May 19 00:18:07 2011 -0400
Add gnome-keyring to the setup session
This may be needed to store network secrets.
data/setup-autostart/Makefile.am | 5 ++++-
.../gnome-keyring-secrets.desktop.in.in | 12 ++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/data/setup-autostart/Makefile.am b/data/setup-autostart/Makefile.am
index a45845b..96a6279 100644
--- a/data/setup-autostart/Makefile.am
+++ b/data/setup-autostart/Makefile.am
@@ -20,6 +20,7 @@ desktop_in_files = \
polkit-gnome-authentication-agent-1.desktop.in \
gnome-session-check-accelerated.desktop.in \
nm-applet.desktop.in \
+ gnome-keyring-secrets.desktop.in \
$(NULL)
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@@ -30,6 +31,7 @@ EXTRA_DIST = \
polkit-gnome-authentication-agent-1.desktop.in.in \
gnome-session-check-accelerated.desktop.in.in \
nm-applet.desktop.in.in \
+ gnome-keyring-secrets.desktop.in.in \
$(desktop_in_files) \
$(NULL)
@@ -40,7 +42,8 @@ DISTCLEANFILES = \
gnome-settings-daemon.desktop.in \
polkit-gnome-authentication-agent-1.desktop.in \
gnome-session-check-accelerated.desktop.in \
- nm-applet.in \
+ nm-applet.desktop.in \
+ gnome-keyring-secrets.desktop.in \
$(NULL)
MAINTAINERCLEANFILES = \
diff --git a/data/setup-autostart/gnome-keyring-secrets.desktop.in.in b/data/setup-autostart/gnome-keyring-secrets.desktop.in.in
new file mode 100644
index 0000000..e334edf
--- /dev/null
+++ b/data/setup-autostart/gnome-keyring-secrets.desktop.in.in
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Type=Application
+Name=Secret Storage Service
+Exec=/usr/bin/gnome-keyring-daemon --start --components=secrets
+OnlyShowIn=GNOME;
+X-GNOME-Autostart-Phase=Initialization
+X-GNOME-AutoRestart=false
+X-GNOME-Autostart-Notify=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=gnome-keyring
+X-GNOME-Bugzilla-Component=general
+X-GNOME-Bugzilla-Version=unknown
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]