ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput | register your nick to speak
systwi has quit [Ping timeout: 480 seconds]
Serus has quit [Ping timeout: 480 seconds]
sav10 has joined #wayland
sav10_ has joined #wayland
sav10_ has quit []
Serus has joined #wayland
sav10 has quit []
ybogdano has quit [Read error: Connection reset by peer]
Serus has quit [Read error: Connection reset by peer]
pbsds0 has quit []
pbsds0 has joined #wayland
slattann has joined #wayland
pbsds0 has quit []
pbsds0 has joined #wayland
ChengAnXu has joined #wayland
fmuellner has quit []
fmuellner has joined #wayland
Serus has joined #wayland
co1umbarius has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
sav10 has joined #wayland
sav10 has quit []
sav10 has joined #wayland
sav10 has quit []
___nick___ has quit []
___nick___ has joined #wayland
___nick___ has quit []
___nick___ has joined #wayland
sav10 has joined #wayland
Company has quit [Quit: Leaving]
slattann has quit [Ping timeout: 480 seconds]
slattann has joined #wayland
sozuba has joined #wayland
ChengAnXu has quit [Remote host closed the connection]
fmuellner has quit [Ping timeout: 480 seconds]
sav10 has quit [Remote host closed the connection]
sav10 has joined #wayland
sav10_ has joined #wayland
sav10_ has quit []
cvmn has joined #wayland
caveman has quit [Remote host closed the connection]
slattann has quit [Read error: Connection reset by peer]
slattann has joined #wayland
gschwind has joined #wayland
<pq>
bl4ckb0ne, indeed, input event "frame" has nothing to do with drawn frames at all.
<pq>
bl4ckb0ne, you can find "frame" in e.g. wl_pointer.
<pq>
bl4ckb0ne, I'd send the hand_state only when necessary, i.e. only when it changes or when the client lost track of it due to e.g. not having input focus.
junaid has quit [Ping timeout: 480 seconds]
<pq>
bl4ckb0ne, wl_pointer.frame, wl_output.done, and xdg_surface.configure all do the same thing: group events together.
junaid has joined #wayland
agd5f has quit [Ping timeout: 480 seconds]
junaid has quit [Ping timeout: 480 seconds]
<mvlad>
emersion, what glab version are you using? Been trying to do a release and Other asset uploads (tarballs and gpg signature fails) fail to upload with "400, link_type doesn't have a valid value". Have you seen that before?
<emersion>
nope
<mvlad>
Been trying with 1.22 and 1.24 and both of the bail out with that err.
<emersion>
i'm using 1.24.1
<emersion>
it's possible that a GitLab release broke it maybe? not sure
<mvlad>
hmm, do you have access to fdo gitlab instance? Maybe the server side says more... ?
<emersion>
you should be able to upload the files manually
<daniels>
yeah, I can't see how that would happen without passing --asset-links on the command line ...
<daniels>
what if you pass --asset-links '[]'
<mvlad>
daniels, just tried now, no go.
<daniels>
ugh
<daniels>
yeah, that sounds like a glab bug then, because if you're not passing --assets-links to glab release create, I can't see how/why it would be trying to post to links ...
Moprius has joined #wayland
<Max1>
The xdg_toplevel.{move,resize} specs both mention that "There is no guarantee that the device focus will return when the move/resize is completed". I can't think of a scenario where that happens, maybe someone has an example?
<emersion>
focus returns if the pointer is over the surface on release
<emersion>
if there is GNOME's top panel under the pointer on release, then focus doesn't return to the surface
<Max1>
Ah yeah, that makes sense. Thanks!
Szadek has quit [Quit: WeeChat 3.7.1]
Moprius has quit [Read error: Connection reset by peer]
Moprius has joined #wayland
gschwind_ has joined #wayland
gschwind has quit [Remote host closed the connection]
<pq>
bl4ckb0ne, maybe check that the "joints" event does not become too big, or use too much bandwidth. Would be good to keep messages as small as possible, below 1 kB, or at least not more than 2 kB.