Closed hifinerd closed 8 months ago
Unfortunately, I don't have a wayland install I could test this on at the moment. Any patches would be welcome, however!
It looks like the issue is that KWindowSystem::currentDisplay()
got deprecated (or wasn't implemented on Wayland in the first place), the documentation suggests using KX11Extras::currentDisplay()
instead. Not sure what the Wayland version of the function is (if it even exists)
Accidentally fixed in https://github.com/bojidar-bg/plasma-parallax-wallpaper/commit/ed3431983ef42114dcef4ade3b47487c5a58a35b using TaskManager::VirtualDesktopInfo::currentDisplay()
Title. This plugin does not scroll the wallpaper on Wayland, it just stays still. However, it still works fine on X11. I am using Arch Linux with an AMD iGPU.