[PR #6952] [MERGED] feature: add --xephyr-extra-params= command #6242

Closed
opened 2026-05-05 10:53:23 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6952
Author: @yureitzk
Created: 10/30/2025
Status: Merged
Merged: 11/27/2025
Merged by: @netblue30

Base: masterHead: xephyr-options


📝 Commits (1)

  • 15b0e07 feature: xephyr-extra-params option

📊 Changes

7 files changed (+41 additions, -1 deletions)

View changed files

📝 contrib/syntax/lists/profile_commands_arg1.list (+1 -0)
📝 src/firejail/main.c (+6 -0)
📝 src/firejail/usage.c (+1 -0)
📝 src/firejail/x11.c (+6 -1)
📝 src/man/firejail-profile.5.in (+14 -0)
📝 src/man/firejail.1.in (+12 -0)
📝 src/zsh_completion/_firejail.in (+1 -0)

📄 Description

This lets user specify Xephyr options for each sandbox without modifying the firejai.config file.

It can also provide visual indication for sandboxed programs — for example, setting -name changes the window's WM_CLASS property, which window managers and desktop environments can use in rules to alter its appearance.

Related issues:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/6952 **Author:** [@yureitzk](https://github.com/yureitzk) **Created:** 10/30/2025 **Status:** ✅ Merged **Merged:** 11/27/2025 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `xephyr-options` --- ### 📝 Commits (1) - [`15b0e07`](https://github.com/netblue30/firejail/commit/15b0e07617932bb5f8c601d53e2331be515ec354) feature: xephyr-extra-params option ### 📊 Changes **7 files changed** (+41 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `contrib/syntax/lists/profile_commands_arg1.list` (+1 -0) 📝 `src/firejail/main.c` (+6 -0) 📝 `src/firejail/usage.c` (+1 -0) 📝 `src/firejail/x11.c` (+6 -1) 📝 `src/man/firejail-profile.5.in` (+14 -0) 📝 `src/man/firejail.1.in` (+12 -0) 📝 `src/zsh_completion/_firejail.in` (+1 -0) </details> ### 📄 Description This lets user specify Xephyr options for each sandbox without modifying the `firejai.config` file. It can also provide visual indication for sandboxed programs — for example, setting `-name` changes the window's `WM_CLASS` property, which window managers and desktop environments can use in rules to alter its appearance. Related issues: - https://github.com/netblue30/firejail/issues/3843 - https://github.com/netblue30/firejail/issues/1983 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:53:23 -06:00
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#6242
No description provided.