Filter tree view with show-all-processes
Switched the get_hostname() get_owner_uid() public in task-manager.c, the owner uid is needed in the tree view class in order to filter out user processes from others.
This commit is contained in:
@@ -27,6 +27,7 @@ enum
|
||||
XTM_PTV_COLUMN_RSS,
|
||||
XTM_PTV_COLUMN_RSS_STR,
|
||||
XTM_PTV_COLUMN_UID,
|
||||
XTM_PTV_COLUMN_UID_STR,
|
||||
XTM_PTV_COLUMN_CPU,
|
||||
XTM_PTV_COLUMN_CPU_STR,
|
||||
XTM_PTV_COLUMN_PRIORITY,
|
||||
|
||||
Reference in New Issue
Block a user