SHA256
1
0
forked from pool/wine
Go to file
2020-01-23 06:27:41 +00:00
_multibuild disable nine 2019-03-15 13:42:40 +00:00
_service - Updated to 5.0 release 2020-01-22 06:57:07 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=604 2019-03-16 07:52:01 +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
baselibs.conf OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=689 2020-01-22 14:18:13 +00:00
README.SUSE OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=225 2014-06-15 11:15:45 +00:00
ubuntuwine.tar.bz2 - split off a wine-msi.desktop for installing MSI packages. 2013-09-27 15:47:00 +00:00
wine-5.0.tar.xz - Updated to 5.0 release 2020-01-22 06:57:07 +00:00
wine-5.0.tar.xz.sign - Updated to 5.0 release 2020-01-22 06:57:07 +00:00
wine-d3d9-patches-4.1.tar.xz ci 2019-03-18 06:07:15 +00:00
wine-msi.desktop - split off a wine-msi.desktop for installing MSI packages. 2013-09-27 15:47:00 +00:00
wine-rpmlintrc OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=656 2019-09-26 11:27:21 +00:00
wine-staging-5.0.tar.xz - Updated to 5.0 release 2020-01-22 06:57:07 +00:00
wine.changes Accepting request 766212 from Emulators 2020-01-22 21:43:19 +00:00
wine.desktop nodisplay=true 2010-10-26 09:22:12 +00:00
wine.keyring - Updated to 1.9.4 development snapshot 2016-03-04 16:44:40 +00:00
wine.spec OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=696 2020-01-23 06:27:41 +00:00
wisotool - Updated to 1.7.35 development snapshot 2015-01-23 20:48:01 +00:00

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

General Notes:
--------------
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. Drives are configured by symlinking in ~/.wine/dosdevices/,
   or by using "winecfg".

3. You have to set the WINEPREFIX variable to the wine base dir,
   if it is different than ~/.wine.

There usually is no need for additionaly configuring wine.

If no ~/.wine is present, Wine will setup a fake windows 
environment in ~/.wine by itself, including all necessary config
file and registry settings using the "wine.inf" file.


Windows DLLs not supported by Wine:
--------------------------------------
A shell script called "winetricks" is included in this RPM which
can be used to quickly install missing DLLs from public redistributable
archives.

	winetricks help		shows all installation possibilities

	winetricks gecko	Installs the Mozilla Gecko rendering engine, which
				provides generic HTML rendering support to Wine.

				This engine is also in the wine-gecko RPM.

	winetricks mfc40	installs the MFC40.DLL
	winetricks mfc42	installs the MFC42.DLL	(Applications might need it)


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

It is not recommended to point Wine to an existing Windows
installation. Also it should no longer be necessary to copy
stuff from Windows installations.


Error and warning messages:
---------------------------
Wine is intensively developed but is not always complete.
Therefore things might not work and wine might print error and
warning messages.