2010-05-13 05:29:24 +08:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# koules.kde
|
|
|
|
# Wrapper script to launch koules from a KDE shortcut
|
2022-06-09 00:27:37 +08:00
|
|
|
# Author: B. Watson (urchlay@slackware.uk)
|
2010-05-13 05:29:24 +08:00
|
|
|
|
|
|
|
# If the GUI launcher can't run (probably because Tcl/Tk isn't
|
|
|
|
# installed), just start the game with default options.
|
|
|
|
|
2010-05-13 06:26:32 +08:00
|
|
|
# This script used to use artsdsp to make the dumb old OSS sound code
|
|
|
|
# in the game play nice with KDE's sound server. Apparently this is no
|
|
|
|
# longer necessary in KDE 4 (at least, it seems to work for me without it).
|
2010-05-13 05:29:24 +08:00
|
|
|
|
2010-05-13 06:26:32 +08:00
|
|
|
koules-launcher || koules
|