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 497802 - support beagle and tracker with the search keybinding
support beagle and tracker with the search keybinding
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] settings-daemon
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-18 04:29 UTC by Matthias Clasen
Modified: 2007-12-06 22:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the patch (817 bytes, patch)
2007-11-18 04:30 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2007-11-18 04:29:50 UTC
Here is a patch that we use in the Fedora package.
Obviously, a common search frontend would be better, but for now this will have to do.
Comment 1 Matthias Clasen 2007-11-18 04:30:33 UTC
Created attachment 99265 [details] [review]
the patch
Comment 2 Christian Persch 2007-11-19 12:52:19 UTC
I think this should instead use the keys to be added in bug 491647.
Comment 3 Matthias Clasen 2007-11-19 13:41:59 UTC
I am really opposed to adding a "preferred search tool" tab to default applications. If using the keys in that bug will lead to that end result,
then I am against it...
Comment 4 Jens Granseuer 2007-11-19 14:14:01 UTC
Seconded. I see this more as a short-term workaround [1] until we get a proper search frontend. IF the schema additions were applied to libgnome it would make sense to use them, but I'd not commit those, either.

[1] That's not to say that "short-term" will actually be short.
Comment 5 Rodrigo Moya 2007-11-19 14:43:50 UTC
Seconded also, beagle, tracker and any other search engine out there should coordinate on a common interface so that GNOME just can use the one that is available automatically.

As for you patch, Matthias, don't we have a way to know which one of the search tools (beagle and tracker) are running? If so, instead of checking just the binary in $PATH, we could double check it is running, and use the one associated with it. Don't know, just checking if beagled/trackerd (or whatever) is running should be enough as the "short-term" workaround
Comment 6 Jens Granseuer 2007-12-06 22:12:30 UTC
Is a running daemon enough to tell what's used? Or rather, is the absence of a daemon proof that none of the two gets used? Anyway, I've committed the patch for now. Further refinement welcome, of course.