Bug 466273

Summary: Settings menu does not open
Product: [Applications] kweather Reporter: logicalwillow <roblokazyt>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED UPSTREAM    
Severity: normal CC: espidev
Priority: NOR    
Version: 23.01.0   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed In:

Description logicalwillow 2023-02-22 23:18:28 UTC
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
Comment 1 Devin Lin 2023-02-22 23:46:17 UTC
Please run "kweather" in the terminal and report the output when clicking the settings button.
Comment 2 logicalwillow 2023-02-23 00:32:13 UTC
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
Comment 3 Devin Lin 2023-02-23 00:34:22 UTC
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.
Comment 4 logicalwillow 2023-02-23 00:40:03 UTC
Alright, thanks.