Elinor B.
Elinor B.
Currently in sway using wlroots master, copy-pasting between XWayland and native Wayland clients does not always work. what works: - from evince (wayland) to geany (wayland) - from xclip to...
> `xclip` isn't supposed to work (it will only work if a xwayland window is focused). Ah, ok, good to know, thanks. wrt other combinations, indeed copy-pasting from firefox to...
Stricter how so?
To add some more over @Drakulix's explanation, if you want to run a wayland client app you do need to implement the wayland protocol, which represents a significant amount of...
Okay, after some testing, I think that this is indeed an issue with the way anvil manages its frame callbacks. We handle them in a bad way, causing `weston-simple-shm` to...
Yes, indeed, I found the core issue, will quickly make a PR.
Okay, could you tell how much of the problem is fixed by #236 ?
I added an other change, how is it now?
So, for mpv, is it just like before, or is there some improvement?
OK, so the problem with weston-simple-SHM was actually unrelated with the mpv issue. Back to figuring out the problem then.