Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Mar 2006 05:23:00 -0600
From:      "Nikolas Britton" <nikolas.britton@gmail.com>
To:        "Chuck Swiger" <cswiger@mac.com>
Cc:        Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>, freebsd general questions <freebsd-questions@freebsd.org>
Subject:   Re: KDE App Launcher
Message-ID:  <ef10de9a0603250323n63d259c9ubd3ba6f36d3a233d@mail.gmail.com>
In-Reply-To: <4424082F.4050508@mac.com>
References:  <ef10de9a0603240552q222d41c7odf1228e953103393@mail.gmail.com> <4423FC89.5010304@mac.com> <44u09newm2.fsf@be-well.ilk.org> <4424082F.4050508@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3/24/06, Chuck Swiger <cswiger@mac.com> wrote:
> Lowell Gilbert wrote:
> > Chuck Swiger <cswiger@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 =3D 03/25/2006.
##################
SDL_VIDEO_X11_DGAMOUSE=3D0
export SDL_VIDEO_X11_DGAMOUSE
QEMU_AUDIO_DRV=3Dsdl
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=3DWindows 98 Second Edition, Service Pack 2.1a
Comment[en_US]=3DWindows 98 Second Edition, Service Pack 2.1a
Encoding=3DUTF-8
Exec=3D'/usr/home/nbritton/qemu/win98se/win98se_start.sh'
GenericName=3D
GenericName[en_US]=3D
Icon=3Dsamba
MimeType=3D
Name=3DWin98SE
Name[en_US]=3DWin98SE
Path=3D
StartupNotify=3Dfalse
Terminal=3Dfalse
TerminalOptions=3D
Type=3DApplication
X-DCOP-ServiceType=3Dnone
X-KDE-SubstituteUID=3Dfalse
X-KDE-Username=3D


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



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