SHA256
1
0
forked from pool/wine
Go to file
2007-08-27 16:55:30 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=1 2007-01-04 16:29:39 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=1 2007-01-04 16:29:39 +00:00
README.SuSE OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=17 2007-07-30 10:55:05 +00:00
ready OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=1 2007-01-04 16:29:39 +00:00
wine-0.9.44.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=19 2007-08-27 16:55:30 +00:00
wine.changes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=19 2007-08-27 16:55:30 +00:00
wine.desktop OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=14 2007-06-24 09:55:53 +00:00
wine.spec OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=19 2007-08-27 16:55:30 +00:00
winetricks OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=19 2007-08-27 16:55:30 +00:00

Violation of existing windows:
------------------------------
Wine can violate MS Windows installation.

It is recommended to copy whole of windows to another destination 
and to configure wine for this copy.


Configuration:
--------------
The wine config has been changed: 
    1. The /etc/wine.conf does not exist anymore and neither does
       ~/.wine/config since WINE release 20050628.

    2. All configuration data is now in the registry, and can be accessed
       directly by editing system.reg or user.reg, "wine regedit.exe" or
       with the graphical configuration frontend "winecfg".

    3. Drives and Devices are configured by symlinking in ~/.wine/dosdevices/

    4. You have to set the WINEPREFIX variable to the wine base dir.
       Default is ~/.wine/

    5. Running "wineprefixcreate" will update or create such a wine base
       directory.

There usually is no need for additionaly configuring wine.

If no ~/.wine is present, it will setup a fake windows 
environment in ~/.wine by itself, including all necessary config
file and registry settings by running "wineprefixcreate".

Start wine:
-----------
Check whether wine runs by entering (e.g.) 'wine notepad.exe' or
'wine progman'.


Error and warning messages:
---------------------------
Wine is intensively developed but isn't complete yet. Therefore 
many things don't work and wine print many error and warning messages.