[PR #717] [MERGED] x11 fixes #3728

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/717
Author: @manevich
Created: 8/15/2016
Status: Merged
Merged: 8/16/2016
Merged by: @netblue30

Base: masterHead: x11


📝 Commits (1)

📊 Changes

1 file changed (+76 additions, -21 deletions)

View changed files

📝 src/firejail/x11.c (+76 -21)

📄 Description

  • don't mess terminal when Xephyr window closed.
  • quiet xpra when --quiet option used
  • xpra stopped correctly,no more runaway processes, even under high load. I tested it this way: applied load on system, then
    for i n $(seq 1 20); do firejail --quiet --x11 false; done and checked for runaway processes with xpra list and ps.

🔄 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/717 **Author:** [@manevich](https://github.com/manevich) **Created:** 8/15/2016 **Status:** ✅ Merged **Merged:** 8/16/2016 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `x11` --- ### 📝 Commits (1) - [`cc24d1e`](https://github.com/netblue30/firejail/commit/cc24d1eed7ff784d35c584704838c8d48feb1f65) x11 fixes ### 📊 Changes **1 file changed** (+76 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/x11.c` (+76 -21) </details> ### 📄 Description - don't mess terminal when Xephyr window closed. - quiet `xpra` when `--quiet` option used - xpra stopped correctly,no more runaway processes, even under high load. I tested it this way: applied load on system, then `for i n $(seq 1 20); do firejail --quiet --x11 false; done` and checked for runaway processes with `xpra list` and `ps`. --- <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:06:50 -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#3728
No description provided.