Created attachment 178277 [details] Screenshot showing the broken networks widget SUMMARY After updating my openSUSE Tumbleweed install to Plasma 6.3, the networks widget is broken. STEPS TO REPRODUCE 1. Use openSUSE Tumbleweed 2. Run `sudo zypper dup` OBSERVED RESULT The networks widget is broken and shows the aforementioned error message EXPECTED RESULT It works like before SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20250211 KDE Plasma Version: 6.3.0 KDE Frameworks Version: 6.10.0 Qt Version: 6.8.2 Kernel Version: 6.13.1-1-default (64-bit) Graphics Platform: Wayland ADDITIONAL INFORMATION The desktop folder view is broken as well, though I thought that might be a packaging error. It shows this error message: file:///usr/local/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:18:1: module "org.kde.private.desktopcontainment.folder" version 0.1 is not installed I reported this here: https://bugzilla.opensuse.org/show_bug.cgi?id=1237157
What's your current version of libplasma? The one included in 6.3 should provide the signal onSecondaryActivated. This and your other error seems to me like an incompletely applied upgrade.
You're right, I had used kde-builder in the past and since the version matched the distro package, that didn't cause issues. I updated the plasma-desktop dependencies, ran sudo make install sudo make uninstall rm -rf /usr/local/share/ sudo zypper in -f -y kwin plasma6-framework plasma6-desktop plasma6-workspace sudo zypper in -f --type pattern kde_plasma and now both issues are resolved.