mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3023] AppImage doesn't seem to work (ImageMagick) #1895
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#1895
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 @kravietz on GitHub (Nov 1, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3023
Just trying to run the latest version of ImageMagick which comes as AppImage:
@rusty-snake commented on GitHub (Nov 1, 2019):
It should work with
Can you confirm?
@kravietz commented on GitHub (Nov 1, 2019):
@rusty-snake I can't see any difference in your command line as compared to mine - apart from the order of options? In any case, with your command line I get the same result unfortunately.
With debug:
@rusty-snake commented on GitHub (Nov 1, 2019):
I found a work around: add
--rmenv=APPIMAGE.AppRun:
@rusty-snake commented on GitHub (Nov 1, 2019):
--appimageshould be the last firejail argumen.@kravietz commented on GitHub (Nov 12, 2019):
@rusty-snake Yeah, this solves the problem! Not sure if you want to close the ticket now, or improve on the
firejailside but that's a working solution.