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

Allow appimages to run in conty #39

Merged
merged 5 commits into from
Oct 13, 2024

Conversation

Samueru-sama
Copy link
Contributor

@Samueru-sama Samueru-sama commented Oct 13, 2024

This fixes the problem that bubblewrap doesn't normally let you run appimages due to fusermount being a SUID binary.

The fix works by passing the --cap-add CAP_SYS_ADMIN flag to bubblewrap and also by patching bubblewrap to allow nested bubblewraps with capabilities. Because otherwise Steam would not work lol.

Right now the patched utils_dwarfs is being pulled from my fork of conty but I highly recommend that you get that in your own conty and also in junest and all other appimages that use bubblewrap, you can see the patch here

EDIT: Now we suck a little less than the Steam flatpak

@ivan-hc ivan-hc merged commit b2480ad into ivan-hc:main Oct 13, 2024
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

Successfully merging this pull request may close these issues.

2 participants