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 514876 - Odd logic to launch searh tool with keyboard
Odd logic to launch searh tool with keyboard
Status: RESOLVED DUPLICATE of bug 491652
Product: gnome-settings-daemon
Classification: Core
Component: general
2.21.x
Other All
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2008-02-06 22:05 UTC by Luca Ferretti
Modified: 2008-02-06 22:43 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Luca Ferretti 2008-02-06 22:05:05 UTC
The logic to launch the search tool (from bug #497802) is odd. The logic is:

  if beagle-search is installed, launch it;
  else if tracker-search is intalled, launch it;
       else launch gnome-search-tool.

This is odd 'cause:
  * we have to change the code in order to add different/new search tools
    or change supported if they will change name
  * the if .. then .. else don't allow users choose the tool

While you can see this is an uncommon case, we could have systems where both beagle and tracker are installed (in the end this is UNIX, different users on same machine using different software). The logic isn't user configurable, so on that systems users can choose trackerd to index their data, but pressing the search button they will always have beagle-search tool.

Another example could be systems where the daemon is installed, but not the search tool (this is a working scenario too, 'cause you can still use Nautilus as search tool to interact with beagle and tracker).

Finally, please note that some (corporate) installations could have their own custom search tool, to search on shared databases, not in local files. A well behaving desktop should help this scenario, not lock it.

PS yes, are bleeding edge scenarios, but I'm advocating my patch from bug 491647 :-)
Comment 1 Jens Granseuer 2008-02-06 22:43:45 UTC
Yes, it's not perfect, and yes, we can do better, but no, we want a proper search interface instead of making a preferred setting for each and every tool category.

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