Bug 1320732

Summary: Missing QtGraphicalEffects (Qt 5.6 needed)
Product: [Fedora] Fedora Reporter: František Zatloukal <fzatlouk>
Component: liveusb-creatorAssignee: Luke Macken <lmacken>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: bcl, drizt72, lmacken, mbriza, pfrields
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-29 07:49:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description František Zatloukal 2016-03-23 21:01:04 UTC
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

Comment 1 František Zatloukal 2016-03-27 16:38:43 UTC
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.

Comment 2 František Zatloukal 2016-03-29 07:49:45 UTC
Fix merged upstream.