Janne Pulkkinen
Janne Pulkkinen
One option would be to vendor the relevant code and/or libraries, though I don't know if that is possible for projects using GPL and other similar licenses like Protontricks. Debian...
Protontricks first looks for files with file names `appmanifest_.acf` in the Steam library folders. It then tries to read them one-by-one. It's the second one that's failing here, with Protontricks...
Protontricks being executed inside a Flatpak sandbox _might_ have something to do with it. WMI is supposedly used to query various bits of system information under Windows and running under...
I'm almost certain this is due to AppArmor being enabled in Ubuntu without the needed profile for Protontricks. I made an upstream bug report [here](https://bugs.launchpad.net/ubuntu/+source/protontricks/+bug/2098122), which should hopefully go toward...
Protontricks itself doesn't have any localization support besides the generic OK/Cancel/Exit strings that are provided by the operating system. Winetricks, and other applications it calls might have support for different...
I've pushed a preliminary implementation into the `game-launcher` branch. It's incomplete though and there are two issues which I'd like to solve before pushing it to master: * There doesn't...
The command to use is `protontricks --game-launch `. `protontricks-launcher` is used for launching external executables selected by the user (eg. via the file manager).
Is your Protontricks version at least 1.12.0 or newer? Debian and Ubuntu unfortunately often ship outdated versions of Protontricks that are incompatible with the latest version of the Steam client.
What error is printed, if any? Also, could you try running the `flatpak run com.github.Matoking.protontricks -vv --gui`? This might print more information, so please use [gist.github.com](https://gist.github.com) to upload the resulting...
Could possibly be a Winetricks/Wine related issue instead of Protontricks. Could you try running using the `--no-bwrap` flag like so to check if that solves the issue? ```sh $ flatpak...