top | item 29613082

(no title)

moharoune | 4 years ago

How does this compare to Wine ?

discuss

order

boudin|4 years ago

I don't know why you're getting down-voted, it's a legitimate question since the main page doesn't mention wine once. It is a Wine frontend though, seems to also integrate wine-tricks for dependencies, DXVK and other things from the wine eco-system.

rhdunn|4 years ago

Bottles are isolated Wine environments, similar to containers or VMs. This allows you to install components (e.g. msxml3) to, and modify the configuration of that environment to make the program work without having it affect other applications.

mathfailure|4 years ago

Isolated wine environments are called wineprefixes in wine terms and do not require any additional software.

anthk|4 years ago

     export WINEPREFIX=$HOME/tmp

     mkdir $HOME/tmp

     wine foo/bar/bla/install.exe

dschuessler|4 years ago

Judging from the Github project page, it uses Wine itself, so is probably just a GUI frontend to it.

Vinnl|4 years ago

I think this uses Wine (it mentions DXVK, which IIRC is for Wine), but handles setting it up correctly for every program you want to use.