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
tzafrir has quit [Remote host closed the connection]
tzafrir has joined #wayland
pnowack has quit [Quit: pnowack]
fmuellner has quit [Ping timeout: 480 seconds]
zebrag has joined #wayland
zebrag has quit [Remote host closed the connection]
zebrag has joined #wayland
zebrag has quit [Quit: Konversation terminated!]
flibitijibibo has joined #wayland
columbarius has joined #wayland
co1umbarius has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
zebrag has joined #wayland
juwain has quit []
c7s has quit [Ping timeout: 480 seconds]
ppascher has joined #wayland
boistordu_ex has joined #wayland
boistordu has quit [Ping timeout: 480 seconds]
kajiryoji has quit [Ping timeout: 480 seconds]
zebrag has quit [Remote host closed the connection]
c7s has joined #wayland
hardening has joined #wayland
dcz_ has joined #wayland
jgrulich has joined #wayland
pnowack has joined #wayland
novakane has joined #wayland
danvet has joined #wayland
rgallaispou has joined #wayland
d42 has quit [Ping timeout: 480 seconds]
<wlb> weston Merge request !684 merged \o/ (libinput-seat: Cascade errors and bail out in case of failure https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/684)
<wlb> weston/main: Marius Vlad * libinput-seat: Cascade errors and bail out in case of failure https://gitlab.freedesktop.org/wayland/weston/commit/e9a0c0648bea libweston/libinput-seat.c
floof58_ has quit [Ping timeout: 480 seconds]
floof58_ has joined #wayland
d42 has joined #wayland
<wlb> weston/main: Daniel Stone * ci: Clean up Wayland build directory https://gitlab.freedesktop.org/wayland/weston/commit/430378edd376 .gitlab-ci/build-deps.sh
<wlb> weston/main: Daniel Stone * ci: Use a non-conflicting directory for PipeWire clone https://gitlab.freedesktop.org/wayland/weston/commit/42c763c14d51 .gitlab-ci/build-deps.sh
<wlb> weston/main: Daniel Stone * CI: Upgrade kernel to v5.14 https://gitlab.freedesktop.org/wayland/weston/commit/753b6656fee3 .gitlab-ci.yml .gitlab-ci/build-deps.sh
<wlb> weston/main: Daniel Stone * ci: Move Debian from Buster to Bullseye https://gitlab.freedesktop.org/wayland/weston/commit/4564b799b876 .gitlab-ci.yml .gitlab-ci/build-deps.sh .gitlab-ci/debian-install.sh
<wlb> weston Merge request !685 merged \o/ (ci: Upgrade to Debian 11 (Bullseye) https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/685)
floof58_ has quit [Ping timeout: 480 seconds]
<pq> bl4ckb0ne, I don't recall any such discussion for a long time.
floof58_ has joined #wayland
rasterman has joined #wayland
dcz_ has quit [Ping timeout: 480 seconds]
<wlb> weston Merge request !228 closed (input: fallback for keymap compilation failure)
<wlb> weston Issue #177 closed \o/ (Better errors for keymap compilation failure https://gitlab.freedesktop.org/wayland/weston/-/issues/177)
boistordu_ex has quit [Remote host closed the connection]
boistordu_ex has joined #wayland
d42 has quit [Ping timeout: 480 seconds]
leon-p has joined #wayland
floof58_ has quit [Read error: No route to host]
d42 has joined #wayland
floof58_ has joined #wayland
flacks has quit [Quit: Quitter]
flacks has joined #wayland
floof58_ has quit [Ping timeout: 480 seconds]
NeoCron has joined #wayland
floof58_ has joined #wayland
<wlb> weston/main: Manuel Stoeckl * simple-egl: only force config buffer size for 16bpp https://gitlab.freedesktop.org/wayland/weston/commit/b4e70a49ef95 clients/simple-egl.c
<wlb> weston Merge request !719 merged \o/ (simple-egl: only force config buffer size for 16bpp https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/719)
fmuellner has joined #wayland
floof58_ has quit [Ping timeout: 480 seconds]
caveman has joined #wayland
caveman has quit []
caveman has joined #wayland
floof58 has joined #wayland
ppascher has quit [Ping timeout: 480 seconds]
dcz_ has joined #wayland
ppascher has joined #wayland
vsyrjala has quit [Ping timeout: 480 seconds]
caveman has quit [Ping timeout: 480 seconds]
vsyrjala has joined #wayland
dcz_ has quit [Remote host closed the connection]
dcz_ has joined #wayland
caveman has joined #wayland
<bl4ckb0ne> pq: so the room is all mine to propose something? :D
<pq> bl4ckb0ne, of course, everyone can propose things :-)
<bl4ckb0ne> im thorn between either something for wl_surface or something for wlr layer shell
<pq> Initial window state negotiation belongs in the shell extension used for the wl_surface I believe. Maybe it can be spec'd to send a preliminary wl_surface.enter as a response to the wl_surface.commit that proposes the initial window state.
<pq> or maybe it needs its own event carrying the wl_output, which would then be in the shell extension
<pq> e.g. xdg_toplevel or xdg_surface
<bl4ckb0ne> like a simple commit after attaching the listener and before attaching a buffer?
<pq> no, I mean the initial window state setup prodecure described for xdg_toplevel for example.
<pq> *procedure
<pq> somewhere there is spec'd a sequence where a client send the initial proposed state and does a wl_surface.commit without a buffer, and the compositor responds with configure events to agree what the initial state will be and what the window should look like.
<pq> so mostly the initial state negotiation is already there, but it's lacking feedback on the output I think
dcz_ has quit [Remote host closed the connection]
<pq> yeah, that's the final message in the negotiation
<bl4ckb0ne> so that would mean adding the wl_output in every shell configure-like event?
<pq> xdg_toplevel has it's own (sub) configure event with some toplevel specific details.
<pq> not every event, just a new event in some appropriate interface in each shell extension.
dcz_ has joined #wayland
dcz_ has quit []
dcz_ has joined #wayland
novakane has quit [Quit: WeeChat 3.3]
<bl4ckb0ne> I'll start with the wlr layer shell and see how it goes, thanks for your input
<pq> happy coding :-)
novakane has joined #wayland
jgrulich has quit [Ping timeout: 480 seconds]
<wlb> wayland-protocols Issue #72 opened by () Add support for positioning clients in outputs https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/72
caveman has quit [Ping timeout: 480 seconds]
caveman has joined #wayland
rgallaispou has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
fmuellner has quit [Ping timeout: 480 seconds]
Narrat has joined #wayland
___nick___ has joined #wayland
andyrtr has quit [Quit: ZNC 1.8.2 - https://znc.in]
andyrtr has joined #wayland
rasterman has joined #wayland
flacks_ has joined #wayland
fmuellner has joined #wayland
flacks has quit [Ping timeout: 480 seconds]
caveman has quit [Ping timeout: 480 seconds]
pnowack has quit [Remote host closed the connection]
pnowack has joined #wayland
pnowack has left #wayland [#wayland]
tzimmermann has joined #wayland
pnowack has joined #wayland
caveman has joined #wayland
pnowack has quit [Remote host closed the connection]
pnowack has joined #wayland
pnowack has quit []
pnowack has joined #wayland
fmuellner has quit [Ping timeout: 480 seconds]
ppascher has quit [Ping timeout: 480 seconds]
ppascher has joined #wayland
tzimmermann has quit [Ping timeout: 480 seconds]
pnowack has left #wayland [#wayland]
boistordu_ex has quit [Remote host closed the connection]
boistordu_ex has joined #wayland
pnowack has joined #wayland
___nick___ has quit []
___nick___ has joined #wayland
___nick___ has quit []
___nick___ has joined #wayland
Lucretia-backup has quit []
___nick___ has quit [Ping timeout: 480 seconds]
Lucretia has joined #wayland
<ifreund> I seem to recall someone here mentioning some sort of emulator that can simulate touch input for a nested wayland session
<ifreund> anyone know what I'm talking about or maybe have a link?
<emersion> i think linkmauve had something for tablet
<ifreund> ah nice, thanks
Seirdy has quit []
Seirdy has joined #wayland
Narrat has quit []
novakane has quit [Quit: WeeChat 3.3]
leon-p_ has joined #wayland
leon-p has quit [Read error: Connection reset by peer]
fmuellner has joined #wayland
danvet has quit [Ping timeout: 480 seconds]
zebrag has joined #wayland
pnowack has quit [Quit: pnowack]
xantoz has quit [Ping timeout: 480 seconds]
caveman has quit [Quit: caveman]
rasterman has quit [Quit: Gettin' stinky!]
norkki has quit [Remote host closed the connection]
dri-logger has quit [Remote host closed the connection]
dri-logger has joined #wayland
dcz_ has quit [Ping timeout: 480 seconds]