summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2018-05-08 00:08:36 +0200
committerZeeshan Ali <zeenix@collabora.co.uk>2018-07-09 13:27:54 +0200
commit1dacb138d35688b3b557387f83ee0275068d087a (patch)
tree55e334f327fd7e24be4afe622b6d1150d19eaf54 /demo
parentc8d7689687189a4b9b1676dca58e7fcf4ef21783 (diff)
downloadgeoclue-1dacb138d35688b3b557387f83ee0275068d087a.tar.gz
demo: No need to mark translatable strings in desktop files
Anymore.
Diffstat (limited to 'demo')
-rw-r--r--demo/geoclue-demo-agent.desktop.in.in6
-rw-r--r--demo/geoclue-where-am-i.desktop.in.in10
2 files changed, 8 insertions, 8 deletions
diff --git a/demo/geoclue-demo-agent.desktop.in.in b/demo/geoclue-demo-agent.desktop.in.in
index 257f809..13f72f8 100644
--- a/demo/geoclue-demo-agent.desktop.in.in
+++ b/demo/geoclue-demo-agent.desktop.in.in
@@ -1,7 +1,7 @@
[Desktop Entry]
-_Name=Geoclue Demo agent
-_GenericName=Demo geoclue agent
-_Keywords=geolocation;
+Name=Geoclue Demo agent
+GenericName=Demo geoclue agent
+Keywords=geolocation;
Exec=@libexecdir@/geoclue-2.0/demos/agent
Icon=mark-location-symbolic
NotShowIn=GNOME;
diff --git a/demo/geoclue-where-am-i.desktop.in.in b/demo/geoclue-where-am-i.desktop.in.in
index 9d5289b..8a08093 100644
--- a/demo/geoclue-where-am-i.desktop.in.in
+++ b/demo/geoclue-where-am-i.desktop.in.in
@@ -1,11 +1,11 @@
[Desktop Entry]
-_Name=Where am I?
-_GenericName=Demo geolocation application
-_Comment=Find your current location
-_Keywords=geolocation;
+Name=Where am I?
+GenericName=Demo geolocation application
+Comment=Find your current location
+Keywords=geolocation;
Exec=@libexecdir@/geoclue-2.0/demos/where-am-i
Icon=mark-location-symbolic
NoDisplay=true
Terminal=true
Type=Application
-_X-Geoclue-Reason=Allows your current location to be shown on terminal.
+X-Geoclue-Reason=Allows your current location to be shown on terminal.