[gnome-weather] Validate Desktop File With Correct Application ID
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather] Validate Desktop File With Correct Application ID
- Date: Sun, 27 Jan 2019 03:25:35 +0000 (UTC)
commit 4592d77446a008ab3b5c9460f5f0fcf6b0320ff5
Author: Falk Alexander Seidl <fseidl gnome org>
Date: Sun Dec 9 17:44:45 2018 +0100
Validate Desktop File With Correct Application ID
Add the missing ".Application" to the application id.
data/meson.build | 2 +-
data/org.gnome.Weather.Application.desktop.in | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 741a9e3..8ce8838 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -50,7 +50,7 @@ if desktop_file_validate.found()
test (
'Validate desktop file',
desktop_file_validate,
- args: join_paths(meson.current_build_dir(), application_id + '.desktop')
+ args: join_paths(meson.current_build_dir(), application_id + '.Application.desktop')
)
endif
diff --git a/data/org.gnome.Weather.Application.desktop.in b/data/org.gnome.Weather.Application.desktop.in
index 3cd54ba..ed3b9a2 100644
--- a/data/org.gnome.Weather.Application.desktop.in
+++ b/data/org.gnome.Weather.Application.desktop.in
@@ -1,11 +1,11 @@
[Desktop Entry]
Type=Application
-_Name=Weather
-_Comment=Show weather conditions and forecast
+Name=Weather
+Comment=Show weather conditions and forecast
Icon=org.gnome.Weather
Exec=gapplication launch org.gnome.Weather.Application
DBusActivatable=true
StartupNotify=true
Categories=GNOME;GTK;Utility;Core;
-_Keywords=Weather;Forecast;
-_X-Geoclue-Reason=Allows weather information to be displayed for your location.
+Keywords=Weather;Forecast;
+X-Geoclue-Reason=Allows weather information to be displayed for your location.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]