rliwoch / plasmoid-wunderground-extended

KDE5 Plasma Weather Widget (Wunderground Extended)
https://store.kde.org/p/1756638/
GNU General Public License v2.0
47 stars 7 forks source link

"org.kde.plasma.networkmanagement" is not installed #26

Open 17xr opened 2 years ago

17xr commented 2 years ago

Describe the bug The widget doesn't work. when clicked, it says "org.kde.plasma.networkmanagement is not installed".

To Reproduce Installed the widget from the store, then added it as a widget on the KDE panel. Operating System: OpenSuse Tumbleweed.

Screenshots image

Desktop (output of plasmashell --version && kf5-config --version): plasmashell 5.XX.X Qt: X.XX.X KDE Frameworks: 5.XX.X kf5-config: 1.0

Additional context Add any other context about the problem here.

mensonen commented 2 years ago

Same here.

~ $ plasmashell --version && kf5-config --version
plasmashell 5.25.3
Qt: 5.15.5
KDE Frameworks: 5.96.0
kf5-config: 1.0

Network manager is (obviously) not installed.

I commented out the import for org.kde.plasma.networkmanagement, and the definition for PlasmaNM.NetworkStatus and it works, but it would be nice if the widget didn't depend on network manager being installed as not all distros ship it by default. Especially as it's used for something that could be considered an optional feature.