ProtonUp-Qt
ProtonUp-Qt copied to clipboard
Install and manage GE-Proton, Luxtorpeda & more for Steam and Wine-GE & more for Lutris with this graphical user interface.
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.
Download from Flathub or as AppImage (portable):
Also available on AUR, maintained by yochananmarqos: https://aur.archlinux.org/packages/protonup-qt
Website: https://davidotek.github.io/protonup-qt
Run from source
Install dependencies
pip3 install -r ./requirements.txt
Run ProtonUp-Qt
python3 -m pupgui2
Build AppImage
Install dependencies
- Install appimage-builder: https://appimage-builder.readthedocs.io/en/latest/intro/install.html
Build AppImage
appimage-builder
Translate ProtonUp-Qt
- Generate an empty translation file or download it from here.
- Install Qt Linguist (alternatively: edit the .ts file using a text editor).
- Open the translation file (.ts) with Qt Linguist and translate the app.
- The app summary can be translated here.
- Translations for the compatibility tool description can be found at the start of each file. See here.
- Submit the translation:
a) Simple method: Upload the .ts file/texts here and create a new issue with a link to your translation.
b) Alternatively, compile the .ts file to .qm and create a PR with the translation (include both the .ts and .qm file).
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 |