Skip to content

Fix sending window to all desktops

Nicolas Fella requested to merge work/nico/send-to-all-desktops into master

NET::OnAllDesktops is a special desktop number (-1), desktopForX11Id will not return a desktop for it

When all desktops are requested pass an empty desktop list, the following code will handle it appropriately

BUG: 482670

Merge request reports