[GH-ISSUE #3127] Failed to use AppImage binary with firejail: Cannot mount AppImage, please check your FUSE setup. #1961

Closed
opened 2026-05-05 08:37:32 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @gcoimbra on GitHub (Jan 6, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3127

Describe the bug
I'm unable to run AppImage binaries with firejail. The error is below:

***reading default rules**
Parent pid 18618, child pid 18619
Child process initialized in 12.24 ms
fusermount: mount failed: Operation not permitted

Cannot mount AppImage, please check your FUSE setup.
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE 
for more information
open dir error: No such file or directory

Parent is shutting down, bye...

To Reproduce

Just run any AppImage with the default profile.

Additional context

We can fix this by not using the below line in the profile of AppImages:

protocol unix,inet,inet6

Originally created by @gcoimbra on GitHub (Jan 6, 2020). Original GitHub issue: https://github.com/netblue30/firejail/issues/3127 **Describe the bug** I'm unable to run AppImage binaries with firejail. The error is below: ``` ***reading default rules** Parent pid 18618, child pid 18619 Child process initialized in 12.24 ms fusermount: mount failed: Operation not permitted Cannot mount AppImage, please check your FUSE setup. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information open dir error: No such file or directory Parent is shutting down, bye... ``` **To Reproduce** Just run any AppImage with the default profile. **Additional context** We can fix this by not using the below line in the profile of AppImages: `protocol unix,inet,inet6`
Author
Owner

@rusty-snake commented on GitHub (Jan 6, 2020):

Did you start it with --appimage?

<!-- gh-comment-id:571287571 --> @rusty-snake commented on GitHub (Jan 6, 2020): Did you start it with `--appimage`?
Author
Owner

@rusty-snake commented on GitHub (Feb 10, 2020):

I'm closing here due to inactivity, please fell free to reopen if you still have this issue.

<!-- gh-comment-id:584051174 --> @rusty-snake commented on GitHub (Feb 10, 2020): I'm closing here due to inactivity, please fell free to reopen if you still have this issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1961
No description provided.