Bug 445202 - Add a window detection function similar to xfce4-taskmanager
Summary: Add a window detection function similar to xfce4-taskmanager
Status: RESOLVED INTENTIONAL
Alias: None
Product: plasma-systemmonitor
Classification: Applications
Component: general (other bugs)
Version First Reported In: 5.23.2
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-09 12:10 UTC by Antti Savolainen
Modified: 2024-04-14 06:17 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.