[oe-commits] Sebastian Spaeth : navit: use SingleInstance=true for shr-specific . desktop files

git version control git at git.openembedded.org
Mon Jan 11 09:26:44 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 2fa46e239de5cf7264fb9b69a16435821ffa0423
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2fa46e239de5cf7264fb9b69a16435821ffa0423

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Mon Jan 11 10:22:08 2010 +0100

navit: use SingleInstance=true for shr-specific .desktop files

* navit uses so much memory, that we really don't want to have it started twice on any embedded device
Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

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

diff --git a/recipes/navit/files/shr/navit.desktop b/recipes/navit/files/shr/navit.desktop
index 86e3fc3..f83b8c1 100644
--- a/recipes/navit/files/shr/navit.desktop
+++ b/recipes/navit/files/shr/navit.desktop
@@ -8,3 +8,4 @@ Type=Application
 Categories=GTK;
 MimeType=text/x-vcard;
 StartupNotify=true
+SingleInstance=true
diff --git a/recipes/navit/files/shr/navitD.desktop b/recipes/navit/files/shr/navitD.desktop
index 8da908b..88f9f26 100644
--- a/recipes/navit/files/shr/navitD.desktop
+++ b/recipes/navit/files/shr/navitD.desktop
@@ -8,3 +8,4 @@ Type=Application
 Categories=GTK;
 MimeType=text/x-vcard;
 StartupNotify=true
+SingleInstance=true





More information about the Openembedded-commits mailing list