Bug 466273 - Settings menu does not open
Summary: Settings menu does not open
Status: RESOLVED UPSTREAM
Alias: None
Product: kweather
Classification: Applications
Component: general (show other bugs)
Version: 23.01.0
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-22 23:18 UTC by logicalwillow
Modified: 2023-02-23 00:40 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.