When I run xkill
in terminal a X (cross sign) appears which seems to kill that GUI process (application) on which it is hovered and clicked. I expect the same behavior for GNOME Terminal (since in my understanding it is also a GUI application). But I get different behaviors under different display manager.
It seems xkill can't kill terminal in Wayland.
According to a bug report and response by Jean-Batiste Lallement:
To quote Fedora documentation:
Thus, it's a well known issue. You may want to submit a bug report (and probably it will be marked a duplicate) or wait until upstream fixes things.
For the time being, you may want to stick with the
pkill
orkill
in terminalThis is by design of Wayland.
As you are using Wayland, this is expected that you can not use X11 tool named
xkill
to kill a client by its X resource (part ofx11-utils
package) here.Also you can not use
xdotool
,xinput
(that is good as you will have more secure GUI) here and others.