[oe-commits] Martin Jansa : navit: use --force for fsoraw in SHR launchers (Thanks Zoff)

git version control git at git.openembedded.org
Sun Jan 10 21:05:38 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 21499373b6952e364f93a354587421b021368b99
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=21499373b6952e364f93a354587421b021368b99

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jan 10 21:38:38 2010 +0100

navit: use --force for fsoraw in SHR launchers (Thanks Zoff)

---

 recipes/navit/files/shr/navit.desktop  |    2 +-
 recipes/navit/files/shr/navitD.desktop |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/navit/files/shr/navit.desktop b/recipes/navit/files/shr/navit.desktop
index b1c0d13..1380fdb 100644
--- a/recipes/navit/files/shr/navit.desktop
+++ b/recipes/navit/files/shr/navit.desktop
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=Navit
 Comment=GPS Navigation
-Exec=unset LC_ALL && fsoraw -r CPU,GPS -- navit
+Exec=unset LC_ALL && fsoraw -rf CPU,GPS -- navit
 Icon=navit
 Terminal=false
 Type=Application
diff --git a/recipes/navit/files/shr/navitD.desktop b/recipes/navit/files/shr/navitD.desktop
index fc77efc..69360c7 100644
--- a/recipes/navit/files/shr/navitD.desktop
+++ b/recipes/navit/files/shr/navitD.desktop
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=NavitD
 Comment=GPS Navigation Display blanking disabled
-Exec=unset LC_ALL && fsoraw -r CPU,GPS,Display -- navit
+Exec=unset LC_ALL && fsoraw -rf CPU,GPS,Display -- navit
 Icon=navitD
 Terminal=false
 Type=Application





More information about the Openembedded-commits mailing list