[oe-commits] Sebastian Spaeth : navit: remove unset LC_ALL from .desktop file

git version control git at git.openembedded.org
Mon Jan 11 16:01:12 UTC 2010


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

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Mon Jan 11 13:58:16 2010 +0100

navit: remove unset LC_ALL from .desktop file

* Koen found that this does not work for him although it should
  (http://permalink.gmane.org/gmane.comp.handhelds.openembedded/28904)

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

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

diff --git a/recipes/navit/files/navit.desktop b/recipes/navit/files/navit.desktop
index df16d49..05ecc1d 100644
--- a/recipes/navit/files/navit.desktop
+++ b/recipes/navit/files/navit.desktop
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=Navit
 Comment=GPS Navigation
-Exec=unset LC_ALL && navit
+Exec=navit
 Icon=navit
 Terminal=false
 Type=Application





More information about the Openembedded-commits mailing list