You have version 4.2.2, but version 4.2.12 is the latest. I tried to send a bug report for a script failure but I have to update first.
Announcement
Collapse
No announcement yet.
Attention Kubuntu/ubuntu devs Please update PlayOnLinux in the repos
Collapse
This topic is closed.
X
X
-
Attention Kubuntu/ubuntu devs Please update PlayOnLinux in the repos
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntuTags: None
- Top
- Bottom
-
https://www.playonlinux.com/en/download.html
click on "Ubuntu"
their is a .deb ,,,
or add the repo.
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
-
On 16.04, the version in the repos is 4.2.10. What version of Kubuntu do you have? Have you added any ppas? If you want a specific version, check the download page: https://www.playonlinux.com/en/download.html If its not there, do a google and I bet you can find a ppa for what you want.
Also, posting this here will result in nothing. Nobody who has the power to actually upgrade this will do so based on a forum post.
- Top
- Bottom
Comment
-
I just added the POL PPA, but it only has version 4.2.11. I guess even PLO needs update their Ubuntu PPA. I am using Kubuntu 14.04 as stated in several of my very recent posts.Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
in my kubuntu-14.04 install ,,,,,,,I have wine, and playonlinux-4.2.2 ,,,,,,the playonlinux-4.2.12.deb seems to want to install ,,,with a rite click>open with>QApt package installer.
yes ,,,,it installed
VINNYLast edited by vinnywright; Sep 22, 2017, 05:49 PM.i7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
@Vinny, What is the wallpaper and them you are using foe your desktop?Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
-
Originally posted by oshunluvr View PostInteresting. I got PlayOnLinux 4.2.10 here on KDEneon.Originally posted by GreyGeek View PostMe too.
https://launchpad.net/ubuntu/+source/playonlinuxOn #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click
- Top
- Bottom
Comment
-
geez you all don't read much ,,,,,the OP is on Kubuntu-14.04 , and @their the playonlinux is at 4.2.2 ,,,the test I did was on Kubuntu-14.04 ,,with playonlinux-4.2.2 installed ,,,,then DL'd the newest .deb from the https://www.playonlinux.com/en/download.html
and installed it ,,,it is ver 4.2.12 ,,,just to show the OP that he/she could have the ver requested .
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
Vinny's taking us to the woodshed again! ***ouch!***ouch!****ouch!*******"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
I don't use PlayOnLinux technically Here is what I do in a nutshell... or a bash. lol
- I navigate to the the POL WINE repository in my web browser no PPA needed. https://www.playonlinux.com/wine/
- See where it says "binaries" then chose either 32 or 64 bit according to your Linux OS. Anything ending with a .pol is actually a .tar.bz2 file.
- Download the version you desire. I am currently using 2.0 and testing 2.15
- Rename the file extension with .tar.bz2 and extract. I only extract the 2.15 folder because that is what I need.
- I move it to my $HOME and rename the folder .wine-2.15 this will make it a hidden folder inside my home folder.
- I then have a bash script I titled "wine" no extension in /usr/local/bin
Code:#!/bin/bash export WINESERVER="$HOME/.wine-2.15/bin/wineserver" export WINELOADER="$HOME/.wine-2.15/bin/wine" export WINEDEBUG="-all" export WINEDLLPATH="$HOME/.wine-2.15/lib/wine" cd $(dirname "$1") $WINELOADER "$@"
- Finally I set all windows executable programs to automatically open with wine.
- I can execute in konsole terminal with wine <program name> as well.
I only wish I didn't have so many games that require Windows, but I am slowly getting there. Still somewhat addicted to some silly online MMOs.
- Top
- Bottom
Comment
Comment