Bug 487110 - Breeze theme breaks Qt Quick Effect Maker
Summary: Breeze theme breaks Qt Quick Effect Maker
Status: REPORTED
Alias: None
Product: Breeze
Classification: Plasma
Component: general (show other bugs)
Version: 6.0.4
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-16 15:43 UTC by Jack Hill
Modified: 2024-05-16 16:39 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

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