KDE App Launcher

Nikolas Britton nikolas.britton at gmail.com
Sat Mar 25 11:23:06 UTC 2006


On 3/24/06, Chuck Swiger <cswiger at mac.com> wrote:
> Lowell Gilbert wrote:
> > Chuck Swiger <cswiger at mac.com> 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, seems so, I guess you're right.
>
> Thanks for the clarification,
> --
> -Chuck

FYI, here is what got it to work:

%more ./qemu/win98se/win98se_start.sh
#!/bin/sh
##################
# Windows 98SE (default Install) w/SP2.1a (all options), IE6SP1, DirectX9c,
# dotNet1.1SP1, Firefox1.5.1, WinZip8, es1370 driver, cpu idle hack.
# All Windows Update Patches = 03/25/2006.
##################
SDL_VIDEO_X11_DGAMOUSE=0
export SDL_VIDEO_X11_DGAMOUSE
QEMU_AUDIO_DRV=sdl
export QEMU_AUDIO_DRV
nohup nice -n 10 /usr/local/bin/qemu -soundhw es1370 -m 64 -boot c
-hda '/usr/home/nbritton/qemu/win98se/win98se_disk.img'&
exit;
%more ./Desktop/Win98SE.desktop
[Desktop Entry]
Comment=Windows 98 Second Edition, Service Pack 2.1a
Comment[en_US]=Windows 98 Second Edition, Service Pack 2.1a
Encoding=UTF-8
Exec='/usr/home/nbritton/qemu/win98se/win98se_start.sh'
GenericName=
GenericName[en_US]=
Icon=samba
MimeType=
Name=Win98SE
Name[en_US]=Win98SE
Path=
StartupNotify=false
Terminal=false
TerminalOptions=
Type=Application
X-DCOP-ServiceType=none
X-KDE-SubstituteUID=false
X-KDE-Username=


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


More information about the freebsd-questions mailing list