Package Details: protonup-qt 2.15.0-1

Git Clone URL: https://aur.archlinux.org/protonup-qt.git (read-only, click to copy)
Package Base: protonup-qt
Description: Install and manage Proton-GE and Luxtorpeda for Steam and Wine-GE for Lutris
Upstream URL: https://davidotek.github.io/protonup-qt
Licenses: GPL-3.0-or-later
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 106
Popularity: 3.64
First Submitted: 2021-11-03 18:39 (UTC)
Last Updated: 2026-02-20 17:36 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

Engdyn commented on 2026-01-23 09:34 (UTC)

After a few weeks of not using protonup-qt I tried opening it today and got this error:

Traceback (most recent call last):
  File "/usr/bin/protonup-qt", line 5, in <module>
    from pupgui2.pupgui2 import main
ModuleNotFoundError: No module named 'pupgui2'

I rebuilt the package and I'm now getting this error:

Traceback (most recent call last):
  File "/usr/bin/protonup-qt", line 5, in <module>
    from pupgui2.pupgui2 import main
  File "/usr/lib/python3.14/site-packages/pupgui2/pupgui2.py", line 18, in <module>
    from pupgui2 import ctloader
  File "/usr/lib/python3.14/site-packages/pupgui2/ctloader.py", line 7, in <module>
    from pupgui2.util import create_msgbox
  File "/usr/lib/python3.14/site-packages/pupgui2/util.py", line 28, in <module>
    from pupgui2.steamutil import remove_steamtinkerlaunch, is_valid_steam_install
  File "/usr/lib/python3.14/site-packages/pupgui2/steamutil.py", line 10, in <module>
    from steam.utils.appcache import parse_appinfo
ModuleNotFoundError: No module named 'steam'

I had to manually rebuild python-steam for protonup-qt to work again

jrgiacone commented on 2025-09-07 04:25 (UTC) (edited on 2025-09-07 04:28 (UTC) by jrgiacone)

@yochananmarqos I'm not, but I will try installing it! Cant even install it getting build errors. So I dont think its related?

yochananmarqos commented on 2025-09-01 17:51 (UTC) (edited on 2025-09-01 17:52 (UTC) by yochananmarqos)

@jrgiacone: If you're using qadwaitadecorations-qt6, then you need to rebuild it on Qt 6.9.2.

jrgiacone commented on 2025-09-01 17:46 (UTC)

getting an error:

Traceback (most recent call last): File "/usr/bin/protonup-qt", line 5, in <module> from pupgui2.pupgui2 import main File "/usr/lib/python3.13/site-packages/pupgui2/pupgui2.py", line 8, in <module> from PySide6.QtCore import Qt, QCoreApplication, QObject, QThread, QWaitCondition, QMutex, QDataStream ImportError: /usr/lib/python3.13/site-packages/PySide6/QtCore.cpython-313-x86_64-linux-gnu.so: undefined symbol: _ZN14QObjectPrivateC2Ei, version Qt_6_PRIVATE_API

yochananmarqos commented on 2025-07-24 18:32 (UTC)

@Sprungles: Sounds like you're using a third-party repo like Chaotic-AUR. python-vdf is an AUR package, it cannot be installed with pacman -S. Don't use pacman -Syy to install a package, it will put you in an unsupported, partial upgrade state.

Sprungles commented on 2025-07-24 18:24 (UTC)

Hey there. I hope you are having a great day.

Whenever it is building using an AUR helper, such as yay, it is not pulling in python-vdf. It outputs the following:

warning: cannot resolve "python-vdf", a dependency of "python-steam" :: The following package cannot be upgraded due to unresolvable dependencies: python-steam

:: Do you want to skip the above package for this upgrade? [y/N] error: failed to prepare transaction (could not satisfy dependencies) :: unable to satisfy dependency 'python-vdf' required by python-steam -> Failed to install layer, rolling up to next layer.error:error installing repo packages resolving dependencies... warning: cannot resolve "python-vdf", a dependency of "python-steam" :: The following package cannot be upgraded due to unresolvable dependencies: python-steam

:: Do you want to skip the above package for this upgrade? [y/N] error: failed to prepare transaction (could not satisfy dependencies) :: unable to satisfy dependency 'python-vdf' required by python-steam -> error installing repo packages error installing repo packages

I checked your PKGBUILD and python-vdf is in it already. I just figured I would give you a heads up just in case users have a hard time understanding the error.

If you are a new user, just go ahead and install python-vdf via "sudo pacman -Syy python-vdf --noconfirm", it will build afterward.

yochananmarqos commented on 2025-07-21 18:29 (UTC)

@northernlights: Yes. You can use pactree -r <dependency-name> (requires pacman-contrib) to see what requires a package.

northernlights commented on 2025-07-21 17:05 (UTC)

One of the dependencies require llvm, making the installed size 170MiB. Is that necessary?

Chifilly commented on 2025-02-05 12:19 (UTC)

@HalJordan: I think the *-solstice versions were removed because the original python-steam and python-vdf packages now point to the solstice fork. I manually installed the non-solstice versions and it works again. This package has also changed its dependencies back to the non-solstice versions.

haljordan commented on 2025-01-29 08:15 (UTC)

This seems to be broken again. The *-solstice packages have vanished.