GModCEFCodecFix
GModCEFCodecFix copied to clipboard
Flatpak support
I can't find out how to run this for steam flatpak, this should get some flatpak support
Snap support would be nice too!
Snap support would be nice too!
@jtfen86 Please make a separate issue for this and report any issues you're having
Try this:
ln -s ~/.var/app/com.valvesoftware.Steam/data/Steam/ ~/.local/share/
Worked for me
Try this:
ln -s ~/.var/app/com.valvesoftware.Steam/data/Steam/ ~/.local/share/Worked for me
You shouldn't have to do this as we have built in detection for Flatpak's filepaths now. The problem is, though, that even though we can patch Flatpak installs now, they aren't working because of CEF's inability to launch inside of bubblewrap, the container Flatpak's run inside of.
If you had to make a symlink for the executable to run successfully, there may be something strange about your configuration that's not accounted for, such as a leftover appmanifest from an old Steam installation. Even so, patching won't do much for Flatpak users, though it is possible.
Should be fixed as of the latest release