[pkg-wine-party] Bug#511310: Bug#511310: add winefile into the menu

Ove Kaaven ovek at arcticnet.no
Fri Jan 9 16:02:56 UTC 2009


Wei Mingzhi skrev:
> Package: wine
> Version: 1.1.12-1
> Severity: wishlist
> 
> Hello,
> 
> Currently the Wine package only adds wine uninstaller and winecfg into
> the menu. It would be nice if winefile can be added, as multi-cd
> installers won't work if invoked with "cd /cdrom; wine setup.exe"
> under command line (the CD changing won't work as the CD-ROM can't be
> unmounted). The CD change will only work if I invoke the setup.exe in
> winefile.

It's not really true that it only works from winefile. It should still
work if you launched setup.exe from, say, Nautilus or some other Linux
file manager. For the most part, users shouldn't need winefile.

And if you did want to launch Wine from a shell, it's usually only the
shell's cwd locking the mount point, not Wine itself, so you could do:

"cd /cdrom; wine setup.exe &; cd /"

or maybe use a subshell, like:

"(cd /cdrom; wine setup.exe &)"





More information about the pkg-wine-party mailing list