Janne Pulkkinen
Janne Pulkkinen
Could it be that you have enabled the `flathub-beta` remote, but not `flathub`? What does the command `flatpak remotes` print? It should list both. Other than that, you could try...
That's weird. The beta version does not use a different runtime compared to the normal branch, so I don't know why `flatpak` is not working here. Other common Flatpak apps...
This could potentially be related to missing permissions if AppArmor is in use in your distro. Could you try following the instructions in the following comment and check if it...
The current workaround is to downgrade from Steam beta. --- There have been several changes to the `~/.steam/steam/appcache/appinfo.vdf` file in the Steam beta: * The file header is 8 bytes...
I've submitted a PR to fix the appinfo.vdf support in the VDF parser library at ValvePython/vdf#61.
If you're using pipx, you can use the following commands to install development versions of `vdf` and `protontricks` with the required fixes: ``` # Uninstall Protontricks first $ pipx uninstall...
## OUTDATED, V1.12.0 HAS BEEN RELEASED WITH THE FIXES Instructions are below for posterity: --- I've pushed a build of Protontricks to Flathub beta which contains a fix for this...
> Changing it to > > ``` > if key[-1] == 0: > key_table.append(key[0:-1].decode(encoding="utf-8", errors="replace")) > break > ``` > > seems to work (similar to [85e4c19](https://github.com/Matoking/protontricks/commit/85e4c199434fa394aa41d4330100ed81c0e43c17)) > > Not...
FYI, the beta branch should now have a fix for invalid Unicode characters in `appinfo.vdf`. This is a separate issue from #317, which is what @Staudey linked. Could someone with...
Protontricks 1.10.5 is outdated; you need 1.12.0 as the older versions don't support the latest Steam client. Ubuntu and related distros usually ship outdated versions of Protontricks. The easiest option...