https://bugs.kde.org/show_bug.cgi?id=424259

--- Comment #1 from David Edmundson <[email protected]> ---
Yeah...but we're stuck on how to nicely fix this, maybe you'll have some ideas.

[320853.312257] plasmashell[2176]:
file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/BusyIndicatorStyle.qml:39:9:
 

This is in frameworks, KDE frameworks has to support Qt 5.12
Qt 5.12 doesn't support the new connection syntax.

We can't port the code, it'd break
We can't just add an #ifdef as it's QML (well, not without some external
pre-processing)


I did add a faux Qt logging category so one can turn them off.

My initial intention was I would just make Plasma ship an environment variable
with that set, but it turns out that breaks other people's custom Qt logging
rule files so I wasn't able to ship it. You have this as an option for
yourself.

Maybe I could maybe add QLoggingCategory::installFilter() into every applicable
app?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to