DavidoTek
DavidoTek
ProtonUp-Qt tries to check whether the dependencies are installed on the system globally. This currently doesn't work with the Flatpak version of ProtonUp-Qt. Just ignore the message. PS: If you're...
Compatibility checks (ProtonUp-Qt Flatpak version) fixed with https://github.com/DavidoTek/ProtonUp-Qt/commit/46c25b66f1fb4da73c8c8a83e0bbfc8ec7aa2da8. > Maybe this should be indicated on the website or so There's a little notice in the bottom when selecting Steam Flatpak,...
I currently provide ProtonUp-Qt as an AppImage and on Flathub. This is to ensure every source is up to date and to keep it simple (don't confuse anyone). They work...
What's the recommended way to install python dependencies and where? @Henryws The script could automatically download the newest release version (latest tag) and install the dependencies from the `requirements.txt`. This...
Okay. Should the dependencies be installed globally or in the `${STOWDIR}` only for the app? (Removing the globally would most likely break other apps).
Alright. I created a Pacscript, maybe someone could try (and if necessary fix) it: https://gist.github.com/DavidoTek/b6a7c723c9017a20cab0a16fae6bf0ee
Now creates a symlink to `/usr/bin/protonup-qt` and removes it again. The STOWDIR/name should be removed by Pacstall, right? https://gist.github.com/DavidoTek/b6a7c723c9017a20cab0a16fae6bf0ee
See https://github.com/DavidoTek/ProtonUp-Qt/issues/78 Happens when [org.kde.WaylandDecoration.QGnomePlatform-decoration](https://github.com/flathub/org.kde.WaylandDecoration.QGnomePlatform-decoration) of the same version 6.3 is installed. I have to see if there is any solution to this problem, for now you options are (1)...
Yes, good you brought that up. The issue was fixed for a short time, but since the latest update of a dependency the issue returned.
> I think you can solve the problem if you disable wayland flatpak permission That would be a workaround for the problem, but it would disable Wayland for all desktop...