zzag / plasma5-wallpapers-dynamic

Dynamic wallpaper plugin for KDE Plasma
329 stars 18 forks source link

QtQuick.Dialogs Error #31

Closed lucaspar closed 4 years ago

lucaspar commented 4 years ago

After following the installation instructions, including installing all libraries required, I still get this error when trying to enable the Dynamic Wallpapers in Plasma 5

System Specs:

Distributor ID: Ubuntu
Description:    Ubuntu 18.04.4 LTS
Release:    18.04
Codename:   bionic

plasmashell 5.12.9

Error screenshot

zzag commented 4 years ago

Could you please test 8314a72?

lucaspar commented 4 years ago

After getting the changes I had a similar error with QtQuick.Controls 2.3, which I downgraded to 2.1. Then the same happened with org.kde.kirigami 2.5, which I downgraded to 2.3 and got the message below:

img

zzag commented 4 years ago

Urgh, perhaps I should just bump the minimum version for KF and Qt...

Anyway, you could try to comment out

https://github.com/zzag/plasma5-wallpapers-dynamic/blob/103adfa1e047272890236624c62693abc7266189/src/package/contents/ui/config.qml#L131-L140

https://github.com/zzag/plasma5-wallpapers-dynamic/blob/103adfa1e047272890236624c62693abc7266189/src/package/contents/ui/config.qml#L236

or you could just install kirigami >= 5.45.

lucaspar commented 4 years ago

Yeah, no luck commenting those lines. I guess upgrading the versions would be the way to go, but I'll wait until I upgrade my distro. Thanks!

zzag commented 4 years ago

@lucaspar Any updates?

sillydan1 commented 4 years ago

I get the error message for org.kde.kirigami as well

Screenshot_2020-03-21_22-30-58

`System specs:

Debian 10

Kernel: x86_64 Linux 4.19.0.8-am64

Plasma: 5.14.5 `

zzag commented 4 years ago

@sillydan1 Debian ships sort of old KF. You need to install KF >= 5.58 to get rid of the error message.

zzag commented 4 years ago

Closing this issue due to the lack of activity.