Linux Packaging: Don't store log info which nobody will read
So it may not be saved in ~/.xession-errors
or cluttering up disk space another way
(cherry-picked from commit c998f13a45
)
This commit is contained in:
parent
fe545d4624
commit
1efaa64a1b
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ Comment[sr@latin]=Fantazijska strateška igra na poteze
|
||||||
Comment[tr]=Fantastik, sırayla oynanan bir strateji oyunu
|
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
|
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
|
Icon=wesnoth-icon
|
||||||
Exec=wesnoth
|
Exec=wesnoth >/dev/null 2>&1
|
||||||
Categories=Game;StrategyGame;
|
Categories=Game;StrategyGame;
|
||||||
Actions=Editor;
|
Actions=Editor;
|
||||||
|
|
||||||
|
@ -91,4 +91,4 @@ Name[sr@ijekavian]=Уређивач мапа
|
||||||
Name[sr@ijekavianlatin]=Uređivač mapa
|
Name[sr@ijekavianlatin]=Uređivač mapa
|
||||||
Name[sr@latin]=Uređivač mapa
|
Name[sr@latin]=Uređivač mapa
|
||||||
Name[tr]=Harita Düzenleyici
|
Name[tr]=Harita Düzenleyici
|
||||||
Exec=wesnoth -e
|
Exec=wesnoth -e >/dev/null 2>&1
|
||||||
|
|
Loading…
Add table
Reference in a new issue