diff options
Diffstat (limited to 'dists')
-rw-r--r-- | dists/maemo/scummvm.desktop | 11 | ||||
-rw-r--r-- | dists/maemo/scummvm.wrapper | 6 |
2 files changed, 17 insertions, 0 deletions
diff --git a/dists/maemo/scummvm.desktop b/dists/maemo/scummvm.desktop new file mode 100644 index 0000000000..25a32727bb --- /dev/null +++ b/dists/maemo/scummvm.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=1.0 +Type=Application +Name=ScummVM +Exec=/usr/games/scummvm +Icon=scummvm +X-Icon-path=/usr/share/icons +X-Window-Icon=scummvm +X-HildonDesk-ShowInToolbar=true +X-Osso-Type=application/x-executable diff --git a/dists/maemo/scummvm.wrapper b/dists/maemo/scummvm.wrapper new file mode 100644 index 0000000000..f3ab6508aa --- /dev/null +++ b/dists/maemo/scummvm.wrapper @@ -0,0 +1,6 @@ +#!/bin/sh +# wrapper for proper WM_CLASS name in SDL apps (needed for icon in taskbar) +#BASEDIR=`dirname $0` +BASENAME=`basename $0` +export SDL_VIDEO_X11_WMCLASS=${BASENAME} +exec ${0}.bin "$@" |