Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2006 10:04:19 -0600
From:      hackmiester / Hunter Fuller <hackmiester@hackmiester.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: KDE App Launcher
Message-ID:  <200603261004.26579.hackmiester@hackmiester.com>
In-Reply-To: <ef10de9a0603240552q222d41c7odf1228e953103393@mail.gmail.com>
References:  <ef10de9a0603240552q222d41c7odf1228e953103393@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart2165154.xC3hCd5MfA
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

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=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 > ~/qemulog
 export QEMU_AUDIO_DRV=3Dsdl >> ~/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=20
it has any.
>
>
>
>
> --
> BSD Podcasts @ http://bsdtalk.blogspot.com/
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"

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

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

iD8DBQFD/yYl3ApzN91C7BcRAoVVAJ97uhjh30nQ4hd9bQ90gJqiwsLEfgCeKSrg
bVfqEeJ09WhO6Y51WHEHb6o=3D
=3DVTUd
=2D----END PGP SIGNATURE-----

=2D----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++++
=2D-----END GEEK CODE BLOCK------

Quick contact info:
Work: hfuller@stpaulsmobile.net
Personal: hackmiester@hackmiester.com
Large files/spam: hackmiester@gmail.com
GTalk:hackmiester/AIM:hackmiester1337/Y!:hackm1ester/IRC:irc.7sinz.net/7sinz

--nextPart2165154.xC3hCd5MfA
Content-Type: application/pgp-signature

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

iD8DBQBEJruK3ApzN91C7BcRAsbeAJ0Xuhd2r8rgPJLEaO+pcGENS5z+dQCglfZW
ckzYA2R1UomovPYQpzQCS40=
=Fm6e
-----END PGP SIGNATURE-----

--nextPart2165154.xC3hCd5MfA--



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