Skip to content

Commit

Permalink
Desktop file: start from a shell
Browse files Browse the repository at this point in the history
output redirection is only possible when starting from a shell

[ci skip]
  • Loading branch information
sevu committed Sep 3, 2018
1 parent ce05689 commit a46c6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/wesnoth.desktop
Expand Up @@ -70,7 +70,7 @@ Comment[sr@latin]=Fantazijska strateška igra na poteze
Comment[tr]=Fantastik, sırayla oynanan bir strateji oyunu
Comment[vi]=Một trò chơi chiến lược dựa trên lượt đi theo phong cách thần thoại
Icon=wesnoth-icon
Exec=wesnoth >/dev/null 2>&1
Exec=sh -c "wesnoth >/dev/null 2>&1"
Categories=Game;StrategyGame;
Actions=Editor;

Expand All @@ -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"

0 comments on commit a46c6ed

Please sign in to comment.