Desktop file: start from a shell

output redirection is only possible when starting from a shell

[ci skip]

(cherry-picked from commit a46c6edd5a)
This commit is contained in:
Severin Glöckner 2018-09-03 19:48:37 +02:00
parent e78237c2a9
commit d40aa8406c

View file

@ -70,7 +70,7 @@ Comment[sr@latin]=Fantazijska strateška igra na poteze
Comment[tr]=Fantastik, sırayla oynanan bir strateji oyunu
Comment[vi]=Mt trò chơi chiến lưc da trên lưt đi theo phong cách thn thoi
Icon=wesnoth-icon
Exec=wesnoth >/dev/null 2>&1
Exec=sh -c "wesnoth >/dev/null 2>&1"
Categories=Game;StrategyGame;
Actions=Editor;
@ -91,4 +91,4 @@ Name[sr@ijekavian]=Уређивач мапа
Name[sr@ijekavianlatin]=Uređivač mapa
Name[sr@latin]=Uređivač mapa
Name[tr]=Harita Düzenleyici
Exec=wesnoth -e >/dev/null 2>&1
Exec=sh -c "wesnoth -e >/dev/null 2>&1"