-
-
Notifications
You must be signed in to change notification settings - Fork 23
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] Osu does not launch #82
Comments
Judging from your logs, this should't be related, but the latest version (1.6.0) fixed an issue with apps like Osu! that had special characters in the name |
Hi, yeah. I upgraded to 1.6.0 (the latest version today) and I'm getting the same behavior. |
I've seen this happen on my system when I did not have FUSE installed. If it isn't installed on your system these app images will not launch. Is it possible to install fuse and give it another try? |
@TuxDeluxe , indeed I didnt have fuse installed. I installed it and the same thing happened, when I tried to run in terminal I got app image error but that was expected because I'm using Alpine. Is there anyway to check logs when gearlever runs appimages on flatpak sandbox? Here is the image with the error outside flatpak sandbox: |
To be honest it looks something that has to do with your system rather than with Gear Lever |
Yeah, because app images sometimes don’t work on alpine, they won’t work through gearlever either. Seems like a problem with how osu relies on glibc rather than musl. |
@TuxDeluxe yeah, I thought the app image was executed in flatpak sandbox. Does it executes on the host system? If so I think there's really nothing that can be done. App Image doesn't support Alpine and other distros not using glibc at all and I thought this project made it execute inside the sandbox. This is the issue I found on App Image project: AppImage/AppImageKit#877 |
@cassiofb-dev gearlever does sandbox some commands but it uses
to run app images which essentially runs them on the hosts machine. |
They don't, as others have suggested. |
@cassiofb-dev Take a look at this if you want to sandbox appimages: https://github.com/mgord9518/aisap
You can actually sort of do this already as the static runtime is already used in go-appimage |
Hi, first of all thanks for this awesome project!
I mostly use flatpak to run things but many devs use app image as official distribution so I thought it would be amazing to execute app images inside flatpak sandbox!
I tried to play osu but it does not start, here are the steps:
I clicked on enable debug logs to provide a better log file, here is it: gearlever.log
The text was updated successfully, but these errors were encountered: