View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#149
I did a quick mod to the latest sdlquake mmc1 version for the pixdbl files. Now, if you press home, the q1 icon shows up .

/usr/bin/sdlquakepxd:

#!/bin/sh
BASENAME=`basename $0`
export SDL_VIDEO_X11_WMCLASS=${BASENAME}
export WM_CLASS=${BASENAME}
cd /usr/lib/sdlquake
./sdlquake -nocdaudio -winsize 400 240 -fullscreen -basedir /media/mmc1/quake $1 $2 $3 $4 $5 $6
/usr/share/applications/hildon/sdlquakepxd.desktop:

[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=SDL Quake PixDbl
Exec=/usr/bin/sdlquakepxd
Icon=sdlquake
Type=Application
Terminal=false
X-Icon-Path=/usr/share/icons
StartupNotify=true
X-Window-Icon=sdlquake
X-Window-Icon-Dimmed=sdlquake
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
StartupWMClass=sdlquake

Last edited by qwerty12; 2008-04-17 at 18:30.
 

The Following 2 Users Say Thank You to qwerty12 For This Useful Post: