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 549954 - Need a search box in process list
Need a search box in process list
Status: RESOLVED DUPLICATE of bug 509787
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.14.x
Other Linux
: Normal enhancement
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2008-08-30 16:07 UTC by antistress
Modified: 2010-10-14 02:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ctrl-tab for Firefox as an exemple (691.15 KB, image/png)
2008-08-30 16:09 UTC, antistress
Details
System monitor with search box mockup (195.40 KB, image/png)
2008-08-30 16:10 UTC, antistress
Details

Description antistress 2008-08-30 16:07:13 UTC
When launching System Monitor to find a process in process list, you usually get a lot of process in the list and it's not easy to find the one you search, therefore you 1st try to arrange the list by name then you try to find the process you're looking for.
Maybe it coul be smarter if there was a search box that would allow the user to get its process by typing a few letters
See for an exemple the ctrl-tab extension for Firefox 3.0 that could be implemented by default in Firefox 3.1.
I've attached 2 screenshots : a quick mockup of system monitor showing process list with a search box (just to "feel" the functionality) and a capture of crt-tab extension for Firefox 3.0
Comment 1 antistress 2008-08-30 16:09:55 UTC
Created attachment 117645 [details]
ctrl-tab for Firefox as an exemple
Comment 2 antistress 2008-08-30 16:10:36 UTC
Created attachment 117646 [details]
System monitor with search box mockup
Comment 3 Benoît Dejean 2008-09-06 10:30:52 UTC
Looks like a feature for the treeview widget instead.
Comment 4 Kristian Rietveld 2008-09-06 11:56:56 UTC
How is this search feature actually supposed to work?

 1) When typing, does it select a match in the list?
 2) Or, does it filter out all non-matching entries when typing in the search box?

If it is 1), the built-in search capability of GtkTreeView can be used (see gtk_tree_view_set_search_entry()).  In case of 2), this is not a enhancement request for GtkTreeView, rather something applications are supposed to implement themselves (for example by using GtkTreeModelFilter).

Comment 5 antistress 2008-09-11 20:14:31 UTC
I've notice that Synaptic on Ubuntu 8.10 now has a "quick search" box
I don't know if that can be useful
Comment 6 antistress 2009-02-24 01:24:01 UTC
i'm trying the 2.25.91 version and i don't see that feature yet
maybe for 2.28 ?
Comment 7 antistress 2010-10-10 22:34:18 UTC
I don't know if it can help, but the "Open with" application (Nautilus) has a nice search feature : the search field appears when you start typing and select the correspondant entry
Comment 8 antistress 2010-10-13 14:21:01 UTC
In response to c4 by Kristian Rietveld : i think i missed the point. What i was asking for is filtering which seems to be Bug 509787. Thanks
Comment 9 Jean-François Fortin Tam 2010-10-14 02:49:25 UTC

*** This bug has been marked as a duplicate of bug 509787 ***