Marcus Meissner 067e71b981 - Updated to 1.3.3 development snapshot
- Improved support for right-to-left text.
  - Support for CMYK JPEG images.
  - Beginnings of a Game Explorer implementation.
  - Improved 64-bit support in MSI.
  - Stub inetcpl control panel applet.
  - A number of fixes to crypto support.
  - Translation updates.
  - Various bug fixes.
- updated winetricks

- Updated to 1.3.2 development snapshot
  - Update of the Gecko engine, now including a 64-bit version.
  - New implementation of console support on Unix terminals.
  - Many new functions in the C runtime dlls.
  - Various bug fixes.
- updated winetricks

- Updated to 1.3.1 development snapshot
  - Support for drag & drop between X11 and OLE.
  - New ipconfig.exe builtin tool.
  - Support for favorites in builtin Internet Explorer.
  - Beginnings of a shell Explorer control.
  - A number of DirectDraw code cleanups.
  - Improvements to the calendar control.
  - Various bug fixes.

- Updated to 1.3.0 development snapshot
  - Beginnings of a user interface for the builtin Internet Explorer.

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=66
2010-09-26 15:35:26 +00:00
2010-07-26 07:40:44 +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.
Description
No description provided
Readme 5.5 MiB
Languages
Shell 100%