KDE App Launcher

Nikolas Britton nikolas.britton at gmail.com
Fri Mar 24 13:52:56 UTC 2006


How do I get KDE to run this command:

setenv SDL_VIDEO_X11_DGAMOUSE 0; setenv QEMU_AUDIO_DRV sdl; nice +5
qemu -soundhw es1370 ~/qemu/win98se/win98se_disk.img&

or this:

export SDL_VIDEO_X11_DGAMOUSE=0; export QEMU_AUDIO_DRV=sdl ; nice +5
nohup qemu -soundhw es1370 ~/qemu/win98se/win98se_disk.img&

Or this, win98se_start.sh:

#!/bin/sh
export SDL_VIDEO_X11_DGAMOUSE=0
export QEMU_AUDIO_DRV=sdl
nohup qemu -soundhw es1370 ~/qemu/win98se/win98se_disk.img&
exit

I can't get any of them to work, I've tried other permutations too.
The only way I got it to work is if I tell it to run in a term window,
but I don't want that.




--
BSD Podcasts @ http://bsdtalk.blogspot.com/


More information about the freebsd-questions mailing list