https://bugs.kde.org/show_bug.cgi?id=158282
Pino Toscano <p...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |http://commits.kde.org/khel | |pcenter/9db90299598ce0c4b33 | |2c826cddcb1bc0486cc26 Status|CONFIRMED |RESOLVED --- Comment #1 from Pino Toscano <p...@kde.org> --- Git commit 9db90299598ce0c4b332c826cddcb1bc0486cc26 by Pino Toscano. Committed on 18/03/2016 at 07:02. Pushed by pino into branch 'master'. Remove "common search program" internal feature There is a (undocumented) configuration key that switches the search for any handler to a preset program. However, there are different issues with it: - letting handlers to create their indexes as needed, but then not using them, makes no sense -- my blind guess is in that far past some distro used this to integrate with their own system, but I cannot find more hints about that - the common program seems to behave like a CGI - the internal implementation is synchronously in a buggy way (cfr bug #158282) - it has not been tested nor used for a decade Hence, just drop this implementation. M +0 -7 khelpcenter.kcfg M +12 -112 searchengine.cpp M +0 -10 searchengine.h http://commits.kde.org/khelpcenter/9db90299598ce0c4b332c826cddcb1bc0486cc26 -- You are receiving this mail because: You are watching all bug changes.