mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2290] Error running Franz appimage #1530
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#1530
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 @nemokapetanos on GitHub (Dec 5, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2290
Hi,
I get the following error when I run Franz with firejail:
I'm running firejail version 0.9.52 that is packaged with Ubuntu Mate 18.04. What do I need to do to run the Franz appimage in Firejail?
Thanks!
@smitsohu commented on GitHub (Dec 5, 2018):
Firejail picks the default profile, which leads to ~/.config/Franz being blacklisted. And then this happens:
So you would need to start it like:
firejail --appimage --profile=/etc/firejail/franz.profile ./franz-5.0.0-beta.19-x86_64.AppImage@nemokapetanos commented on GitHub (Dec 6, 2018):
Thank you for that information! When I ran the command you suggested, I get the following error message:
Which shell do I need to specify? Thanks again for the help!
@smitsohu commented on GitHub (Dec 6, 2018):
It looks like this is a bug that got fixed in version 0.9.54, the relevant commit is
1738bbf718You will need to upgrade your Firejail. For Ubuntu/Mint there is a PPA which should keep you up to date.
@smitsohu commented on GitHub (Dec 6, 2018):
Or, alternatively, if you don't want to upgrade, what should also work is
firejail --appimage --ignore=shell --profile=/etc/firejail/franz.profile ./franz-5.0.0-beta.19-x86_64.AppImage@nemokapetanos commented on GitHub (Dec 7, 2018):
Thank you for all that information and help! I ran the last command and Franz works perfectly. The only small issue I have is that in the window title bar it says that I'm running Franz as a superuser - which I think isn't correct. This is probably a Ubuntu Mate bug, could you please just confirm that this isn't the case for my own peace of mind :)
@nemokapetanos commented on GitHub (Dec 7, 2018):
Either way, I will upgrade Firejail to the newest version. Has your development team considered packaging Firejail as a snap or a flatpak? That would be easier for managing dependencies for newbies like me :)
@smitsohu commented on GitHub (Dec 7, 2018):
yes, it is known bug in Mate.
@nemokapetanos commented on GitHub (Dec 8, 2018):
Thanks for confirming that bug - that's given me some peace of mind :)