After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 143238 - Add Applications tab to system monitor
Add Applications tab to system monitor
Status: RESOLVED OBSOLETE
Product: system-monitor
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: System-monitor maintainers
System-monitor maintainers
: 165703 547694 773999 (view as bug list)
Depends on: 130632
Blocks:
 
 
Reported: 2004-05-26 20:19 UTC by Brian "netdragon" Bober
Modified: 2018-05-22 11:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Image of Windows Task Manager's abbreviated list (36.14 KB, image/jpeg)
2004-05-26 20:23 UTC, Brian "netdragon" Bober
Details
Code to allow selection and quitting of a running application (written by Mark McLoughlin) (14.93 KB, text/plain)
2004-06-17 11:33 UTC, Calum Benson
Details

Description Brian "netdragon" Bober 2004-05-26 20:19:06 UTC
Just like in Windows 2000/XP, there should be an "Applications" tab which
doesn't show all processes, only ones with open windows or whatever.
Comment 1 Brian "netdragon" Bober 2004-05-26 20:23:14 UTC
Created attachment 28044 [details]
Image of Windows Task Manager's abbreviated list
Comment 2 Calum Benson 2004-06-17 11:33:25 UTC
Created attachment 28791 [details]
Code to allow selection and quitting of a running application (written by Mark McLoughlin)

Following the discussion in bug 130632, here's the relevant part of the app
manager code that Mark wrote a while back.
Comment 3 Robert Roth 2011-11-28 19:58:37 UTC
*** Bug 165703 has been marked as a duplicate of this bug. ***
Comment 4 Robert Roth 2012-09-27 13:31:52 UTC
*** Bug 547694 has been marked as a duplicate of this bug. ***
Comment 5 Robert Roth 2012-09-27 13:34:45 UTC
I am thinking whether it would be possible to have this applications tab by listening for the Launched signal of GDesktopAppInfo, emitted when an application is started [1], and at that moment we have access to all the data from the desktop file of the app, which should be more then enough to populate an applications table.
[1] http://git.gnome.org/browse/glib/tree/gio/gdesktopappinfo.c#n1212
Comment 6 Robert Roth 2012-12-12 19:47:05 UTC
I think that instead of a separate applications tab it would be nice to have a "filter" like we have My/All/Active processes, and one could switch to applications view, which would only show processes which have application info from WNCK, as even if we did a separate applications tab, we probably would need to duplicate the same information there: CPU usage for application, Memory usage, etc. This way a user can simply select the columns he/she wants to see, and if we have an application name column, he can see the name of the application along with the relevant process information.
I have added this Application name column, mostly working (in Dependencies view it does not work, and is not always displayed in the other views either, only 95% of the times), available for testing in the applications branch.
Comment 7 António Fernandes 2013-06-09 10:50:56 UTC
Windows 8 Task Manager groups processes into 3 tree roots: "Apps", "Background Processes", and "Windows Processes".

Such grouping serves works as an application filter, but allows to see other processes too. This could be an enhancement of the current "Dependencies" tree, and could even be the default view mode.

Example:

v Applications
  v @ Firefox
      @ plugin-container
    @ System Monitor
    @ Documents
    @ gedit
> Background Processes
> System Processes
Comment 8 Christian Stadelmann 2016-11-06 17:12:21 UTC
*** Bug 773999 has been marked as a duplicate of this bug. ***
Comment 9 GNOME Infrastructure Team 2018-05-22 11:56:51 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-system-monitor/issues/3.