Summary: | wikipedia plugin for krunner only searches in english wikipedia, no way to configure preferred language | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Janet <bugzilla> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexander.lohnau, kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Janet
2010-11-04 07:48:09 UTC
As alternative to language settings the wikipedia plugin maybe could use the system locale? Though I'd prefer to have it as per user setting. The major "problem" with this thing is that the Wikipedia runner uses an underlying MediaWiki API thingie which is utilized by KDE's Techbase and Userbase runners as well. The MediaWiki API query thing is only given the API URL (which is http://en.wikipedia.org/w/api.php in case of Wikipedia) and this one only querys in the English wikipedia. I looked at the API docs but I can't find a way to make it query in a different language on the same API domain (i.e. "uselang=de" or something like that), so I need to enable the MediaWiki runner to replate that "en" in the URL by "de" or "fr" etc. I put it on my ToDo-list for 4.9 :) Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand. Thank you for helping us make KDE software even better for everyone! Now the url used in the runner is different:
>https://en.wikipedia.org/wiki/Special:Search?search=\{@}&go=Go
This should be easy any intuitive if you want to edit it.
|