The `workspace.currentDesktop` property always returns `null` STEPS TO REPRODUCE 1. Write a kwinscript that uses `workspace.currentDesktop` OBSERVED RESULT `null` is returned EXPECTED RESULT An integer representing the current virtual desktop should be returned. SOFTWARE/OS VERSIONS Linux: Archlinux KDE Plasma Version: 6.0.4 KDE Frameworks Version: 6.1.0 Qt Version: 6.7.0
plasma-interactiveconsole reports: kf.windowsystem: static int KX11Extras::currentDesktop() may only be used on X11
> An integer representing the current virtual desktop should be returned The API returns a VirtualDesktop object, not an integer