Wine - Compholio Edition |
The Wine Compholio Edition (previously the "Kane Edition") is a special build of the popular Wine software with patches to make Windows applications that I frequently use work out of the box.
Currently included patches:Please note that this page is primarily for my own purposes to keep track of the patches I'm making to the default Wine installation. I have every intention of trying to get suitable versions of these patches included in the Wine tree, but until then I will be trying to keep these patches up to date. It is also important to note that the Compholio Edition is not an official version of Wine, so you will make people angry if you try to report bugs or submit test results using the Compholio Edition. If you encounter a problem with the Compholio Edition then feel free to contact me via ehoover at mines dot edu (preferably if you know it's a bug related to the patches).
I now have an Ubuntu PPA setup, so you can add ppa:ehoover/compholio to your Software Sources to automatically obtain updates:
sudo apt-add-repository ppa:ehoover/compholio sudo apt-get update sudo apt-get install wine-compholioAlternatively, Fedora users can use Alec Leamas' repository:
wget http://leamas.fedorapeople.org/wine-compholio/wine-compholio.repo cp wine-compholio/wine-compholio.repo /etc/yum.repos.d yum update wine-\*
![]() |
Download wine-compholio 1.5.30 for Ubuntu/Debian | (x86-32) | (x86-64) |
![]() |
Download wine-compholio 1.5.30 alien-ized RPMs | (x86-32) | (x86-64) |
tar -xvjf wine-X.X.XX.tar.bz2
cd wine-X.X.XX
patch -p1 < ../000X-YYYYYYY.patch
tools/make_requests
autoreconf
./configureIf you would like to install this seperately from your main Wine install then use:
./configure --prefix=${HOME}/wine-compholio
(where you may choose another path if you so desire)
make depend && make
sudo make install
cd ..; rm -Rf wine-X.X.XX
wine C:\\Program Files\\Mozilla Firefox\\firefox.exe" "http://netflix.com/"or (if you installed to a separate directory):
~/wine-compholio/bin/wine "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "http://netflix.com/"