Bug 350652

Summary: Krunner does not give the correct unit conversion for euro
Product: [Frameworks and Libraries] frameworks-kunitconversion Reporter: Hans Sébastien <demsking>
Component: generalAssignee: 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:

Description Hans Sébastien 2015-07-27 08:39:27 UTC
Krunner does not give the correct unit conversion for euro

Reproducible: Always
Comment 1 Tom 2015-07-28 00:42: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
Comment 2 Jonathan Riddell 2015-07-28 08:44:11 UTC
Tested by leinir on openSUSE with Plasma 5.3.2 and same issue
Comment 3 Aaron Honeycutt 2015-07-28 08:56:54 UTC
Confirmed in Kubuntu 15.10 as well
Comment 4 Jonathan Riddell 2015-07-28 10:19:57 UTC
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
Comment 5 Jonathan Riddell 2015-07-28 10:32:20 UTC
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
Comment 6 Aaron Honeycutt 2015-11-13 22:39:02 UTC

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