Wine-doors is an application designed to assist users in obtaining, installing, uninstalling and working around the caveats associated with wine applications.
Although wine doors is intended to be a replacement for winetools it is not limited to release cycles for the applications available to install, instead a web service will be provided, this web service will serve XML Pack Lists and Application Packs as well as various other resources.
Using a web service to connect users to applications means the service can be community managed thus splitting application installation and configuration from the user interface used to install the applications.
Requirements:
·
GTK+ >= 2.4.x
· python-glade
·
pygtk
·
wine
·
cabextract
· orange
·
tar
· ps
·
pycairo
·
rsvg
Installation:
To install wine-doors perform the following operations
sudo python setup.py install
The two options --prefix=/prefix/path and --config=/config/path are supported and should be identical on install/uninstall the defaults are /usr and /etc
What's New in This Release:
· Added CD autorun support (astormont)
· Fixes to many exceptions and crashers (astormont, pretty much all of them!)
· Fixes to many packages
· Improvements to the UI
· Package handling improvements