diff options
author | Mike Swanson | 2014-06-12 18:03:39 -0700 |
---|---|---|
committer | Mike Swanson | 2014-06-12 18:03:39 -0700 |
commit | 46dbe96efd039d49a4a43603f823340520eccfaa (patch) | |
tree | 464778f28aabcfe3df05a02f91a3ebca179d19cc /src/setup | |
parent | 0fb3f5cd0d297de8e10610e4a6cc98d9ca41af4a (diff) | |
download | chocolate-doom-46dbe96efd039d49a4a43603f823340520eccfaa.tar.gz chocolate-doom-46dbe96efd039d49a4a43603f823340520eccfaa.tar.bz2 chocolate-doom-46dbe96efd039d49a4a43603f823340520eccfaa.zip |
Add desktop entries for all the games, make the Setup launch generic
The same icon is used for all four games, even though it's designed to
resemble Doom's logo and looks a bit silly with all of them lined up.
Also the Setup Desktop Entry now only launches chocolate-setup, which
then prompts for the game to configure. This avoids cluttering up a
DE's Preferences menu, control panel, or however it will be displayed.
Diffstat (limited to 'src/setup')
-rw-r--r-- | src/setup/setup.desktop.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/setup/setup.desktop.in b/src/setup/setup.desktop.in index 4b1cf69c..91decb41 100644 --- a/src/setup/setup.desktop.in +++ b/src/setup/setup.desktop.in @@ -1,7 +1,7 @@ [Desktop Entry] -Name=@PACKAGE_NAME@ Setup -Exec=@PROGRAM_PREFIX@doom-setup +Name=@PACKAGE_SHORTNAME@ Setup +Exec=@PROGRAM_PREFIX@setup Icon=@PROGRAM_PREFIX@setup Type=Application -Comment=Setup tool for @PACKAGE_NAME@ +Comment=Setup tool for @PACKAGE_SHORTNAME@ Categories=Settings |