mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00:00
![Olivier Fourdan](/assets/img/avatar_default.png)
The X11 backend uses EWMH's _NET_WM_PID to get the PID of an offending client and kill its PID to force the client to terminate. The Wayland backend is using a Wayland protocol error, but if the client is hung, that will not be sufficient to kill the client. Retrieve the client PID under Wayland using the Wayland client API wl_client_get_credentials() and kill() the client the same way the X11 backend does. https://bugzilla.gnome.org/show_bug.cgi?id=767464
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%