mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
xwayland: query window PIDs via XResQueryClientIds
`_NET_WM_PID` is unreliable: it is optional and even if set it may contain PIDs from sandbox namespaces or remote systems. Prefer XRes v1.2 QueryClientIds method which returns PIDs as seen by the Xwayland server.
This commit is contained in:
parent
c314920a3d
commit
e0f239fa28
3 changed files with 65 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ xwayland_required = [
|
|||
'xcb-composite',
|
||||
'xcb-icccm',
|
||||
'xcb-render',
|
||||
'xcb-res',
|
||||
'xcb-xfixes',
|
||||
]
|
||||
xwayland_optional = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue