https://bugs.kde.org/show_bug.cgi?id=446490
--- Comment #4 from Nate Graham <n...@kde.org> --- Yes, I am doing clean builds for all of these builds to rule out issues with incremental builds. If I build an older version, then I get a different symbol error in Kirigami: $ ((HEAD detached at 0.2.0)) haruna QML debugging is enabled. Only use this in a safe environment. haruna: symbol lookup error: /home/nate/kde/usr/lib64/plugins/kf5/kirigami/org.kde.desktop.so: undefined symbol: _ZN11KIconColorsC1Ev If I unset `QML2_IMPORT_PATH` to force Haruna use Kirigami from the system installation, it launches just fine. However opening a file makes it crash with another missing symbol error: haruna: symbol lookup error: /home/nate/kde/usr/lib64/libKF5KIOCore.so.5: undefined symbol: _ZN15KPluginMetaData11findPluginsERK7QStringSt8functionIFbRKS_EE It seems like all my built-from-source libraries are making Haruna very sad. Again I don't have this issue with any other KDE software that I build from source. -- You are receiving this mail because: You are watching all bug changes.