Description of problem: PhotoQt can't start when qt5-qtquickcontrols2 package is not installed. Version-Release number of selected component (if applicable): photoqt-2.1.1-1.fc34.x86_64 How reproducible: Always. Steps to Reproduce: 1. Install photoqt; 2. Run `photoqt` in the console. Actual results: photoqt can't start because of missing dependency: ``` QQmlApplicationEngine failed to load component qrc:/mainwindow.qml:184:5: Type PQQuickInfo unavailable qrc:/mainwindow/PQQuickInfo.qml:173:9: Type PQMenu unavailable qrc:/elements/PQMenu.qml:24:1: module "QtQuick.Controls" version 2.2 is not installed ``` Expected results: PhotoQt starts without errors. Additional info: None.
Pull request: https://src.fedoraproject.org/rpms/photoqt/pull-request/2.
I doubt if photoqt still have to depend on qt5-qtquickcontrols. According to QML sources it uses version 2 now (see files in https://github.com/luspi/photoqt/tree/master/qml).
FEDORA-2021-01d9b72f98 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-01d9b72f98
FEDORA-2021-2d8fb5cb1a has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-2d8fb5cb1a
FEDORA-2021-01d9b72f98 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-01d9b72f98` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-01d9b72f98 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-2d8fb5cb1a has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-2d8fb5cb1a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-2d8fb5cb1a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
Works for me. Thanks for quick fix!
FEDORA-2021-2d8fb5cb1a has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-01d9b72f98 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.