Bugzilla – Bug 1222406
Qt Effect Maker 6 fails to run: qrc:/qml/CustomDialog.qml:9:5: Non-existent attached object
Last modified: 2024-06-25 03:07:40 UTC
To reproduce: 1. Install `qt6-quick-effect-maker` 2. Run `qqem6` Console output: jack@localhost:~> qqem6 QQmlApplicationEngine failed to load component qrc:/qml/main.qml:275:5: Type SaveProjectDialog unavailable qrc:/qml/SaveProjectDialog.qml:8:1: Type CustomDialog unavailable qrc:/qml/CustomDialog.qml:9:5: Non-existent attached object System information: Operating System: openSUSE Tumbleweed 20240403 KDE Plasma Version: 6.0.3 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.3 Kernel Version: 6.8.2-1-default (64-bit) Graphics Platform: Wayland Processors: 4 × Intel® Core™ i5-5200U CPU @ 2.20GHz Memory: 8.2 GB of RAM Graphics Processor: Mesa Intel® HD Graphics 5500 Manufacturer: Dell Inc. Product Name: Inspiron 5749 System Version: A09
Apparently the breeze QML theme breaks it. As a workaround you can use env -u XDG_CURRENT_DESKTOP -u KDE_FULL_SESSION qqem6 Can you file a report on https://bugs.kde.org/enter_bug.cgi?product=Breeze?
Reported the bug here: https://bugs.kde.org/show_bug.cgi?id=487110
Thank you for the workaround btw. It was very helplful