[GH-ISSUE #550] firejail x11 and openbox #385

Closed
opened 2026-05-05 05:44:48 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @deb75 on GitHub (May 31, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/550

Hello,

I followed the X11 tutorial to run firejail with --x11 option, which recommends to run openbox first.

So what I do is : firejail --x11=xephyr ... openbox.

And then, inside openbox I manage to open one web browser.

However, by doing so, firejail applies the openbox profile, whereas it would better to apply the web browser profile (or both).

What do you think is good to do ? Maybe by creating a custom profile merging that of openbox and browser ?

One small issue with openbox I would like to point to is the default profile. In "diable-common.inc", in latest firejail version, the files .config/openbox/{autostart,environment} are blacklisted, is there any special reason for that ?

Regards

Originally created by @deb75 on GitHub (May 31, 2016). Original GitHub issue: https://github.com/netblue30/firejail/issues/550 Hello, I followed the X11 tutorial to run firejail with --x11 option, which recommends to run openbox first. So what I do is : firejail --x11=xephyr ... openbox. And then, inside openbox I manage to open one web browser. However, by doing so, firejail applies the openbox profile, whereas it would better to apply the web browser profile (or both). What do you think is good to do ? Maybe by creating a custom profile merging that of openbox and browser ? # One small issue with openbox I would like to point to is the default profile. In "diable-common.inc", in latest firejail version, the files .config/openbox/{autostart,environment} are blacklisted, is there any special reason for that ? Regards
gitea-mirror 2026-05-05 05:44:48 -06:00
Author
Owner

@netblue30 commented on GitHub (May 31, 2016):

Yes, use the browser profile:

$ firejail --x11=xephyr --profile=/etc/firejail/iceweasel.profile openbox

the files .config/openbox/{autostart,environment} are blacklisted

The idea is to have autostart files for most window manager/desktop environments disabled by default.

<!-- gh-comment-id:222704947 --> @netblue30 commented on GitHub (May 31, 2016): Yes, use the browser profile: ``` $ firejail --x11=xephyr --profile=/etc/firejail/iceweasel.profile openbox ``` > the files .config/openbox/{autostart,environment} are blacklisted The idea is to have autostart files for most window manager/desktop environments disabled by default.
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#385
No description provided.