[gdm/wip/initial-setup2] Add gnome-shell to the setup session



commit 2e85c7ef518674634a3b31ddbc832bc3f6d27e68
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Apr 18 00:54:37 2012 -0400

    Add gnome-shell to the setup session
    
    The initial-setup app does not really work well without a
    window manager.

 data/applications/Makefile.am            |    1 +
 data/applications/setup-shell.desktop.in |    7 +++++++
 data/gdm-setup.session                   |    2 +-
 3 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/data/applications/Makefile.am b/data/applications/Makefile.am
index ae2e4be..f60c064 100644
--- a/data/applications/Makefile.am
+++ b/data/applications/Makefile.am
@@ -21,6 +21,7 @@ desktop_in_files = 							\
 	nm-applet.desktop.in						\
 	gnome-keyring-secrets.desktop.in				\
 	gdm-initial-setup.desktop.in \
+	setup-shell.desktop.in \
 	$(NULL)
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)			\
 	       mime-dummy-handler.desktop				\
diff --git a/data/applications/setup-shell.desktop.in b/data/applications/setup-shell.desktop.in
new file mode 100644
index 0000000..3bc39d4
--- /dev/null
+++ b/data/applications/setup-shell.desktop.in
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+_Name=GNOME Shell
+_Comment=Window management and compositing
+Exec=gnome-shell
+X-GNOME-Autostart-Notify=true
+X-GNOME-AutoRestart=true
diff --git a/data/gdm-setup.session b/data/gdm-setup.session
index 48c9b55..816e473 100644
--- a/data/gdm-setup.session
+++ b/data/gdm-setup.session
@@ -1,3 +1,3 @@
 [GNOME Session]
 Name=Display Manager
-RequiredComponents=gdm-initial-setup;gnome-settings-daemon;gnome-keyring-secrets;nm-applet;
+RequiredComponents=gdm-initial-setup;setup-shell;gnome-settings-daemon;gnome-keyring-secrets;nm-applet;



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