From d40aa8406c948f40c8c9858c0dfa37ec85b31baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Severin=20Gl=C3=B6ckner?= Date: Mon, 3 Sep 2018 19:48:37 +0200 Subject: [PATCH] Desktop file: start from a shell output redirection is only possible when starting from a shell [ci skip] (cherry-picked from commit a46c6edd5a945082a07722a50f79679d427cfacd) --- packaging/wesnoth.desktop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/wesnoth.desktop b/packaging/wesnoth.desktop index 1622ec50f42..e7a0852db46 100644 --- a/packaging/wesnoth.desktop +++ b/packaging/wesnoth.desktop @@ -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; @@ -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"