You are here

PlayOnLinux on Linux Journal's website

Monday 7 April 2008 at 22:39

In his latest video, Shawn Powers (from the Linux Journal's redaction) explains us briefly what are some possible ways to play your Windows games on Linux. He talks mainly about the commercial projects that are the well known Cedega from TransGaming and the brand new Crossover Games, a game-dedicated version of Codeweavers' Crossover.
But if you listen well, he talks, at the end, about free and open source projects that make Windows games playable too. And guess what? PlayOnLinux is part of them!

So to watch this video, find links to the related projects or simply comment their video, see Play Windows Games on Linux at Linux Journal's website.


Clearer names for the game's scripts

Monday 7 April 2008 at 21:37

Hello,


I just write a little news to tell you that I cleared up all the scripts' names by adding spaces, removing some special characters which weren't display correctly, etc...
They now seem less like obscure codenames. It's more welcoming and clearer.

Don't forget to update the scripts' list of PlayOnLinux (in the main menu)

Have a good game with PlayOnLinux


By Zoloom

PlayOnLinux Script Creator - 0.1 Beta version

Sunday 6 April 2008 at 23:41

Hello everybody,



I'm very happy, after a month (more or less intense) of work, to present you the official editor for PlayOnLinux's scripts. This piece of software aims to assist you during script creation, by adding functions very simply, without having bash knowledges.

For example, if you want to verify the presence of a CD-ROM, click on Functions > Check the CD-ROM. An assistant will ask you the mount point and the path to the launcher to verify ; the interface will add the corresponding bash command, ready to use, in your script. Simple, isn't it?

This is a beta version, thus a lot of functions are lacking and some bugs remain. Before burning me as if I was a witch, please know that my English probably contains mistakes, you can report them, I will correct them very quickly.

The next versions of POLSC will be released soon, for the first bugs etc...

I planned to add numerous other features, such as tabs, a syntax coloration, an help, a rebuilt interface and windows ...

To resume, this version is here essentially to present the concept. Here are some of its current features:

- Traditional features of a notepad (open, save ....)
- The "new" command adds a default script model
- You can run your current script from the POLSC's interface, like the PlayOnLinux's function named "Run a non-official script".
- 12 functions of PlayOnLinux ready to use.



You can use it but remember that all the other commands and the help texts will be corrected and completed as soon as the the documentation will be released.

Here is the link to download this version (.tar.bz2 archive and libraries provided) : Here

To start POLSC, nothing easier, just extract the archive, then click on the "playonlinux-script-creator" launcher.

I also would like to thank my daddy and my mommy X@viou from the http://www.wxdev.fr website, for his help on wxWidgets and Tinou the big boss, for making the icon, preparing with me the publication of this version and sustaining me when I was experiencing difficulties (being not a god in programming, I experienced a lot!).

Good scripting, and see you soon for a new version!


By Zoloom

PlayOnLinux in Planète Linux!

Sunday 6 April 2008 at 20:27

For a surprise, it's an excellent one!
In its April-May 2008 number (n°51), the French bi-monthly magazine Planète Linux propose a little article about PlayOnLinux! You'll find it in the "Logithèque" heading, at the page n° 44.

Let's specify that it's the first appearance of PlayOnLinux in a paper press magazine (at least, the first we know). We sincerely thank the Planète Linux's redaction (particularly Arnaud Faque and David Sagnol, authors of the article) and its editor, DP Presse.

In addition, for our visitors, here is the article (click to have a suitable resolution):


DP Presse's website : http://www.dppresse.com/

Feel free to tell us if you know others magazines that speak about us.


by Asimov

PlayOnLinux 2.1.0: at last !

Sunday 6 April 2008 at 20:12

Today a new major version of PlayOnLinux is released!

The development of the 2.0.x branch is finished, it's now time for the 2.1.x one.

Here is the changes' list

An important enhancement of the language files

It has to be done, so we did it. Among the major changes:

No more "Polian" language
In order to help anyone to understand and find back more easily all the PlayOnLinux's features, we rename them like this:
LiveInstall become Manual Installation
Wine Booster become Advanced configuration of wine
PolShell become PlayOnLinux debugger
...

No more "en_EN.utf-8" in the menus
It's much more pleasant to see "Français", "English", "Italiano", isn't it?

Everything in the language files
I think the title is explicit enough, there is no more text staying in French (even after changing the language manually) in PlayOnLinux

About translated
The About window is now translated

Hungarian translation
Thank you, lisovszk

We count on you!
As you can understand, I don't speak fluently 9 languages. So I simply let in English the new translated parts, waiting for the different language files to be updated. We need you to finish translating the other language files.

You will quickly realize that the interface is became much more accessible.

A package manager!

We had a lot of notes saying: PlayOnLinux is too "Online" oriented. Indeed, it was impossible to install Steam without having internet for example.
Problem fixed! In the Installation menu, you have now an "Install a .pol package" option.

The .pol packages are functioning similarly to .deb and .rpm ones. They are archives containing a game's installation files for example and his script, his icon, his wine version, etc...

We created for you the first .pol package, the Steam's one

Click here to download steam.pol

Of course, we thought to the console adepts! You can also install a PlayOnLinux package with the following command

playonlinux-pkg -i steam.pol

A new logo!

Bored of the pixelised logo? We created a new logo to celebrate this version. Here it is:



Here is a bash script which apply the new icon in your personal folder (To be applied after updating to this version)

#!/bin/bash
cd /tmp
wget http://www.playonmac.com/script_files/icones/playonlinux.png
cp playonlinux.png $HOME/.PlayOnLinux/icones/
convert playonlinux.png -resize 32 $HOME/.PlayOnLinux/icones/32/playonlinux.png
cp playonlinux.png $HOME/.local/share/icons


Goodbye Live Install

We renamed Live Install and we profited of it to improve it.
It's now named "Manual Installation" and will additionally allow you to manually suppress a wine prefixes.

Other modifications

- In order to avoid a surcharge of the menus, Wine GIT was moved inside of "Manage wine versions"
- Fixed bug during the incons' download: PlayOnLinux didn't verify if the icon already exist before downloading it. So far, you could have 20 times the same icon. To suppress useless icons, type the following command:
rm $HOME/.PlayOnLinux/icones/*.*.*
- Some improved pieces of code
- The script won't tell you anymore every 30 seconds that you don't have internet
- The icon themes are suppressed

Donwloading

http://www.playonmac.com/en/download.html


By Tinou

Wine version 0.9.59

Saturday 5 April 2008 at 2:04

Available since April 4th, 2008, here is the 0.9.59 Wine's release, a free implementation of Windows on Unix.

This new release brings:


- Improved support for the .NET framework.
- Better services handling through a separate services.exe process.
- Support for ATI fragment shader.
- Better support for http proxies.
- Window management fixes.
- Pre-compiled fonts are now available in the source tree.
- Lots of bug fixes.

To see detailed release's note, go to the official announce's page.

To downlaod binary packages for several systems and distributions, see HERE.


A non-official chat for PlayOnLinux

Saturday 5 April 2008 at 1:56

Hello,

After a number of problems with the official and main chat, the la community decided to create a Jabber chatroom.

We invite you to join us:


Name: playonlinux
Conference's server: chat.jabberfr.org
Maximum capacity: 40 (it isn't forbidden to dream, right? )



You have to own a Jabber address to conect to the chat. Reminder: Jabber is an Instant Messaging system like MSN but totally open and free. You can acces to it very easily with Pidgin or Kopete for example.

More informations about Jabber here.

To connect you to the chatroom from Pidgin:

Tools > Chatroom list > Get the list > chat.jabberfr.org > playonlinux

To connect you to the chatroom from Kopete:

Right click on you jabber account icon (at the bottom on the right) > Join a chatroom > Fill the Room, Server and Pseudonym fields then click on "Join"


However this chat is administrated by some of the PlayOnLinux's administrators and moderators, it stays totally independent from the website and keep a purely community spirit (help demand in particular). But we recommend the forum as main source of help.


For any suggestion, bug, partnership, proposition and candidature, thank you to post your requests on the official forum.


To keep in mind: For any help in live, you should privilege the official IRC chat.
To connect to it:

Type irc://playonlinux.com/playonlinux if you use ChatZilla

Serveur : playonlinux.com
Channel : #playonlinux
For the others

You will find there the official support, where you can make suggestions and report bugs too.

Good chat.


By Zoloom

We are looking for official translators

Saturday 5 April 2008 at 1:04

Hello everybody,



The development of PlayOnLinux's next versions will start soon, so we want to assure linguistic updates of quality for them.

That's why we are recruiting official translators who speak fluently either English or French and:

- German
- Spanish
- Italian
- Polski
- Russian
- Ukrainian
- ... and others of course

Everyone who is motivated will be part of the staff and thus will have different privileges and will participate actively to an extending project.

If you have the required profile, feel free to contact Zoloom or the main administrator: Tinou.

Good night all.


By Zoloom

One more repository with PlayOnLinux

Saturday 5 April 2008 at 0:42

Hello everybody,



We have just been informed that POL is available in the Frugalware's repository, thanks to Devil505.

For the Frugalware's user, you can install simply PlayOnLinux by typing as root:
pacman-g2 -S playonlinux

We are very happy that PlayOnLinux is more and more present in the repositories of several distributions and we thank all the maintainers.

Good night on PlayOnLinux.


By Zoloom

PlayOnLinux 2.0.10

Friday 4 April 2008 at 13:14

Hello all,
PlayOnLinux 2.0.10 is now available in deb package and rpm.

This new release correct one bug in two (so 2 bug corrected) modules wineversion and winegit. A new language pack is also available.

You can get it in the download page http://www.playonmac.com/en/download.html

Thanks for everybody who help us.