OBS User unknown
2007-10-04 22:39:47 +00:00
committed by Git OBS Bridge
parent bf2bd215d9
commit f54d3d73d5
6 changed files with 134 additions and 88 deletions

View File

@@ -1,28 +1,21 @@
Violation of existing windows:
------------------------------
Wine can violate MS Windows installation.
Wine can corrupt 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.
1. All configuration data is 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".
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".
2. Drives are configured by symlinking in ~/.wine/dosdevices/
3. Drives and Devices are configured by symlinking in ~/.wine/dosdevices/
3. You have to set the WINEPREFIX variable to the wine base dir.
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.
4. Running "wineprefixcreate" will update or create such a wine base
directory.
There usually is no need for additionaly configuring wine.
@@ -32,11 +25,11 @@ file and registry settings by running "wineprefixcreate".
Start wine:
-----------
Check whether wine runs by entering (e.g.) 'wine notepad.exe' or
Check whether wine runs by entering (e.g.) 'wine sol.exe' or
'wine progman'.
Error and warning messages:
---------------------------
Wine is intensively developed but isn't complete yet. Therefore
Wine is intensively developed but always isn't complete. Therefore
many things don't work and wine print many error and warning messages.