Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Mar 2006 07:52:55 -0600
From:      "Nikolas Britton" <nikolas.britton@gmail.com>
To:        "freebsd general questions" <freebsd-questions@freebsd.org>
Subject:   KDE App Launcher
Message-ID:  <ef10de9a0603240552q222d41c7odf1228e953103393@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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=3D0; export QEMU_AUDIO_DRV=3Dsdl ; nice +5
nohup qemu -soundhw es1370 ~/qemu/win98se/win98se_disk.img&

Or this, win98se_start.sh:

#!/bin/sh
export SDL_VIDEO_X11_DGAMOUSE=3D0
export QEMU_AUDIO_DRV=3Dsdl
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ef10de9a0603240552q222d41c7odf1228e953103393>