Bug 1222406 - Qt Effect Maker 6 fails to run: qrc:/qml/CustomDialog.qml:9:5: Non-existent attached object
Summary: Qt Effect Maker 6 fails to run: qrc:/qml/CustomDialog.qml:9:5: Non-existent a...
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Development (show other bugs)
Version: Current
Hardware: x86-64 openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Fabian Vogt
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-07 13:56 UTC by Jack Hill
Modified: 2024-06-25 03:07 UTC (History)
3 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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