SUMMARY Clicking on the icon to open the settings menu doesn't do anything. STEPS TO REPRODUCE 1. Click on the settings icon in the top right OBSERVED RESULT Nothing happens. EXPECTED RESULT The settings menu opens. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.27 KDE Plasma Version: 5.27.0 KDE Frameworks Version: 5.102.0 Qt Version: 5.15.8 Kernel Version: 5.15.0-60-generic (64-bit) Graphics Platform: X11
Please run "kweather" in the terminal and report the output when clicking the settings button.
qrc:/qml/settings/SettingsWindow.qml:37:13: Type SettingsComponent unavailable qrc:/qml/settings/SettingsComponent.qml:13:1: module "org.kde.kirigamiaddons.labs.mobileform" is not installed qrc:/qml/main.qml:117: TypeError: Cannot call method 'close' of null
Looks like your distribution doesn't have kirigami-addons as a dependency of kweather, you can try manually installing that package. This is a bug that needs to be reported to your distribution.
Alright, thanks.