https://github.com/kyuyrii/zordeer
A Qt launcher for running games via Wine/Proton/UMU
https://github.com/kyuyrii/zordeer
flatpak game-launcher gaming kde linux lxqt proton pyqt6 qt snap snapd umu umu-launcher wine
Last synced: about 1 month ago
JSON representation
A Qt launcher for running games via Wine/Proton/UMU
- Host: GitHub
- URL: https://github.com/kyuyrii/zordeer
- Owner: Kyuyrii
- License: gpl-3.0
- Created: 2025-10-07T20:23:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-04-25T07:58:28.000Z (about 1 month ago)
- Last Synced: 2026-04-25T09:32:21.134Z (about 1 month ago)
- Topics: flatpak, game-launcher, gaming, kde, linux, lxqt, proton, pyqt6, qt, snap, snapd, umu, umu-launcher, wine
- Language: Python
- Homepage:
- Size: 10 MB
- Stars: 16
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Zordeer
A Qt launcher for running games via Wine/Proton/UMU

## Some explanations
- Why does the Zordeer exist?
- I wanted a simple Qt launcher, without QML, that would work on Snapd.
- Why does Zordeer create the `$HOME/App/Zordeer` folder?
- I wanted to use a non-hidden folder for the Zordeer and UMU files.
- Zordeer also uses the `App/Zordeer` pattern to automatically correct saved paths.
- Is it possible to change the location of the `App/Zordeer` folder?
- It's possible to use the `ZORDEER_HOME_DIR` environment variable to specify a path.
- The Flatpak version uses the XDG Base Directory by default, but the `ZORDEER_HOME_DIR` environment variable overrides this.
- In the Snap version, the `$SNAP_USER_COMMON` folder is used when the home plug is disconnected.
- Where will the UMU used by Zordeer transfer `steamrt3` to?
- Zordeer uses the `UMU_FOLDERS_PATH` environment variable to change the path that UMU will use; you will find a folder called `UMU` next to the Zordeer folder.
- Regarding the paths like `/run/user/1000/doc/`
- If this is seen in the `Shortcut manager` after selecting the folders, it's not a problem. But if it appears when selecting an executable or folder, this may prevent execution.
- About the toolbar
- It is possible to hide the toolbar and use the context menu by right-clicking on the menu bar and unchecking the checkbox that appears.