[gnome-initial-setup] welcome-tour.desktop: Fix Exec line in desktop file



commit 1b7f80d46e80e108174546f3d69c54fa05c5ab59
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Jun 8 15:08:59 2012 -0400

    welcome-tour.desktop: Fix Exec line in desktop file
    
    This is needed so that desktop-file-validate passes.

 gnome-initial-setup/welcome-tour.desktop |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/welcome-tour.desktop b/gnome-initial-setup/welcome-tour.desktop
index 5e6b9ca..b9a92b4 100644
--- a/gnome-initial-setup/welcome-tour.desktop
+++ b/gnome-initial-setup/welcome-tour.desktop
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Type=Application
 Name=Welcome
-Exec=bash -c 'epiphany --private-instance http://www.gnome3.org ; rm -f $HOME/.config/run-welcome-tour'
+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]