AUR (en) - protonup-qt
Arch Linux User Repository
Packages
Forums
Wiki
GitLab
Security
AUR
AUR Home
Packages
Search Criteria
Package Details: protonup-qt 2.15.0-1
Package Actions
View PKGBUILD
View Changes
Download snapshot
Search wiki
Git Clone URL:
(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:
Licenses:
GPL-3.0-or-later
Submitter:
yochananmarqos
Maintainer:
yochananmarqos
Last Packager:
yochananmarqos
Votes:
106
Popularity:
4.16
First Submitted:
2021-11-03 18:39 (UTC)
2026-02-20 17:36 (UTC)
Dependencies (30)
pyside6
python-inputs
AUR
python-inputs-git
AUR
python-psutil
python-pyaml
python-pyxdg
python-requests
python-steam
AUR
python-vdf
python-zstandard
qt6-tools
which
which-git
AUR
python-build
(make)
python-installer
(make)
python-setuptools
(make)
python-wheel
(make)
appstream
(check)
desktop-file-utils
desktop-file-utils-git
AUR
(check)
dosbox
dosbox-openglide-svn
AUR
dosbox-debug
AUR
dosbox-staging-bin
AUR
dosbox-svn
AUR
dosbox-staging
AUR
dosbox-staging-git
AUR
(optional) – required for Boxtron
git
git-git
AUR
git-gl
AUR
git-wd40
AUR
(optional) – required for SteamTinkerLaunch
inotify-tools
inotify-tools-git
AUR
(optional) – required for Boxtron & Roberta
Show 10 more dependencies...
Required by (0)
Sources (1)
protonup-qt-2.15.0.tar.gz
Latest Comments
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
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
from pupgui2.pupgui2 import main
File "/usr/lib/python3.14/site-packages/pupgui2/pupgui2.py", line 18, in
from pupgui2 import ctloader
File "/usr/lib/python3.14/site-packages/pupgui2/ctloader.py", line 7, in
from pupgui2.util import create_msgbox
File "/usr/lib/python3.14/site-packages/pupgui2/util.py", line 28, in
from pupgui2.steamutil import remove_steamtinkerlaunch, is_valid_steam_install
File "/usr/lib/python3.14/site-packages/pupgui2/steamutil.py", line 10, in
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
from pupgui2.pupgui2 import main
File "/usr/lib/python3.13/site-packages/pupgui2/pupgui2.py", line 8, in
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
(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.
Next ›
Last »
aurweb
v6.3.4
Report issues
here
Copyright © 2004-2026 aurweb Development Team.
AUR packages are user produced content. Any use of the provided files is at your own risk.
US