-
-
Save mvnDaMan/ea8cb5f97a6d9157d52a7e4463f14bab to your computer and use it in GitHub Desktop.
Dungeon Keeper Desktop Entry on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Desktop Entry] | |
| Name=Dungeon Keeper | |
| Comment=Evil is Good | |
| Exec=dosbox -conf ../dosboxDK.conf -conf ../dosboxDK_single.conf -noconsole -c exit | |
| Icon=dungeon-keeper | |
| Path=/home/user/.wine/drive_c/GOG Games/Dungeon Keeper Gold/DOSBOX | |
| Terminal=false | |
| Type=Application | |
| Categories=Game; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd ~/.wine/drive_c/GOG Games/Dungeon Keeper Gold | |
| convert gfw_high.ico ~/.local/share/icons/dungeon-keeper.png | |
| cd ~/.local/share/icons | |
| mv dungeon-keeper-8.png hicolor/16x16/apps/dungeon-keeper.png | |
| mv dungeon-keeper-7.png hicolor/32x32/apps/dungeon-keeper.png | |
| mv dungeon-keeper-6.png hicolor/48x48/apps/dungeon-keeper.png | |
| mv dungeon-keeper-5.png hicolor/256x256/apps/dungeon-keeper.png | |
| rm dungeon-keeper*.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment