Bug 445202

Summary: Add a window detection function similar to xfce4-taskmanager
Product: [Applications] plasma-systemmonitor Reporter: Antti Savolainen <antti.savo>
Component: generalAssignee: KSysGuard Developers <ksysguard-bugs>
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: ahiemstra, kde, nate, plasma-bugs-null
Priority: NOR    
Version First Reported In: 5.23.2   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Antti Savolainen 2021-11-09 12:10:43 UTC
SUMMARY
Demonstrative video: https://youtu.be/oERFSgvhw-k
It's a really useful feature to have just so you can detect hanging window you have on front. It's basically the only reason why I still have xfce4-taskmanager installed and in active use.

This is a copy of bug 431180
Comment 1 David Edmundson 2021-11-18 15:05:16 UTC
One thing we've really tried to do inside plasma-systemmonitor is surface which PIDs belong to which application and work on groups at a time. With a per-app basis this becomes a lot less of an issue, you can find "firefox" quite easily as per your example without needing to find the root.

The other reason we don't want to do this is because on wayland the taskmanager does not have access to windowing information for security reasons, we can't do the mapping like we can on X11.

Killing an application by window with the kwin shortcut remains working.
Comment 2 Antti Savolainen 2024-04-14 06:17:20 UTC
Is this possible nowadays? Window Rules seems to have a button to detect other windows.