PlayOnLinux
Page Module:Message box/ambox.css has no content.Page Template:Multiple issues/styles.css has no content.
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
Page Module:Message box/ambox.css has no content.
|
Page Module:Infobox/styles.css has no content.
| PlayOnLinux | |
|---|---|
| Lua error in package.lua at line 80: module 'Module:InfoboxImage/data' not found. Play on Linux interface | |
| [[Programmer|DeveloperTemplate:Pluralize from text]] | Quentin Pâris[1] and Aymeric Petit |
| Initial release | 2007[1] |
| Written in |
|
| Engine | Page Template:Plainlist/styles.css has no content.Template:EditAtWikidata |
| Operating system | Linux, FreeBSD,[3] macOS[4] |
| Type | Compatibility layer |
| License | GPL/LGPL |
| Website | Script error: No such module "WikidataIB". |
| Repository | Page Template:Plainlist/styles.css has no content.
|
Script error: No such module "Check for conflicting parameters".
PlayOnLinux is a graphical frontend for the Wine software compatibility layer which allows Linux users to install Windows-based video games, Microsoft Office (2000 to 2016), Microsoft Internet Explorer, as well as many other applications such as Apple iTunes and Safari.[6][7]
While initially developed for Linux-based systems, it is also used on macOS and FreeBSD under the names PlayOnMac and PlayOnBSD, respectively. It can also be used on other operating systems supported by Wine.
Versions
Version 4.0 (released in 2011[8]) is able to run on Mac and Linux. It used two separate source trees and was therefore called "POL" on Linux systems and "POM" on Mac.
Version 5.0 Phoenicis
Version 5.0 (first alpha build released in 2018[9]), uses the same codebase for Mac and Linux. It started development in 2015 and switched from being written in Python to being written in Java for portability across operating systems.[2]
To reflect the development of a common codebase for operating systems, it has first been named POL-POM-5, later POL-POM, and is finally developed under the name Phoenicis.[9]
Internals
PlayOnLinux is developed using a combination of Bash, Python and wxPython.
The system provides wrapper shell scripts that specify the configuration of Wine needed in order to install and run a particular application.
It uses an online database of scripts to apply to different applications that need special configuration; if the game is not in the database, a manual installation can be performed.[10] Programs can be installed and each one is put in a different container (WINEPREFIX) to prevent interference of one with another. This provides isolation in much the same way that CrossOver's bottles work. Thus, applications may use different versions and configurations of Wine as appropriate. The installation of these is managed by the PlayOnLinux software itself without the requirement to install Wine separately.
The program also allows the user to create virtual partitions, in which specific programs can be installed with different Wine versions and programs, similar to a multi-boot computer.
Scripting language
PlayOnLinux includes advanced functions in Bash allowing the community to make scripts easily by controlling the installation process.[11] Each supported program has its own script written in this language.
For example, the simple following script will popup a setup window with the message Hello World:
#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
POL_SetupWindow_Init
POL_SetupWindow_message "Hello World!" "My first message"
POL_SetupWindow_Close
exit
See also
Lua error in mw.title.lua at line 404: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').
References
Page Template:Reflist/styles.css has no content.
- ^ a b Page Module:Citation/CS1/styles.css has no content."PlayOnLinux - elementary OS". elementary OS (in français). Retrieved 9 July 2020.
- ^ a b c Page Module:Citation/CS1/styles.css has no content.Larabel, Michael (2015-06-04). "PlayOnLinux 5 To Switch From Being Written In Python To Using Java". Phoronix. Retrieved 2025-08-31.
- ^ Page Module:Citation/CS1/styles.css has no content."PlayOnBSD". FreshPorts.
- ^ Page Module:Citation/CS1/styles.css has no content."PlayOnMac".
- ^ Page Module:Citation/CS1/styles.css has no content.Larabel, Michael (2019-01-01). "PlayOnLinux 5.0 Alpha 2 Now Available". Phoronix. Retrieved 2025-08-31.
- ^ Page Module:Citation/CS1/styles.css has no content.Raggi, Emilio; Thomas, Keir; Channelle, Andy; Parsons, Trevor; Vugt, Sander van; Thomas, Adam (2011-01-10). Beginning Ubuntu Linux. New York: Apress. p. 410-412. ISBN 978-1-4302-3040-3.
- ^ Page Module:Citation/CS1/styles.css has no content.Michael Mielewczik, "Gereifter Jahrgang. Windows-Programme unter Linux mit Wine 1.0.", Linux Life, vol. 5/2008, pp. 62–64
- ^ Page Module:Citation/CS1/styles.css has no content.Esselbach, Philipp (2011-08-20). "PlayOnLinux 4.0 released". Linux Compatible. Retrieved 2025-08-31.
- ^ a b Page Module:Citation/CS1/styles.css has no content.Larabel, Michael (2018-09-23). "PlayOnLinux 5.0 Alpha Released With Redesigned UI, Phoenicis". Phoronix. Retrieved 2025-08-31.
- ^ Page Module:Citation/CS1/styles.css has no content.Grant, Rickford (2012). Ubuntu Made Easy. San Francisco: No Starch Press. p. 331. ISBN 978-1-59327-425-2.
- ^ Page Module:Citation/CS1/styles.css has no content."Documentation - PlayOnLinux". Archived from the original on 2016-03-13.
External links
Page Module:Side box/styles.css has no content.Page Template:Sister project/styles.css has no content.
- Lua error in Module:Official_website at line 94: attempt to index field 'wikibase' (a nil value).
- Supported software at PlayOnLinux
- Page Module:Citation/CS1/styles.css has no content."Create a script for PlayOnLinux - Chapter 1: Getting to know Bash". Archived from the original on Mar 13, 2016.