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

Appimage games are missing fuse #200

Closed
MinmoTech opened this issue Dec 28, 2021 · 6 comments · Fixed by #300
Closed

Appimage games are missing fuse #200

MinmoTech opened this issue Dec 28, 2021 · 6 comments · Fixed by #300

Comments

@MinmoTech
Copy link
Contributor

Describe the problem
Appimage-installed games like osu lazer need fuse installed to launch.

Is it reproducible with native Lutris?
No

Steps to reproduce

  1. Install Osu!lazer version
  2. Try to launch

Expected behavior
Should start normally.

Actual behavior
Fails to start with error message: fuse: failed to exec fusermount: No such file or directory

Flatpak info
flatpak --version: Flatpak 1.12.2
flatpak --gl-drivers:

nvidia-495-46
default
host
@MinmoTech
Copy link
Contributor Author

@A6GibKm
Copy link
Collaborator

A6GibKm commented Dec 28, 2021

Please open a PR, i dont have the means to test such thing.

@MinmoTech
Copy link
Contributor Author

Please open a PR, i dont have the means to test such thing.

Don't worry, I intend to :)
I just document my issues until I have time to try and fix it (or for someone else interested in fixing it) ✌️

MinmoTech added a commit to MinmoTech/net.lutris.Lutris that referenced this issue Dec 29, 2021
@MinmoTech MinmoTech mentioned this issue Dec 29, 2021
MinmoTech added a commit to MinmoTech/net.lutris.Lutris that referenced this issue Apr 6, 2022
@Unrud
Copy link
Contributor

Unrud commented Apr 22, 2022

AppImage programs have the command line option --appimage-extract-and-run. Which extracts the embedded SquashFS to /tmp instead of using fuse.

@MinmoTech
Copy link
Contributor Author

Yes, that might be the best way to implement this, even with the solution in my PR applications were running very slow so I abandoned that approach.

@soredake
Copy link
Contributor

soredake commented Sep 11, 2022

Actually, appimages can be run in flatpak, they can be launched with --appimage-extract-and-run argument and NO_CLEANUP=1 env to skip cleaning up files after each run.

https://github.com/AppImage/AppImageKit/wiki/FUSE#docker

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