Bug 350652 - Krunner does not give the correct unit conversion for euro
Summary: Krunner does not give the correct unit conversion for euro
Status: RESOLVED DUPLICATE of bug 345750
Alias: None
Product: frameworks-kunitconversion
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.1.0
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: John Layt
URL: https://lh5.googleusercontent.com/-kj...
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-27 08:39 UTC by Hans Sébastien
Modified: 2015-11-13 22:39 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***