mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1143] Failure to firejail a custom AppImage #790
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#790
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Mar 14, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1143
Good morning,
I'm a Debian Jessie user and, recently, I've tried modifying a Krita AppImage to add a file to it. I was successful in generating a fully functional modified version of it, but running it under firejail returns the following error:
The complete process I've performed form the downloaded files to their final version, I'll describe bellow:
The AppImage, I downloaded from here into my "Installers" folder, and the file I intended to add, I downloaded from here and extracted the "KritaDarker.colors" file into my "Pictures" folder.
Having the AppImageKit in my home folder, I then performed the following commands:
Now we are back to where we started. Thank you for listening to my case and any help given.
@netblue30 commented on GitHub (Mar 15, 2017):
It is possible AppImageKit switched the format of the archive from ISO to squashfs. Firejail version you have supports only ISO archives. Support for squashfs archives was introduced recently in firejail, and is available only here on mainline git. I would say if you install it, it should fix the problem.