[GH-ISSUE #3084] firejail appimage. But Black Screen Reboot. #1935

Closed
opened 2026-05-05 08:36:09 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @ghost on GitHub (Dec 16, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3084

https://www.balena.io/etcher

Download Appimage.
And...

firejail --appimage --private --x11 balenaEtcher-1.5.69-x64.appimage

Black Screen. :(
I am System Reboot.
My Os is Debian 10 XFCE.

Help me.

Originally created by @ghost on GitHub (Dec 16, 2019). Original GitHub issue: https://github.com/netblue30/firejail/issues/3084 https://www.balena.io/etcher Download Appimage. And... > firejail --appimage --private --x11 balenaEtcher-1.5.69-x64.appimage Black Screen. :( I am System Reboot. My Os is Debian 10 XFCE. Help me.
Author
Owner

@rusty-snake commented on GitHub (Dec 16, 2019):

--appimage should be the last argument.
firejail --private --x11 --appimage balenaEtcher-1.5.69-x64.appimage

If you execute this command your system reboots?

Which firejail version?

<!-- gh-comment-id:566057117 --> @rusty-snake commented on GitHub (Dec 16, 2019): `--appimage` should be the last argument. `firejail --private --x11 --appimage balenaEtcher-1.5.69-x64.appimage` If you execute this command your system reboots? Which firejail version?
Author
Owner

@smitsohu commented on GitHub (Dec 16, 2019):

Your session is killed only if there is an x11 option, right?

That would be a duplicate of #2205. In this case you need to

  • add one of the net options to your command and
  • deny access to /tmp/.ICE-unix and/or ~/.ICEauthority, either by blacklisting them or with one of the private* options. Further it might be necessary to set restricted-network to no in /etc/firejail/firejail.config
<!-- gh-comment-id:566079058 --> @smitsohu commented on GitHub (Dec 16, 2019): Your session is killed only if there is an `x11` option, right? That would be a duplicate of #2205. In this case you need to * add one of the `net` options to your command and * deny access to /tmp/.ICE-unix and/or ~/.ICEauthority, either by blacklisting them or with one of the `private*` options. Further it might be necessary to set `restricted-network` to `no` in /etc/firejail/firejail.config
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#1935
No description provided.