[PR #3275] [MERGED] add name or private directory being used to the window title when xpra is being used #4705

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/3275
Author: @dmfreemon
Created: 3/11/2020
Status: Merged
Merged: 3/19/2020
Merged by: @smitsohu

Base: masterHead: add-name-or-private-dir-to-xpra-window-title


📝 Commits (2)

  • 2556c9c add name or basename of private directory being used to the window title when xpra is being used
  • 7f39af8 handle malloc() failures; use gnu_basename() instead of basenaem()

📊 Changes

1 file changed (+61 additions, -1 deletions)

View changed files

📝 src/firejail/x11.c (+61 -1)

📄 Description

First, thanks for making firejail available. It is outstanding.

I use a number of different private directories, and wanted some kind of visual indication of which private directory was being used by each instance of a running firefox. This PR adds this information to the window title when xpra is being used. I find this to be very valuable for me, and maybe others will as well.

This PR may be related to at least some of this prior issues (in no particular order):
https://github.com/netblue30/firejail/issues/1983
https://github.com/netblue30/firejail/issues/1350
https://github.com/netblue30/firejail/issues/1308
https://github.com/netblue30/firejail/issues/281
https://github.com/netblue30/firejail/issues/303
https://github.com/netblue30/firejail/issues/424
https://github.com/netblue30/firejail/issues/242


🔄 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/3275 **Author:** [@dmfreemon](https://github.com/dmfreemon) **Created:** 3/11/2020 **Status:** ✅ Merged **Merged:** 3/19/2020 **Merged by:** [@smitsohu](https://github.com/smitsohu) **Base:** `master` ← **Head:** `add-name-or-private-dir-to-xpra-window-title` --- ### 📝 Commits (2) - [`2556c9c`](https://github.com/netblue30/firejail/commit/2556c9ceb45fe24c8b5cb4c7df770f9d592525fd) add name or basename of private directory being used to the window title when xpra is being used - [`7f39af8`](https://github.com/netblue30/firejail/commit/7f39af86dd94f19e80af1861e8742e4a944deea3) handle malloc() failures; use gnu_basename() instead of basenaem() ### 📊 Changes **1 file changed** (+61 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/x11.c` (+61 -1) </details> ### 📄 Description First, thanks for making firejail available. It is outstanding. I use a number of different private directories, and wanted some kind of visual indication of which private directory was being used by each instance of a running firefox. This PR adds this information to the window title when xpra is being used. I find this to be very valuable for me, and maybe others will as well. This PR may be related to at least some of this prior issues (in no particular order): https://github.com/netblue30/firejail/issues/1983 https://github.com/netblue30/firejail/issues/1350 https://github.com/netblue30/firejail/issues/1308 https://github.com/netblue30/firejail/issues/281 https://github.com/netblue30/firejail/issues/303 https://github.com/netblue30/firejail/issues/424 https://github.com/netblue30/firejail/issues/242 --- <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:25:05 -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#4705
No description provided.