Hide Forgot
Description of problem: Launching new build of liveusb-creator after upgrade from copr repo (or just installing it from repositories) fails. Qt 5.6 has not completely landed in updates-testing yet, so I suppose the issue will "fix itself". But it'd be nice to tweak spec file to explicitly require Qt 5.6 and higher. Version-Release number of selected component (if applicable): 3.91.0 How reproducible: Always Steps to Reproduce: 1. Install liveusb-creator from updates testing 2. Run liveusb creator with Qt 5.5 Actual results: QQmlApplicationEngine failed to load component qrc:/liveusb.qml:5 module "QtGraphicalEffects" is not installed Expected results: Liveusb-creator should work on Qt 5.5 or explicitly depend on Qt 5.6 and higher
Patch posted: https://github.com/lmacken/liveusb-creator/pull/40 Upgrading to Qt 5.6 didn't solve the problem, but installing t5-qtgraphicaleffects helped out.
Fix merged upstream.