Package Details: playonlinux 4.4.r56.gfde00fe-1

Git Clone URL: https://aur.archlinux.org/playonlinux.git (read-only, click to copy)
Package Base: playonlinux
Description: GUI for managing Windows programs under linux
Upstream URL: https://www.playonlinux.com/
Licenses: GPL
Submitter: lordheavy
Maintainer: brianabdl
Last Packager: brianabdl
Votes: 19
Popularity: 0.067002
First Submitted: 2022-05-15 03:27 (UTC)
Last Updated: 2026-03-02 06:31 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

brianabdl commented on 2026-03-02 06:31 (UTC)

@aurifier done

aurifier commented on 2026-02-27 16:04 (UTC)

@davidbowie Thank you! @brianabdl Can you remove the patch if it's not needed, or update the PKGBUILD so it can be found?

mozo commented on 2026-02-25 10:10 (UTC)

@davidbowie, it's working, thank you!

davidbowie commented on 2026-02-25 09:57 (UTC) (edited on 2026-02-25 09:58 (UTC) by davidbowie)

Looks like it doesn't need the urllib3.patch anymore. What I did:

  1. Cloned https://aur.archlinux.org/playonlinux.git

  2. Removed prepare() from PKGBUILD

  3. makepkg -si

mozo commented on 2026-02-23 17:50 (UTC)

I can install the newest version:

https://pastebin.com/tg9Jqp4r

Some help?

brianabdl commented on 2026-01-16 14:50 (UTC)

Guys, thank you for the feedback and fix, apologize for the update delay. It should be fixed by now

cezar commented on 2026-01-12 11:45 (UTC) (edited on 2026-01-12 11:46 (UTC) by cezar)

Based on reddit comment:

diff --git a/python/setupwindow/POL_SetupFrame.py b/python/setupwindow/POL_SetupFrame.py
index 33d73d38..525cea76 100755
--- a/python/setupwindow/POL_SetupFrame.py
+++ b/python/setupwindow/POL_SetupFrame.py
@@ -33,7 +33,7 @@ import lib.lng
 import lib.playonlinux as playonlinux

 lib.lng.Lang()
-urllib.request.URLopener.version = Variables.userAgent  # Arg ...
+urllib.request.urlopen.version = Variables.userAgent  # Arg ...

 from ui.PlayOnLinuxWindow import PlayOnLinuxWindow
 from setupwindow.Downloader import Downloader

and

prepare() {
    cd "${srcdir}/playonlinux4"
    patch -Np1 -i ../../urllib3.patch
}

compicat commented on 2026-01-12 07:12 (UTC)

Here is the workaround for the crash after 3.14 python update.

https://www.reddit.com/r/linux_gaming/comments/1q9jpd2/playonlinux_error_urllibrequesturlopenerversion/

I hope it will be added to package as a fix.

Peppernrino commented on 2025-08-24 22:40 (UTC)

For those not wishing to install pip... you can use sudo pacman -Syu python-standard-pipes. This appears to work fine.