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 327613 - 'Find' field doesn't find launchers
'Find' field doesn't find launchers
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
2.13.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-18 23:10 UTC by Reinout van Schouwen
Modified: 2006-01-20 21:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Reinout van Schouwen 2006-01-18 23:10:16 UTC
1. Right click panel > Add to Panel...
2. Type 'Pan' in the Find textfield

Expected result: 
The 'Pan' newsreader from the application launchers is shown in the selection list

Actual result:
The window stays empty

(if deskbar-applet can do this, so can gnome-panel, right?)
Comment 1 Reinout van Schouwen 2006-01-18 23:12:48 UTC
adjusting summary :]
Comment 2 Vincent Untz 2006-01-20 21:15:45 UTC
In fact, the issue is that GtkTreeModelFilter doesn't help us at all: the parent item is hidden (since it doesn't match) and then all the children are hidden too...

Will fix it soon.
Comment 3 Vincent Untz 2006-01-20 21:49:15 UTC
2006-01-20  Vincent Untz  <vuntz@gnome.org>

	* panel-addto.c: (panel_addto_present_applications): change the search
	entry text after switching models so that it gets refiltered
	(panel_addto_filter_func): if the iter is a root in a tree model, just
	show it
	Fix bug #327612 and bug #327613.