[GH-ISSUE #1102] Error: cannot access AppImage file #756

Closed
opened 2026-05-05 06:34:53 -06:00 by gitea-mirror · 12 comments
Owner

Originally created by @Gridlocked on GitHub (Feb 13, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1102

firejail --appimage Ungoogled_Chromium_Web_Browser-55.0.2883.87.glibc2.15-x86_64.AppImage
Error: cannot access AppImage file

I could be doing something wrong here but based on the documentation.......... when I run that in the termninal it just says there's no access. I can run the appimage on it's own without issue. I've tried this on two different OS - Mint and Fedora.

Originally created by @Gridlocked on GitHub (Feb 13, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1102 firejail --appimage Ungoogled_Chromium_Web_Browser-55.0.2883.87.glibc2.15-x86_64.AppImage Error: cannot access AppImage file I could be doing something wrong here but based on the documentation.......... when I run that in the termninal it just says there's no access. I can run the appimage on it's own without issue. I've tried this on two different OS - Mint and Fedora.
gitea-mirror 2026-05-05 06:34:53 -06:00
Author
Owner

@netblue30 commented on GitHub (Feb 13, 2017):

Give me a download link to chromium appimage. It could be an appimge type 2 (introduced recently), and there is no support for this type in firejail version you are using. Also, run a "firejail --version".

<!-- gh-comment-id:279542313 --> @netblue30 commented on GitHub (Feb 13, 2017): Give me a download link to chromium appimage. It could be an appimge type 2 (introduced recently), and there is no support for this type in firejail version you are using. Also, run a "firejail --version".
Author
Owner

@Gridlocked commented on GitHub (Feb 13, 2017):

That makes sense this appimage was created only yesterday. It's firejail version 0.9.44.8

What do I need, 0.9.45 ?

<!-- gh-comment-id:279549708 --> @Gridlocked commented on GitHub (Feb 13, 2017): That makes sense this appimage was created only yesterday. It's firejail version 0.9.44.8 What do I need, 0.9.45 ?
Author
Owner

@netblue30 commented on GitHub (Feb 13, 2017):

Yes, grab the version from git - it is quite easy, all you need to install is git and the compiler:

$ sudo apt-get install git build-essential

then you compile and install it:

$ git clone https://github.com/netblue30/firejail.git
$ cd firejail
$ ./configure && make && sudo make install-strip
<!-- gh-comment-id:279559664 --> @netblue30 commented on GitHub (Feb 13, 2017): Yes, grab the version from git - it is quite easy, all you need to install is git and the compiler: ````` $ sudo apt-get install git build-essential ````` then you compile and install it: ````` $ git clone https://github.com/netblue30/firejail.git $ cd firejail $ ./configure && make && sudo make install-strip `````
Author
Owner

@Gridlocked commented on GitHub (Feb 14, 2017):

No luck with 0.9.45 I may be doing something wrong at my end with the appimage. How does firejail know the location?

This is the appimage

https://www.dropbox.com/s/ea4shiojgrs5q4v/Chromium-20170214T173634Z.zip?dl=0

<!-- gh-comment-id:279792317 --> @Gridlocked commented on GitHub (Feb 14, 2017): No luck with 0.9.45 I may be doing something wrong at my end with the appimage. How does firejail know the location? This is the appimage https://www.dropbox.com/s/ea4shiojgrs5q4v/Chromium-20170214T173634Z.zip?dl=0
Author
Owner

@Gridlocked commented on GitHub (Feb 14, 2017):

I just reinstalled the appimage and saw some errors I didn't notice before - is this the issue?

/tmp/.mount_H09OH4/usr/bin/chromium: line 61: lsb_release: command not found
/tmp/.mount_H09OH4/usr/bin/chromium: line 61: lsb_release: command not found
/tmp/.mount_H09OH4/usr/bin/chromium: line 61: lsb_release: command not found

<!-- gh-comment-id:279845807 --> @Gridlocked commented on GitHub (Feb 14, 2017): I just reinstalled the appimage and saw some errors I didn't notice before - is this the issue? /tmp/.mount_H09OH4/usr/bin/chromium: line 61: lsb_release: command not found /tmp/.mount_H09OH4/usr/bin/chromium: line 61: lsb_release: command not found /tmp/.mount_H09OH4/usr/bin/chromium: line 61: lsb_release: command not found
Author
Owner

@Gridlocked commented on GitHub (Feb 15, 2017):

You can see the same result with avidemux which is available as an appimage. While there is no firejail profile for that - it doesn't come back that you need to run it as 'no profile' but instead 'can't access appimage'.

Download Avidemux Linux Universal Binary - 38.00 MB | version: 2.6.18

https://www.fosshub.com/Avidemux.html

<!-- gh-comment-id:280091771 --> @Gridlocked commented on GitHub (Feb 15, 2017): You can see the same result with avidemux which is available as an appimage. While there is no firejail profile for that - it doesn't come back that you need to run it as 'no profile' but instead 'can't access appimage'. Download Avidemux Linux Universal Binary - 38.00 MB | version: 2.6.18 https://www.fosshub.com/Avidemux.html
Author
Owner

@Gridlocked commented on GitHub (Feb 16, 2017):

I just tried with the Wire messaging appimage available here - https://wire.com/en/download/

Also no go.

<!-- gh-comment-id:280394831 --> @Gridlocked commented on GitHub (Feb 16, 2017): I just tried with the Wire messaging appimage available here - https://wire.com/en/download/ Also no go.
Author
Owner

@Gridlocked commented on GitHub (Feb 18, 2017):

Is the problem is with firejail or appimage?

<!-- gh-comment-id:280874019 --> @Gridlocked commented on GitHub (Feb 18, 2017): Is the problem is with firejail or appimage?
Author
Owner

@netblue30 commented on GitHub (Feb 19, 2017):

Somehow my last message on github got lost! I've tried avidmux from your link. Downloaded the file, and started it with the following command:

$ firejail --appimage avidemux_2.6.15.appImage 

Are you forgetting to add --appimage?

<!-- gh-comment-id:280923808 --> @netblue30 commented on GitHub (Feb 19, 2017): Somehow my last message on github got lost! I've tried avidmux from your link. Downloaded the file, and started it with the following command: ````` $ firejail --appimage avidemux_2.6.15.appImage ````` Are you forgetting to add --appimage?
Author
Owner

@netblue30 commented on GitHub (Feb 19, 2017):

Found my lost message, it went on a different thread!

You are doing something wrong there. I downloaded avidemux appimage you linked to, and run it directly:

$ cd Downloads
$ ls avi*
avidemux_2.6.15.appImage
$ firejail --appimage avidemux_2.6.15.appImage
Reading profile /etc/firejail/default.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-common.local
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/disable-passwdmgr.inc

** Note: you can use --noprofile to disable default.profile **

Parent pid 8475, child pid 8478
Dropping all Linux capabilities and enforcing default seccomp filter
Child process initialized
Directory /home/netblue/.avidemux6/ exists.Good.
Using /home/netblue/.avidemux6/ as base directory for prefs, jobs, etc.
[isPortableMode] 13:33:40-650 Portable mode
[ADM_initBaseDir] 13:33:40-650 Portable mode
[ADM_initBaseDir] 13:33:40-650 Relative to install plugin mode : </run/firejail/appimage/.appimage-8475/usr/lib/ADM_plugins6/>


Avidemux v2.6.15 (0) .


...

It works just fine. Probably you forgot to put --appimage on firejail command line? Run appimages as they come, just extract them from the zip file if they are a zip file.

<!-- gh-comment-id:280924083 --> @netblue30 commented on GitHub (Feb 19, 2017): Found my lost message, it went on a different thread! You are doing something wrong there. I downloaded avidemux appimage you linked to, and run it directly: $ cd Downloads $ ls avi* avidemux_2.6.15.appImage $ firejail --appimage avidemux_2.6.15.appImage Reading profile /etc/firejail/default.profile Reading profile /etc/firejail/disable-common.inc Reading profile /etc/firejail/disable-common.local Reading profile /etc/firejail/disable-programs.inc Reading profile /etc/firejail/disable-passwdmgr.inc ** Note: you can use --noprofile to disable default.profile ** Parent pid 8475, child pid 8478 Dropping all Linux capabilities and enforcing default seccomp filter Child process initialized Directory /home/netblue/.avidemux6/ exists.Good. Using /home/netblue/.avidemux6/ as base directory for prefs, jobs, etc. [isPortableMode] 13:33:40-650 Portable mode [ADM_initBaseDir] 13:33:40-650 Portable mode [ADM_initBaseDir] 13:33:40-650 Relative to install plugin mode : </run/firejail/appimage/.appimage-8475/usr/lib/ADM_plugins6/> ************************* Avidemux v2.6.15 (0) . ************************* ... It works just fine. Probably you forgot to put --appimage on firejail command line? Run appimages as they come, just extract them from the zip file if they are a zip file.
Author
Owner

@Gridlocked commented on GitHub (Feb 19, 2017):

Yes, user error. Thanks!

<!-- gh-comment-id:280955980 --> @Gridlocked commented on GitHub (Feb 19, 2017): Yes, user error. Thanks!
Author
Owner

@netblue30 commented on GitHub (Feb 20, 2017):

No problem!

<!-- gh-comment-id:281116661 --> @netblue30 commented on GitHub (Feb 20, 2017): No problem!
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#756
No description provided.