mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-02-08 17:22:12 +00:00
"desktop-file-validate" reports the following error: org.dhewm3.Dhewm3.desktop: error: value "dhewm3 "$@"" for key "Exec" in group "Desktop Entry" contains a non-escaped character '$' in a quote, but it should be escaped with two backslashes ("\\$") see https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#exec-variables
10 lines
277 B
Desktop File
10 lines
277 B
Desktop File
[Desktop Entry]
|
|
Comment=dhewm 3 is a Doom 3 GPL source port
|
|
Categories=Game;Shooter;
|
|
Exec=dhewm3 +set fs_game d3xp "\\$@"
|
|
Icon=org.dhewm3.Dhewm3
|
|
Name=Dhewm3 XP
|
|
StartupNotify=true
|
|
Terminal=false
|
|
Type=Application
|
|
Keywords=doom;first;person;shooter;dark;singleplayer;multiplayer;
|