Package Details: protonup-qt 2.9.2-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: 58
Popularity: 5.48
First Submitted: 2021-11-03 18:39 (UTC)
Last Updated: 2024-04-09 19:18 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

sigboe commented on 2023-02-10 09:07 (UTC)

@yochananmarqo : I tried to run protonup-qt without fuse2 installed, and it complained about, I try to remember libfuse2.so.1 I think, I searched using pacman it was part of the fuse2 package. Installed it and protonup-qt started to work.

yochananmarqos commented on 2023-02-09 16:55 (UTC)

@sigboe: How do you figure?

sigboe commented on 2023-02-09 11:20 (UTC)

Missing dependency fuse2

yochananmarqos commented on 2022-10-23 17:48 (UTC)

@donniebreve: Do not mix system and local Python packages.

donniebreve commented on 2022-10-23 17:18 (UTC)

If you receive an error while installing with steam==1.3.0

error: invalid command 'egg_info'

Update setuptools

pip install --upgrade setuptools

drokas commented on 2022-08-19 05:55 (UTC) (edited on 2022-08-19 05:56 (UTC) by drokas)

The following error occurred when I updated protonup-qt:

Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/usr/lib/python3.10/site-packages/pupgui2/main.py", line 1, in <module> from .pupgui2 import main File "/usr/lib/python3.10/site-packages/pupgui2/pupgui2.py", line 6, in <module> from PySide6.QtWidgets import * ImportError: libshiboken6.abi3.so.6.3: cannot open shared object file: No such file or directory

rensenware commented on 2022-06-22 02:46 (UTC)

This package is missing a dependency on python-yaml. Without this package installed, the following error is outputted upon launch of the program:

Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/usr/lib/python3.10/site-packages/pupgui2/__main__.py", line 1, in <module> from .pupgui2 import main File "/usr/lib/python3.10/site-packages/pupgui2/pupgui2.py", line 11, in <module> from .util import apply_dark_theme, create_compatibilitytools_folder, get_installed_ctools File "/usr/lib/python3.10/site-packages/pupgui2/util.py", line 17, in <module> from .datastructures import BasicCompatTool File "/usr/lib/python3.10/site-packages/pupgui2/datastructures.py", line 3, in <module> import yaml ModuleNotFoundError: No module named 'yaml'

The program subsequently crashes.

unit73e commented on 2022-02-19 12:03 (UTC)

@yochananmarqos thanks. Good solution. That makes it a lot more convenient.

yochananmarqos commented on 2022-01-21 15:39 (UTC)

@unit73e: I added a symlink to /usr/bin/protonup-qt.

unit73e commented on 2022-01-21 14:07 (UTC)

The binary name net.davidotek.pipgui2 is strange. Maybe it should be renamed to protonup-qt in PKGBUILD.