Summary: | Krunner does not give the correct unit conversion for euro | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kunitconversion | Reporter: | Hans Sébastien <demsking> |
Component: | general | Assignee: | John Layt <jlayt> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | aaronhoneycutt, bad63r, jamb.t, jr, kdelibs-bugs |
Priority: | NOR | ||
Version: | 5.1.0 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
URL: | https://lh5.googleusercontent.com/-kjHE8oCePDk/VbXZxYdyj4I/AAAAAAAAGF8/uecGPvwy0NA/w1083-h560-no/snapshot1.png | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Hans Sébastien
2015-07-27 08:39:27 UTC
Confirmed. I'm using Arch Linux with plasma 5.3.2. Krunner is not showing correct value of euro. Screenshot: http://www.dodaj.rs/f/2i/bp/2hpW4siK/slika4.png Tested by leinir on openSUSE with Plasma 5.3.2 and same issue Confirmed in Kubuntu 15.10 as well It's a problem in kunitconverter framework It used to use KIO but this has been commented out with a note saying it crashed KRunner. The code is replaced with QNetwork code to download the file but this doesn't work and just leaves an empty file. Also the directory needs to be created The QNetwork is being used in a blocking synchronous way which it's not expected to do, probably it should be converted to a more asynchronous use *** This bug has been marked as a duplicate of bug 345750 *** |