Package Details: protonup-qt 2.10.2-2

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: 67
Popularity: 2.89
First Submitted: 2021-11-03 18:39 (UTC)
Last Updated: 2024-08-26 17:18 (UTC)

Dependencies (29)

Required by (1)

Sources (2)

Latest Comments

1 2 3 4 Next › Last »

yochananmarqos commented on 2024-07-27 16:59 (UTC)

@sonic2kk: I can create separate packages for the forks; i.e., python-steam-solstice & python-vdf-solstice, I suppose.

sonic2kk commented on 2024-07-27 14:41 (UTC) (edited on 2024-07-27 14:44 (UTC) by sonic2kk)

Hello! Just wanted to let you know that the next release of ProtonUp-Qt is going to use a fork of the vdf and steam dependencies, as the upstream versions of these have not been updated to parse the new Steam appinfo.vdf format, which breaks functionality on the current Steam Client Beta for the last ~1 month and will thus also break once this is out of the Steam Client Beta and into the Steam Client Stable. For the record, it is semi-common for the appinfo.vdf format to change, the version gets bumped every so often and libraries have to be updated to accommodate this. So this isn't a bug on the Steam Client that we're working around, but a deliberate format update on the Steam Client's appinfo.vdf that we have to account for.

Being able to parse this file has required changes on both the steam and vdf libraries, and upstream did not merge the PRs in time and there has been little activity upstream for a while, so SolsticeGameStudios are maintaining forks with the necessary PRs merged.

SolsticeGameStudios intend to keep the forks around, as they are using it themselves: https://github.com/DavidoTek/ProtonUp-Qt/issues/415#issuecomment-2254092417 - As a caveat, they don't intend to support older Python versions, but that shouldn't be an issue for an AUR package :-)

I hope it is not too problematic to update to support these new dependencies. Quite a few users that open issues on ProtonUp-Qt are using an AUR package of ProtonUp-Qt (the issue template asks for the installation method, and AUR is not uncommon). If there is anything that can be done on the ProtonUp-Qt side to make this easier, feel free to open an issue / pull request!


SteamDatabase work to figure out the format change:

Relevant ProtonUp-Qt discussion:

Upstream PRs that were not merged:

SolsticeGameStudios forks:

Saiyaman commented on 2024-05-03 21:25 (UTC) (edited on 2024-05-03 21:29 (UTC) by Saiyaman)

To fix issues. yay -Rns protonup-qt before yay -S protonup-qt. Use the clean build option. Just using yay -R protonup-qt will not fix the issue. Love the AUR.

yochananmarqos commented on 2024-01-12 20:50 (UTC)

@hollunder: Try reading previous comments here like this one. I will no longer repeat myself.

hollunder commented on 2024-01-12 20:14 (UTC) (edited on 2024-01-12 20:15 (UTC) by hollunder)

$ protonup-qt                 
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/lib/python3.11/site-packages/pupgui2/__main__.py", line 1, in <module>
    from pupgui2.pupgui2 import main
  File "/usr/lib/python3.11/site-packages/pupgui2/pupgui2.py", line 16, in <module>
    from pupgui2 import ctloader
  File "/usr/lib/python3.11/site-packages/pupgui2/ctloader.py", line 9, in <module>
    from pupgui2.util import create_msgbox
  File "/usr/lib/python3.11/site-packages/pupgui2/util.py", line 25, in <module>
    from pupgui2.datastructures import BasicCompatTool, CTType, Launcher, SteamApp, LutrisGame, HeroicGame
  File "/usr/lib/python3.11/site-packages/pupgui2/datastructures.py", line 2, in <module>
    import vdf
ModuleNotFoundError: No module named 'vdf'

yochananmarqos commented on 2023-12-12 02:54 (UTC) (edited on 2023-12-12 02:55 (UTC) by yochananmarqos)

@Cebtenzzre: Fixed. Remove your cached copy of the patch if necessary and do a git pull.

Cebtenzzre commented on 2023-12-12 02:49 (UTC)

==> Validating source files with sha256sums...
    protonup-qt-2.8.2.tar.gz ... Passed
    net.davidotek.pupgui2.sh ... Passed
    301.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!

abarbarian commented on 2023-09-03 08:37 (UTC) (edited on 2023-09-03 08:38 (UTC) by abarbarian)

Using a pacman helper it tells me that protonup-qt has installed ok.

However

-->protonup-qt

Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/lib/python3.11/site-packages/pupgui2/main.py", line 1, in <module> from pupgui2.pupgui2 import main File "/usr/lib/python3.11/site-packages/pupgui2/pupgui2.py", line 18, in <module> from pupgui2 import ctloader File "/usr/lib/python3.11/site-packages/pupgui2/ctloader.py", line 9, in <module> from pupgui2.util import create_msgbox File "/usr/lib/python3.11/site-packages/pupgui2/util.py", line 23, in <module> from pupgui2.datastructures import BasicCompatTool, CTType File "/usr/lib/python3.11/site-packages/pupgui2/datastructures.py", line 2, in <module> import vdf ModuleNotFoundError: No module named 'vdf'

Solved by

pacman -S python-vdf. :-)

yochananmarqos commented on 2023-08-09 14:42 (UTC)

@Sancezz: Don't mix local and system Python packages.