ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
feaneron has quit [Quit: feaneron]
feaneron has joined #wayland
Hypfer has quit [Quit: Ping timeout (120 seconds)]
<Consolatis>
dviola: I see the same issue for an old version of VLC running via xwayland. Basically all fonts are gone on output-loss. For some reason the playlist entries are the only ones remaining. Even the menu entries have no text. I am also not quite sure how to reproduce the issue, I think it has something to do with focus at the time of output loss but didn't feel like debugging so far
<Consolatis>
yep, that seems like my VLC issue as well. The freezing thing I only get sometimes and only when trying to close the VLC window after the fonts are gone though, I can still interact with VLC otherwise
<dviola>
I see, looks like it's fixed in qt 6.x
<dviola>
I thought about bisecting old qt 5.x to see where it broke
<dviola>
I was also advised not to get near 5.x which seems to go well with my experience when trying to build it last time
<dviola>
s/get/go/
rasterman has quit [Quit: Gettin' stinky!]
<colinmarc>
I noticed that vkcube-wayland started using llvmpipe with my compositor on nvidia proprietary 560 drivers. Does the new nvidia WSI require explicit sync or any other protocol to be present?
<colinmarc>
eglinfo has no problem, so I think it must be specific to their vulkan WSI
<DemiMarie>
Right now any client can cause the server to spin and consume CPU.
garnacho has joined #wayland
feaneron has quit [Quit: feaneron]
feaneron has joined #wayland
<ManMower>
DemiMarie: might be worth adding a few CCs on that ticket. the people that wrote/reviewed the original breakage might not be paying attention closely.
<DemiMarie>
ManMower: do I make an new comment or edit the original?
<DemiMarie>
ManMower: thank you!
<ManMower>
oh make a new comment
<ManMower>
if you just edit it won't fire off emails :)
<DemiMarie>
Will do.
<ManMower>
thanks!
<DemiMarie>
I have a few other fixes coming as well.
<ManMower>
cool
feaneron has quit [Quit: feaneron]
feaneron has joined #wayland
Sid127 has quit [Ping timeout: 480 seconds]
lsd|2 has joined #wayland
fmuellner has joined #wayland
sima has quit [Ping timeout: 480 seconds]
<mclasen>
DemiMarie: I think we very much want to allow messages that are larger than 4k
feaneron has quit [Ping timeout: 480 seconds]
<DemiMarie>
mclasen: that is going to be a much larger fix and it never worked before.
<DemiMarie>
Rejecting such messages is the right thing to do for now.
IMTheNachoMan has quit [Quit: Connection closed for inactivity]
<DemiMarie>
mclasen: If clients send messages longer than 4k a server using libwayland 1.22 will disconnect them, and a server using libwayland 1.23 will busy-spin. If longer messages are needed, they should be explicitly negotiated.