mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3898] Appimage fails to run #2445
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#2445
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 @Flashwalker on GitHub (Jan 17, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3898
Write clear, concise and in textual form.
Bug and expected behavior
🔸️Appimage fails to run in firejail (github build 0.9.65):🔸️
$ firejail --env=DESKTOPINTEGRATION=appimaged --noprofile --appimage ./Kotatogram.appimage🔸️Running appimage🔸️
No profile and disabling firejail
firejail --noprofile /path/to/programin a terminal?🔸️Fails🔸️
which <program>orfirejail --listwhile the sandbox is running)?🔸️Running. Run log:🔸️
$ firejail --env=DESKTOPINTEGRATION=appimaged --noprofile --appimage$ ./Kotatogram.appimageReproduce
Steps to reproduce the behavior:
firejail --env=DESKTOPINTEGRATION=appimaged --noprofile --appimage ./Kotatogram.appimageor other appimage apps.Mounting appimage type 1 Error mounting appimage: appimage.c:117 appimage_set: Invalid argumentEnvironment
Additional context
appimaged
Checklist
https://github.com/netblue30/firejail/issues/1139)--profile=PROFILENAMEis used to set the right profile.LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAMto get english error-messages.browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.debug output
@ghost commented on GitHub (Jan 18, 2021):
I downloaded the latest stable Kotatogram AppImage to try to reproduce. Although I didn't actually use it for messaging, the app starts fine here (running Arch Linux/ firejail from git) when using --noprofile and even with a basic redirect to our telegram.profile (see below). Are you using the same appimage? If not, please provide a link so we can make sure we're on the same page.
Is this the actual file name? Usually this is application.
AppImageinstead of the lower-case version you seem to have. Just trying to rule out some potentially confusing stuff with this additional question.$ cat ${HOME}/.config/firejail/Kotatogram.profile
@Flashwalker commented on GitHub (Jan 21, 2021):
Thnx fo test.
I just downloaded latest beta Kotatogram 1.3.9 and it starts in firejail ok. Previous version i tested was 1.3.3, so looks like it was bad.