ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
fmuellner has quit [Ping timeout: 480 seconds]
Guru_DE has quit [Ping timeout: 480 seconds]
Guru_DE has joined #wayland
columbarius has joined #wayland
co1umbarius has quit [Ping timeout: 480 seconds]
nerdopolis has joined #wayland
nerdopolis has quit [Remote host closed the connection]
nerdopolis has joined #wayland
cool110 has joined #wayland
cool110 is now known as Guest446
nerdopolis has quit [Ping timeout: 480 seconds]
Brainium has quit [Quit: Konversation terminated!]
Guest426 has quit [Ping timeout: 480 seconds]
carlos_ has quit [Ping timeout: 480 seconds]
kenny has quit [Ping timeout: 480 seconds]
Guest446 has quit [Remote host closed the connection]
<emersion>
a weston impl would probably have as many abstractions than wlroots
<emersion>
quote-on-quote abstraction, in neither case should it be very hard to follow
<orowith2os[m]>
I imagine a weston impl would be a fair bit less specific than wlroots, which is why I'm requesting it
<emersion>
i don't believe it would be
<kennylevinsen>
orowith2os[m]: there is no such thing as an unspecific implementation - a Weston impl would just be yet another specific flavor...
<orowith2os[m]>
fair enough
<orowith2os[m]>
I'm just trying to sort out the final TODOs like find CRTC to lease and Send new connectors after resources changed
<orowith2os[m]>
there are only ten TODOs, so that's nice - a lot of the work was already done in the past, I just had to rebase it
dcz_ has joined #wayland
mvlad has joined #wayland
ManMower has quit [Remote host closed the connection]
ManMower has joined #wayland
sevz17 has quit [Quit: WeeChat 4.0.4]
punisher has joined #wayland
<punisher>
https://blog.rchapman.org/posts/Linux_System_Call_Table_for_x86_64/ it comes in a form of such a table, where poll seems to be used to query the keycode, it's x86_64 calling convention, so rax is number of syscall which is some number for poll, and the return data is file descriptor , from where you can read what the response was, so runtime libdimentio does that -- yes that is one way, another way is likely to trace read and write of the FD, so they
<punisher>
return to RAX
punisher was banned on #wayland by ChanServ [punisher!*@*]
punisher was kicked from #wayland by ChanServ [You are not permitted on this channel]
<orowith2os[m]>
emersion: wrt the flatpak security context stuff, it may be more appropriate to bug Alex in the #flatpak:matrix.org channel; I've just asked em to take a look at it, and got an ack, so seems to work :P
<emersion>
ah, tried that before, but didn't work
<emersion>
(got no reply)
<orowith2os[m]>
lol, I got one in two minutes
<orowith2os[m]>
timing, I guess
leon-anavi has joined #wayland
zubzub has quit [Remote host closed the connection]
zubzub has joined #wayland
<emersion>
orowith2os[m]: i won't update that PR, my patience has run out
<orowith2os[m]>
fair enough
<orowith2os[m]>
I'm just trying to sort everything out so it's a bit less confusing at a quick glance
<emersion>
i don't think it's perfect, but i think it's fine
<emersion>
i have spent way too much time on this, so i'll stop here
<orowith2os[m]>
if I think I can piece it together and improve it myself, I'll follow up in a separate PR
<orowith2os[m]>
thanks for working on all this :)
carlos_ has joined #wayland
kts has joined #wayland
kts has quit [Ping timeout: 480 seconds]
rasterman has joined #wayland
glennk has quit [Remote host closed the connection]
gallo has joined #wayland
glennk has joined #wayland
rederick29 has joined #wayland
andyrtr_ has joined #wayland
andyrtr has quit [Ping timeout: 480 seconds]
andyrtr_ is now known as andyrtr
carlos_ has quit [Remote host closed the connection]
carlos_ has joined #wayland
fmuellner has joined #wayland
nerdopolis has joined #wayland
sunrise890 has joined #wayland
<pq>
emersion, is it expected that libdisplay-info version comparison says found: NO found 0.2.0-dev but need: '< 0.2.0'?
<pq>
on one hand it makes sense, OTOH shouldn't 0.2.0-dev < 0.2.0?
kts has joined #wayland
<pq>
maybe it's best as is
rederick29 has quit [Remote host closed the connection]
rederick29 has joined #wayland
rederick29 has quit []
<emersion>
0.2.0-dev < 0.2.0 indeed
<emersion>
per semver
<emersion>
I don't know how meson does comparisons