mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 15:18:55 +02:00
Exec=true (seach via PATH) instead of hardcoding /bin/true
...otherwise this .desktop is omitted on platforms that have it elsewhere. https://bugzilla.gnome.org/show_bug.cgi?id=731705
This commit is contained in:
committed by
Philip Withnall
parent
029cfa9109
commit
d88d90c3c8
@@ -1,6 +1,6 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Weather for Toronto Island
|
Name=Weather for Toronto Island
|
||||||
Exec=/bin/true
|
Exec=true
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
Reference in New Issue
Block a user