Bug 1620101 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Hm, that's unfortunate! So I was hoping it'd magically work too! So _maybe_ this would probably work properly when using properties, which the `gdk_x11_window_*_desktop` methods are most likely using under the hood. I tried looking for the GDK source and the implementation of these library methods, but my Google-skills failed me somehow.
I opted for using these methods, because getting & and setting X11 properties looks very cumbersome, compared to using a GDK library method.

I'd be happy with help/ pointers here!

Also note that the current implementation doesn't work with Wayland. It may, if Wayland has a shim implemented, but that seems unlikely to me.
Hm, that's unfortunate! So I was hoping it'd magically work too! So _maybe_ this would probably work properly when using properties, which the `gdk_x11_window_*_desktop` methods are most likely using under the hood. I tried looking for the GDK source and the implementation of these library methods, but my Google-skills failed me somehow.
I opted for using these methods, because getting & setting X11 properties looks very cumbersome, compared to using a GDK library method.

I'd be happy with help/ pointers here!

Also note that the current implementation doesn't work with Wayland. It may, if Wayland has a shim implemented, but that seems unlikely to me.

Back to Bug 1620101 Comment 1