Bug 444383

Summary: Searching through processes returns only matches of their names
Product: [Applications] plasma-systemmonitor Reporter: tgnff242
Component: generalAssignee: KSysGuard Developers <ksysguard-bugs>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: ahiemstra, nate, plasma-bugs-null
Priority: NOR    
Version First Reported In: 5.23.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description tgnff242 2021-10-25 20:15:30 UTC
That can be an issue for multiprocess software, that name their processes individually/differently. For example, if you have a recent version of Firefox running, searching for "firefox", won't return any results at all.

In ksysguard you were able to filter processes by everything (command, pid, ppid (along with its children), tty etc) which would solve this and similar issues.
Comment 1 Nate Graham 2021-10-25 23:08:54 UTC
The way you do this in the new system monitor is by using the Applications page. On that page, the "Firefox" entry will actually list all of its sub-processes when you click it and show the details sidebar.
Comment 2 tgnff242 2021-10-25 23:51:29 UTC
I'm aware, however, if the user has to manage process trees over and over again to filter out information visually, you might as well remove the search field altogether, because it serves no useful purpose.