GModCEFCodecFix icon indicating copy to clipboard operation
GModCEFCodecFix copied to clipboard

Flatpak support

Open dnkmmr69420 opened this issue 2 years ago • 4 comments
trafficstars

I can't find out how to run this for steam flatpak, this should get some flatpak support

dnkmmr69420 avatar Jul 22 '23 23:07 dnkmmr69420

Snap support would be nice too!

jtfen86 avatar Oct 25 '23 21:10 jtfen86

Snap support would be nice too!

@jtfen86 Please make a separate issue for this and report any issues you're having

WinterPhoenix avatar Oct 26 '23 02:10 WinterPhoenix

Try this: ln -s ~/.var/app/com.valvesoftware.Steam/data/Steam/ ~/.local/share/ Worked for me

Aferz1337 avatar Feb 11 '24 22:02 Aferz1337

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.

AkikoKumagara avatar Feb 12 '24 01:02 AkikoKumagara

Should be fixed as of the latest release

WinterPhoenix avatar May 02 '24 21:05 WinterPhoenix