You are here > The news sv ru pl es fr

Wine 1.1.39 (development version)

Thursday 4 March 2010 at 9:20 (0 comment(s))

What changes does Wine 1.1.39 (What is Wine?), the latest development version, bring about:

- Support for registry symbolic links.
- Many MSI fixes.
- Build process improvements.
- MSXML cleanups and fixes.
- A number of MSHTML improvements.
- Various bug fixes.

A detailed list of all the changes is available on the official announcement page.

To download the source code or binary packages for various systems and distributions use the following link:


BlondVador

You can help to translate the website!

Thursday 25 February 2010 at 18:42 (25 comment(s))

Hi everybody !

Many of you sent me a mail to help translating the website. That is why today, I built a file that contains all translations of the website.
If you want to help us, you can download this file to translate POL website in your language.

But please know that, even if you help translate the website in your tongue, we can not guarantee to open a forum section and a news section. In fact, we also need moderators and newsers for that.

But at least, the member would be able to understand the home page, the download page, the main links, the member list, private messages, etc...

The file is here : http://www.playonlinux.com/files/language_package.tar.gz

Hope we could open new translated website
Thank you for your help !

Quentin P.

Now you can vote for your favourite scripts

Tuesday 23 February 2010 at 22:07 (0 comment(s))

Here's a new feature

Now you can give a mark for each application in scripts section. In the next releases of PlayOnLinux, two category will be added : The most downloaded and the highest rated.

You do not need to register to vote for a script.

Quentin P.

Improvement on the website : Follow us

Tuesday 23 February 2010 at 17:09 (0 comment(s))

Hi everybody !

A new feature is available on the website "Follow us". Thank's to these new buttons, you will be able to follow last PlayOnLinux news on your favourite social network.

Indeed, when a news is posted in French or in English, the title is automatically added on Facebook and Twitter pages

Enjoy !

Quentin P.

PlayOnLinux 3.7.3

Sunday 14 February 2010 at 19:13 (0 comment(s))

Hi everybody !

PlayOnLinux 3.7.3 is now available !

What's new for the users ?

- PlayOnLinux automatically extract icons during the installation process to use them in the main menu.
- A bug corrected preventing user from changing a program icon
- Few translations were corrected
- Definitive correction (we hope) of $PROGRAMFILES variable problem. Script are being rewritten.
- PlayOnLinux is now available in Greek (Thank you kapcom01)

A little bit more technical for the scriptors ...

- POL_LoadVar_PROGRAMFILES was created to assign the name of Program Files directory to $PROGRAMFILES variable. In few case, when the directory was called "Program Files", the following commande returned %ProgramFiles% instead of the real name, and it was the cause of many bugs in all the scrpts.
wine cmd /c echo "%ProgramFiles%"

- POL_LoadVar_PROGRAMFILES is automatically called on prefix creating. There is no need to use it in the scripts, we just need to erase old lines that cause bugs. To be sure that the scripts will be compatible with the old version, we started to replace

PROGRAMFILES=`wine cmd /c echo "%ProgramFiles%" |tr -d '\015' | tr -d '\010'`
PROGRAMFILES=${PROGRAMFILES:3}

by :

PROGRAMFILES="Program Files" 
POL_LoadVar_PROGRAMFILES

- When you make a shortcut with POL_SetupWindow_make_shortcut, if the icon argument is empty, POL will try to extract the icon from the exe file and use it.

Enjoy !

Download

PS. A new version of PlayOnMac is also available, and compatible with Snow Leopard

Quentin P.

Bordeaux 2.0.0 for Linux Released

Sunday 14 February 2010 at 17:20 (0 comment(s))

The Bordeaux Technology Group released Bordeaux 2.0.0 for Linux. Bordeaux 2.0.0 marks major progress over older releases. With version 2.0.0 and onward we bundle our own Wine build and many tools and libraries that Wine depends upon. With this release we bundle Wine 1.1.36, Cabextract, Mozilla Gecko, Unzip, Wget and other support libraries and tools. We have improved support for Microsoft Office 2007 (Word, Excel and PowerPoint) and preliminary support for Internet Explorer 7 in this release, there has also been many small bug fixes and tweaks on the back-end.

The cost of Bordeaux 2.0.0 is $20.00. Anyone who has purchased Bordeaux in the past six months is entitled to a free upgrade. Bordeaux comes with six months of upgrades and support and of course a 30-day money back guarantee.

View the full article

Quentin P.

Wine 1.1.38 (development version)

Friday 12 February 2010 at 23:36 (0 comment(s))

What changes does Wine 1.1.38 (What is Wine?), the latest development version, bring about:

- Better support for memory allocations debugging.
- Improved MIDI support.
- A wide range of Direct3D fixes.
- OLEDB fixes (should fix Clipart in Office).
- Improved debugger support on x86-64.
- Many MSI fixes.
- Various bug fixes.

A detailed list of all the changes is available on the official announcement page.

To download the source code or binary packages for various systems and distributions use the following link :

Berillions

Wine 1.1.37 (development version)

Sunday 31 January 2010 at 18:31 (0 comment(s))

What changes does Wine 1.1.37 (What is Wine?), the latest development version, bring about:

- A number of fixes in AVI file support.
- Several MSXML improvements.
- A few MSI fixes.
- Various bug fixes

A detailed list of all the changes is available on the official announcement page.

To download the source code or binary packages for various systems and distributions use the following link :

Berillions

Help PlayOnLinux

Wednesday 18 November 2009 at 10:59 (7 comment(s))

To this day, PlayOnLinux has provided you with more than a hundred scripts.
Thanks to PlayOnLinux quite a few people have made their final step towards Linux. Maybe you are among those recent addition to the community.
As you know, Playonlinux allows you to use applications made for windows on the GNU/Linux operating system of your choice for free.

Perhaps you don't know that behind PlayOnLinux are dozens of people giving away their time for free to make sure there is always more material available.

PlayOnLinux is also:
- A team of administrators managing the site, the forum, the script validation and PlayOnLinux itself.
- A team of scriptors writing new scripts every day to enlarge the list of those windows applications you can now use on your GNU/Linux operating systems.
- A team of moderators working (hard) each day to make sure the forum is a nice play to be.
- A team of newsers always looking for informations that could interest you.

As you understand, PlayOnLinux is a bunch of people all working towards one goal: making sure you are satisfied

If you want to support the project, you can go to this page:
http://www.playonlinux.com/donate.html

Thank you for your help.

marieuh

Wine 1.1.33 (development version)

Sunday 15 November 2009 at 22:07 (0 comment(s))

What changes does Wine 1.1.33 (What is Wine?), the latest development version, bring about:

- Gecko now installed at wineprefix creation time.
- Better support for certificates in crypt32.
- Improved sound support in mciwave.
- Some more Direct3D 10 functions.
- Many cleanups for issues spotted by Valgrind.
- Various bug fixes.

A detailed list of all the changes is available on the official announcement page.

To download the source code or binary packages for various systems and distributions use the following link:


BlondVador

Pages: 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31

Il n'y a rien à voir ici