[gdm/wip/initial-setup2] initial-setup: fix welcome tour autostart



commit 9bd331d9a58ae023dbf77eb50b126253302eebd5
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat May 12 21:33:46 2012 -0400

    initial-setup: fix welcome tour autostart

 gui/initial-setup/welcome-tour.desktop |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gui/initial-setup/welcome-tour.desktop b/gui/initial-setup/welcome-tour.desktop
index b531f96..5e6b9ca 100644
--- a/gui/initial-setup/welcome-tour.desktop
+++ b/gui/initial-setup/welcome-tour.desktop
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Type=Application
 Name=Welcome
-Exec=sh -c 'rm -f $HOME/.config/run-welcome-tour; epiphany http://www.gnome3.org'
+Exec=bash -c 'epiphany --private-instance http://www.gnome3.org ; rm -f $HOME/.config/run-welcome-tour'
 AutostartCondition=if-exists run-welcome-tour
 OnlyShowIn=GNOME;



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