Difference between revisions of "WINE"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
m (it's not just not an emulator, it's also an acronym)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[category:acronym]][[WINE]] is an [[acronym]] for '''W'''INE '''I'''s '''N'''ot an '''E'''mulator. It is a [[FOSS]] program which provides a [[Windows (Microsoft)|Windows]] [[API]] so that Windows programs can run under [[Linux]]. (This is consistent with some definitions of the word "[[emulator]]", despite the acronym.){{seed}}
+
=={{hide|Navigation}}==
 +
[[computing]]: [[software]]: [[Linux]]/[[Windows (Microsoft)|Windows]]: [[WINE]]
 +
==Overview==
 +
[[category:acronyms]][[WINE]] is an [[acronym]] for '''W'''INE '''I'''s '''N'''ot an '''E'''mulator. It is a [[FOSS]] program which provides a [[Windows (Microsoft)|Windows]] [[API]] so that Windows programs can run under [[Linux]]. (This is consistent with some definitions of the word "[[emulator]]", despite the acronym.){{seed}}
 
==Links==
 
==Links==
 
* [http://winehq.org WineHQ]: official homepage
 
* [http://winehq.org WineHQ]: official homepage
Line 5: Line 8:
 
; [[winecfg]]:is the [[GUI]]-based configuration applet for WINE; it is generally not set up in a KDE menu, so you have to run it from the console.
 
; [[winecfg]]:is the [[GUI]]-based configuration applet for WINE; it is generally not set up in a KDE menu, so you have to run it from the console.
 
; [[wine (command)|wine]] ''program_filename[.ext]'' ''parameters'':runs a program in WINE. When WINE is installed, it will usually configure the window manager (KDE, Nautilus...) to recognize Windows programs and execute them with WINE, but if you run it from a console you will see any error or warning messages coming from WINE.
 
; [[wine (command)|wine]] ''program_filename[.ext]'' ''parameters'':runs a program in WINE. When WINE is installed, it will usually configure the window manager (KDE, Nautilus...) to recognize Windows programs and execute them with WINE, but if you run it from a console you will see any error or warning messages coming from WINE.
 +
==Apparent Shortcomings==
 +
* WINE has no Start menu, so there is no easy way to run installed programs.
 +
* Attempting to run .exe files with WINE often causes WINE to do nothing and exit with no error message (even when running in a terminal).
 +
* WINE desperately needs something equivalent to Windows Explorer, so you can at least verify that the WINE environment is working properly.
 +
* WINE cannot be "restarted", so many installation routines which require you to "restart your computer" cannot be completed (including installation of [[MSIE]])
 +
 
==User Notes==
 
==User Notes==
 
==={{Woozle}}===
 
==={{Woozle}}===
Line 14: Line 23:
  
 
'''2006-09-08''' Adding a user to the group "dip" seemed to enable WINE to access the sound system one time when it complained that it could not (on Ubuntu Dapper). This could have been a fluke, however, and I have not confirmed it. Used {{linuxcmd|usermod}} to make the group assignment.
 
'''2006-09-08''' Adding a user to the group "dip" seemed to enable WINE to access the sound system one time when it complained that it could not (on Ubuntu Dapper). This could have been a fluke, however, and I have not confirmed it. Used {{linuxcmd|usermod}} to make the group assignment.
 +
 +
[[/MS Office 97 Pro]] won't install under WINE 0.90; see [[:Image:2007-03-10 WINE and MS Office 97.crop.png]].
 +
* '''2007-09-16''' [http://benjaminong.wordpress.com/2007/09/16/how-i-installed-microsoft-office-2003-using-wine/ How I installed Microsoft Office 2003 using Wine]: perhaps this will work?
 +
 +
==Links==
 +
* '''2008-03-20''' [http://www.bmighty.com/blog/main/archives/2008/03/wine_10_on_the.html Wine 1.0 On The Menu For Desktop Linux Users]: an official working version of WINE is slated for release in June

Latest revision as of 18:51, 8 October 2020

Navigation

computing: software: Linux/Windows: WINE

Overview

WINE is an acronym for WINE Is Not an Emulator. It is a FOSS program which provides a Windows API so that Windows programs can run under Linux. (This is consistent with some definitions of the word "emulator", despite the acronym.)

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Links

How To

winecfg
is the GUI-based configuration applet for WINE; it is generally not set up in a KDE menu, so you have to run it from the console.
wine program_filename[.ext] parameters
runs a program in WINE. When WINE is installed, it will usually configure the window manager (KDE, Nautilus...) to recognize Windows programs and execute them with WINE, but if you run it from a console you will see any error or warning messages coming from WINE.

Apparent Shortcomings

  • WINE has no Start menu, so there is no easy way to run installed programs.
  • Attempting to run .exe files with WINE often causes WINE to do nothing and exit with no error message (even when running in a terminal).
  • WINE desperately needs something equivalent to Windows Explorer, so you can at least verify that the WINE environment is working properly.
  • WINE cannot be "restarted", so many installation routines which require you to "restart your computer" cannot be completed (including installation of MSIE)

User Notes

Woozle

These are problems I have run into trying to use WINE on two different systems.

On one system, nothing will run; this appears to be because no drives are configured. However, when you run wineconfig and attempt to create some, an error message on the console says "unable to define devicename of 'C:', targetpath of '/'" (using the autodetected value "/" for C:'s path, but I tried one or two others and got the same results). On exiting and reloading winecfg, any values which were created are lost (so apparently they are not being saved).

On the other system, things seem to run more or less properly, but the Program Manager (progman.exe, which seems to be one user-friendly way of invoking applications - "wine progman" to start it) has a character limitation in its "Execute" dialog which is too short for most programs stored in the general format "c:\program files\nameofapp\nameofapp.exe" or longer. (It is still possible to run such programs from the console, but this severely limits the usefulness of progman.)

2006-09-08 Adding a user to the group "dip" seemed to enable WINE to access the sound system one time when it complained that it could not (on Ubuntu Dapper). This could have been a fluke, however, and I have not confirmed it. Used usermod to make the group assignment.

/MS Office 97 Pro won't install under WINE 0.90; see Image:2007-03-10 WINE and MS Office 97.crop.png.

Links