Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flatpak support #64

Closed
dnkmmr69420 opened this issue Jul 22, 2023 · 5 comments
Closed

Flatpak support #64

dnkmmr69420 opened this issue Jul 22, 2023 · 5 comments

Comments

@dnkmmr69420
Copy link
Contributor

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

@jtfen86
Copy link

jtfen86 commented Oct 25, 2023

Snap support would be nice too!

@WinterPhoenix
Copy link
Collaborator

Snap support would be nice too!

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

@Aferz1337
Copy link

Aferz1337 commented Feb 11, 2024

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

@AkikoKumagara
Copy link
Member

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.

@WinterPhoenix
Copy link
Collaborator

Should be fixed as of the latest release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants