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 version wont launch (0.9.0) #61

Closed
Saroufim opened this issue Sep 8, 2018 · 1 comment
Closed

Flatpak version wont launch (0.9.0) #61

Saroufim opened this issue Sep 8, 2018 · 1 comment
Labels
flatpak question Further information is requested

Comments

@Saroufim
Copy link

Saroufim commented Sep 8, 2018

Running it from the command line yields the following

bwrap: Can't mkdir parents for /app/lib/32bit/lib/GL: Read-only file system
error: ldconfig failed, exit status 256
@tkashkin
Copy link
Owner

tkashkin commented Sep 8, 2018

I don't know much about flatpak (especially about video drivers).
You need to have correct video driver on your system and corresponding userspace libraries on flatpak side.
Libraries must have the same version as driver.

Usually libraries are distributed in packages like these (from flathub):

  • org.freedesktop.Platform.Compat32
  • org.freedesktop.Platform.GL
  • org.freedesktop.Platform.GL32

You need to install libs for your specific driver and its version.

Try to get to run com.valvesoftware.Steam package from flathub first if you haven't already.

Then if you have Steam flatpak running, you probably have driver dependencies setup (unless something have changed recently).

@tkashkin tkashkin added question Further information is requested flatpak labels Sep 8, 2018
tkashkin added a commit that referenced this issue Oct 20, 2018
Lucki pushed a commit to Lucki/GameHub that referenced this issue Oct 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flatpak question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants