Bug 1222406

Summary: Qt Effect Maker 6 fails to run: qrc:/qml/CustomDialog.qml:9:5: Non-existent attached object
Product: [openSUSE] openSUSE Tumbleweed Reporter: Jack Hill <jackhill3103>
Component: DevelopmentAssignee: Fabian Vogt <fabian>
Status: NEW --- QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: fvogt, jackhill3103, romans32401
Version: Current   
Target Milestone: ---   
Hardware: x86-64   
OS: openSUSE Tumbleweed   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jack Hill 2024-04-07 13:56:31 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
Comment 1 Fabian Vogt 2024-05-10 08:57:51 UTC
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?
Comment 2 Jack Hill 2024-05-16 15:44:04 UTC
Reported the bug here: https://bugs.kde.org/show_bug.cgi?id=487110
Comment 3 Jack Hill 2024-05-16 16:10:26 UTC
Thank you for the workaround btw. It was very helplful