Re: KDE App Launcher

2006-03-26 Thread hackmiester / Hunter Fuller
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 ;

Re: KDE App Launcher

2006-03-25 Thread Nikolas Britton
On 3/24/06, Chuck Swiger <[EMAIL PROTECTED]> wrote: > Lowell Gilbert wrote: > > Chuck Swiger <[EMAIL PROTECTED]> writes: > >> For /bin/sh, you can't export a variable on the line you set it; that's an > >> extension found in bash, ksh, and zsh, but is not part of the original sh: > > > > It is, how

Re: KDE App Launcher

2006-03-24 Thread Chuck Swiger
Lowell Gilbert wrote: > Chuck Swiger <[EMAIL PROTECTED]> writes: >> For /bin/sh, you can't export a variable on the line you set it; that's an >> extension found in bash, ksh, and zsh, but is not part of the original sh: > > It is, however, supported by *FreeBSD*'s /bin/sh. Even back in 4.x? Hmm

Re: KDE App Launcher

2006-03-24 Thread Lowell Gilbert
Chuck Swiger <[EMAIL PROTECTED]> writes: > For /bin/sh, you can't export a variable on the line you set it; that's an > extension found in bash, ksh, and zsh, but is not part of the original sh: It is, however, supported by *FreeBSD*'s /bin/sh. ___ free

Re: KDE App Launcher

2006-03-24 Thread Chuck Swiger
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 -sound

KDE App Launcher

2006-03-24 Thread Nikolas Britton
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