Bug 1276134

Summary: Missing dependency on qt5-qtquickcontrols
Product: [Fedora] Fedora Reporter: Samuel Sieb <samuel-rhbugs>
Component: khangmanAssignee: Rex Dieter <rdieter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: jreznik, kevin, ltinkl, rdieter, rnovacek, than
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-01-15 15:24:31 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:
Embargoed:

Description Samuel Sieb 2015-10-28 20:04:05 UTC
This package is missing a dependency on qt5-qtquickcontrols.  Without that, it loads to a blank window.  Running it from the console shows:
file:///usr/share/khangman/qml/main.qml:22:1: module "QtQuick.Controls" is not installed 
     import QtQuick.Controls 1.2 
     ^
file:///usr/share/khangman/qml/main.qml:23:1: module "QtQuick.Layouts" is not installed 
     import QtQuick.Layouts 1.1 
     ^

I installed qt5-qtquickcontrols and it works now.

Comment 1 Samuel Sieb 2015-11-26 05:44:20 UTC
qt5-qtmultimedia is also missing from the dependencies.

Comment 2 Rex Dieter 2015-11-29 12:50:14 UTC
%changelog
* Sat Nov 28 2015 Rex Dieter <rdieter> - 15.08.3-1
- 15.08.3
- add qml-related dependencies (#1276134)

Comment 3 Rex Dieter 2016-01-15 15:24:31 UTC
I'm going to be rebasing stuff to 15.12.x releases soon, and issue updates, the fix will get included then.

Thanks again for your report.