DavidoTek / ProtonUp-Qt

Install and manage GE-Proton, Luxtorpeda & more for Steam and Wine-GE & more for Lutris with this graphical user interface.
https://davidotek.github.io/protonup-qt
GNU General Public License v3.0
1.16k stars 39 forks source link
automation linux linux-gaming luxtorpeda proton proton-ge-custom python steam steamdeck steamtinkerlaunch

Downloads Flathub Downloads License Build AppImage CI

ProtonUp-Qt

Install and manage GE-Proton and Luxtorpeda for Steam and Wine-GE for Lutris with this graphical user interface. Based on AUNaseef's ProtonUp, made with Python 3 and Qt 6.

ProtonUp-Qt Screenshot

Disclaimer

Affiliation Note: ProtonUp-Qt is an independent tool for managing gaming compatibility tools. It is neither directly affiliated with the compatibility tool creators nor with the providers of the individual game launchers. However, we try to work with them where possible.

The official development takes place on GitHub at DavidoTek/ProtonUp-Qt, and the official website is https://davidotek.github.io/protonup-qt. We distribute ProtonUp-Qt as a Flatpak on Flathub and as an AppImage in the releases section of the GitHub repository. Additionally, we check the integrity of the AUR (protonup-qt and protonup-qt-bin) and Pacstall distribution on an irregular basis.

Download from Flathub or as AppImage (portable):

Download from Flathub Download AppImage

Website: https://davidotek.github.io/protonup-qt

Install from AUR: (Arch, Manjaro, EndeavourOS, etc.)

Source

https://aur.archlinux.org/packages/protonup-qt (Maintained by yochananmarqos)

Binary (Appimage)

https://aur.archlinux.org/packages/protonup-qt-bin (Maintained by R1yuu)

Run from source

Install dependencies

pip3 install -r ./requirements.txt

Run ProtonUp-Qt

python3 -m pupgui2

Build AppImage

Install dependencies

  1. Install appimage-builder: https://appimage-builder.readthedocs.io/en/latest/intro/install.html

    Build AppImage

    appimage-builder

Translate ProtonUp-Qt

Recommended: You can translate ProtonUp-Qt on Weblate: https://hosted.weblate.org/projects/protonup-qt/

  1. Generate an empty translation file or copy a template from here.
  2. Install Qt Linguist (alternatively: edit the .ts file using a text editor).
  3. Open the translation file (.ts) with Qt Linguist and translate the app.
  4. The app summary can be found here.
  5. The comment inside the .desktop file can be found here.
  6. Submit the translation:
    a) Create a Pull Request with the translation
    b) Simple method: Alternatively, upload the .ts file/texts here and create a new issue with a link to your translation.

Credits

Special thanks to the authors of all services that ProtonUp-Qt uses, including AreWeAntiCheatYet and ProtonDB.

Licensing

Project License
ProtonUp-Qt GPL-3.0
ProtonUp GPL-3.0
PySide6 LGPL-3.0/GPL-2.0
inputs BSD
pyxdg LGPLv2
vdf MIT
requests Apache 2.0
PyYAML MIT