mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1084] firejail X window ID should be unique #740
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#740
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GSI on GitHub (Jan 31, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1084
All new firejails have the same X window ID. (Confirmed with firefox, chrome, uzbl.)
Optionally, or by default, firejails should get unique ID's.
(see also https://github.com/uzbl/uzbl/issues/335#issuecomment-275189985)
@netblue30 commented on GitHub (Feb 1, 2017):
You are probably right. What tool are you using to extract the ID?
@GSI commented on GitHub (Feb 1, 2017):
I just run
xpropin a terminal and click the according window.To get the ID only:
xprop | grep '_NET_WM_PID' | awk '{ print $NF }'@netblue30 commented on GitHub (Feb 4, 2017):
Thanks, I'll look into it.
@smitsohu commented on GitHub (Nov 3, 2017):
Thanks @GSI, I close this issue, let's keep track in the referenced issue instead