Krunner does not give the correct unit conversion for euro Reproducible: Always
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 ***