KDE App Launcher

hackmiester / Hunter Fuller hackmiester at hackmiester.com
Sun Mar 26 16:04:32 UTC 2006


On Friday 24 March 2006 07:52, Nikolas Britton wrote:
> 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 > ~/qemulog
 export QEMU_AUDIO_DRV=sdl >> ~/qemulog
 nohup qemu -soundhw es1370 ~/qemu/win98se/win98se_disk.img& >> ~/qemulog
 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.
Modify your script as I did. Then, paste the contents of the qemulog file, if 
it has any.
>
>
>
>
> --
> BSD Podcasts @ http://bsdtalk.blogspot.com/
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"

-- 
--hackmiester
Walk a mile in my shoes and you will be a mile away in a new pair of shoes.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=
=VTUd
-----END PGP SIGNATURE-----

-----BEGIN GEEK CODE BLOCK-----
Version: Geek Code v3.1 (PHP)
GCS/CM/E/IT d-@ s: a- C++$ UBLS*++++$ P+ L+++$ E- W++$ !N-- !o+ K-- !w-- !O-
M++$ V-- PS@ PE@ Y--? PGP++ !t--- 5--? !X-- !R-- tv-- b+ DI++ D++ G+ e++++
h---- r+++ z++++
------END GEEK CODE BLOCK------

Quick contact info:
Work: hfuller at stpaulsmobile.net
Personal: hackmiester at hackmiester.com
Large files/spam: hackmiester at gmail.com
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20060326/b52d833a/attachment.pgp


More information about the freebsd-questions mailing list