Bug 487110

Summary: Breeze theme breaks Qt Quick Effect Maker
Product: [Plasma] Breeze Reporter: Jack Hill <jackhill3103>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: REPORTED ---    
Severity: normal CC: fabian, uhhadd
Priority: NOR    
Version: 6.0.4   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Jack Hill 2024-05-16 15:43:16 UTC
SUMMARY
I was told to report this here. Downstream bug report: https://bugzilla.suse.com/show_bug.cgi?id=1222406

Running Qt Quick Effect maker in a plasma environment causes it to exit instantly. The app works fine by running `env -u XDG_CURRENT_DESKTOP -u KDE_FULL_SESSION qqem6`. Simply launching the app with a different controls style does not fix the issue.

STEPS TO REPRODUCE
1. Run a Plasma session
2. run `sudo zypper in qt6-quickeffectmaker`
3. run `qqem6 `

OBSERVED RESULT
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

EXPECTED RESULT
App runs fine

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20240505
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.8-1-default (64-bit)
Graphics Platform: Wayland

ADDITIONAL INFORMATION