[GH-ISSUE #3461] Joplin AppImage does not run with firejail #2174

Closed
opened 2026-05-05 08:51:17 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @ghost on GitHub (Jun 8, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3461

Write clear, concise and in textual form.

Bug and expected behavior

  • Describe the bug.
    Running AppImage of Joplin with Firejail fails.

  • What did you expect to happen?
    Joplin to start correctly.

No profile or disabling firejail

  • What changed calling firejail --noprofile PROGRAM in a shell?
    Application starts correctly with --noprofile

Reproduce
Steps to reproduce the behavior:

  1. Run in bash firejail --appimage ./Joplin-1.0.216.AppImage
  2. No Errors appear, just: Parent is shutting down, bye...
    AppImage unmounted

Environment

  • Linux distribution and version (ie output of lsb_release -a)
    Manjaro
  • Firejail version (output of firejail --version) exclusive or used git commit (git rev-parse HEAD)
    0.9.62

Checklist

  • The upstream profile (and redirect profile if exists) have no changes fixing it.
  • The upstream profile exists (find / -name 'firejail' 2>/dev/null/fd firejail to locate profiles ie in /usr/local/etc/firejail/PROGRAM.profile)
  • Programs needed for interaction are listed.
  • Error was checked in search engine and on issue list without success.
debug output
There are no errors. It just dies silently.
Originally created by @ghost on GitHub (Jun 8, 2020). Original GitHub issue: https://github.com/netblue30/firejail/issues/3461 Write clear, concise and in textual form. **Bug and expected behavior** - Describe the bug. Running AppImage of Joplin with Firejail fails. - What did you expect to happen? Joplin to start correctly. **No profile or disabling firejail** - What changed calling `firejail --noprofile PROGRAM` in a shell? Application starts correctly with --noprofile **Reproduce** Steps to reproduce the behavior: 1. Run in bash `firejail --appimage ./Joplin-1.0.216.AppImage` 2. No Errors appear, just: Parent is shutting down, bye... AppImage unmounted **Environment** - Linux distribution and version (ie output of `lsb_release -a`) Manjaro - Firejail version (output of `firejail --version`) exclusive or used git commit (`git rev-parse HEAD`) 0.9.62 **Checklist** - [ ] The upstream profile (and redirect profile if exists) have no changes fixing it. - [ ] The upstream profile exists (`find / -name 'firejail' 2>/dev/null`/`fd firejail` to locate profiles ie in `/usr/local/etc/firejail/PROGRAM.profile`) - [ ] Programs needed for interaction are listed. - [ ] Error was checked in search engine and on issue list without success. <details><summary> debug output </summary> ``` There are no errors. It just dies silently. ``` </details>
Author
Owner

@rusty-snake commented on GitHub (Jun 8, 2020):

Joplin has no firejail profile, you need to write one or request it in #1139.

<!-- gh-comment-id:640779458 --> @rusty-snake commented on GitHub (Jun 8, 2020): Joplin has no firejail profile, you need to write one or request it in #1139.
Author
Owner

@ghost commented on GitHub (Jun 8, 2020):

Joplin has been requested, see https://github.com/netblue30/firejail/issues/1139#issuecomment-583861367.

<!-- gh-comment-id:640781142 --> @ghost commented on GitHub (Jun 8, 2020): Joplin has been requested, see https://github.com/netblue30/firejail/issues/1139#issuecomment-583861367.
Author
Owner

@ghost commented on GitHub (Jun 8, 2020):

I apologize. I thought that --appimage will suffice even for apps for which there are no specific profiles. I will close this request then.

<!-- gh-comment-id:640782807 --> @ghost commented on GitHub (Jun 8, 2020): I apologize. I thought that --appimage will suffice even for apps for which there are no specific profiles. I will close this request then.
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#2174
No description provided.