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
<filmil> found in https://lists.freedesktop.org/archives/wayland-devel/2016-July/029887.html: "Yes you would just commit an empty string. I will update documentation."
dorkbutt has joined #wayland
caveman has joined #wayland
cvmn has quit [Remote host closed the connection]
fmuellner has quit []
MrCooper has quit [Remote host closed the connection]
MrCooper has joined #wayland
filmil has quit [Quit: Leaving]
ybogdano has quit [Ping timeout: 480 seconds]
sav10 has quit [Remote host closed the connection]
nerdopolis has joined #wayland
sozuba_tmp has joined #wayland
Dami_Lu has joined #wayland
bodiccea_ has joined #wayland
bodiccea has quit [Ping timeout: 480 seconds]
dorkbutt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
columbarius has joined #wayland
dorkbutt has joined #wayland
co1umbarius has quit [Ping timeout: 480 seconds]
dorkbutt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dorkbutt has joined #wayland
saumon has quit [Ping timeout: 480 seconds]
Consolatis has quit [Ping timeout: 480 seconds]
saumon has joined #wayland
Consolatis has joined #wayland
Company has quit [Quit: Leaving]
cvmn has joined #wayland
cool110_ has quit [Remote host closed the connection]
cool110 has joined #wayland
dorkbutt has quit [Read error: Connection reset by peer]
Dami_Lu has quit [Ping timeout: 480 seconds]
Dami_Lu has joined #wayland
caveman_ has joined #wayland
caveman has quit [Remote host closed the connection]
Dami_Lu has quit [Ping timeout: 480 seconds]
Dami_Lu has joined #wayland
Dami_Lu has quit [Ping timeout: 480 seconds]
nerdopolis has quit [Ping timeout: 480 seconds]
Dami_Lu has joined #wayland
cvmn has quit [Remote host closed the connection]
slattann has joined #wayland
Dami_Lu has quit [Ping timeout: 480 seconds]
Dami_Lu has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
columbarius has joined #wayland
slattann has quit [Read error: Connection reset by peer]
slattann has joined #wayland
kts has joined #wayland
sozuba_tmp has quit [Ping timeout: 480 seconds]
cool110 has quit [Remote host closed the connection]
cool110 has joined #wayland
slattann has quit [Read error: Connection reset by peer]
slattann has joined #wayland
maxzor has quit [Ping timeout: 480 seconds]
junaid has joined #wayland
danvet has joined #wayland
slattann1 has joined #wayland
slattann has quit [Ping timeout: 480 seconds]
jgrulich has joined #wayland
Dami_Lu has quit [Ping timeout: 480 seconds]
Dami_Lu has joined #wayland
dcz_ has joined #wayland
yetoo has joined #wayland
<yetoo> Can I get pointers to run an application without a desktop environment as simple as doing it in x like here: https://linuxconfig.org/how-to-run-x-applications-without-a-desktop-or-a-wm I see cage compositor and it looks like the only way, but just want to see other input
junaid has quit [Remote host closed the connection]
Dami_Lu has quit [Ping timeout: 480 seconds]
Dami_Lu has joined #wayland
sozuba_tmp has joined #wayland
junaid has joined #wayland
rasterman has joined #wayland
<wlb> weston Issue #703 opened by Yen Liang Chen (tommyyl) Should weston call power off when a hotplug connector being unplugged ? https://gitlab.freedesktop.org/wayland/weston/-/issues/703
Dami_Lu has quit [Ping timeout: 480 seconds]
Dami_Lu has joined #wayland
tzimmermann has joined #wayland
junaid has quit [Ping timeout: 480 seconds]
rv1sr has joined #wayland
<MrCooper> yetoo: it depends on the Wayland compositor used; e.g. current versions of mutter support "mutter <mutter options> -- <command> <command arguments>" which automatically runs the provided command and shuts down when the command exits
<pq> Max1, sure - I'm not the best person to discuss that.
<pq> yshui`, both content and role, plus role-specific conditions if any must be fulfilled to map a surface. Was that really not written in wl_surface or role-specific interface docs?
<pq> yshui`, a surface cannot enter any output if it's not mapped, because if it's not mapped, it has no position on the screens/desktop.
slattann1 has left #wayland [#wayland]
Leopold_ has quit [Remote host closed the connection]
<wlb> wayland-protocols Issue #120 opened by Max Ihlenfeldt (mihlenfeldt) xdg_shell: clarify touch focus during interactive move / resize https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/120
Leopold_ has joined #wayland
Dami_Lu has quit [Ping timeout: 480 seconds]
Dami_Lu has joined #wayland
Paul33 has joined #wayland
MajorBiscuit has joined #wayland
<wlb> weston/main: Philipp Zabel * libweston: move headless_backend::renderer_type to weston_renderer::type https://gitlab.freedesktop.org/wayland/weston/commit/51c888299121 libweston/ backend-headless/headless.c libweston-internal.h noop-renderer.c pixman-renderer.c renderer-gl/gl-renderer.c
<wlb> weston/main: Philipp Zabel * backend-drm: drop use_pixman from drm_backend https://gitlab.freedesktop.org/wayland/weston/commit/a9c1b41f3fa0 libweston/backend-drm/ drm-internal.h drm-virtual.c drm.c kms.c
<wlb> weston/main: Philipp Zabel * backend-wayland: drop use_pixman from wayland_backend https://gitlab.freedesktop.org/wayland/weston/commit/e752c8737f8d libweston/backend-wayland/wayland.c
<wlb> weston/main: Philipp Zabel * backend-x11: drop use_pixman from x11_backend https://gitlab.freedesktop.org/wayland/weston/commit/06eb28ba6282 libweston/backend-x11/x11.c
<wlb> weston Merge request !1064 merged \o/ (Store renderer type in struct weston_renderer to make it visible for potential secondary backends https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1064)
hardening has joined #wayland
sozuba has joined #wayland
sozuba_tmp has quit [Ping timeout: 480 seconds]
<yshui`> pq: thanks! maybe it was written somewhere but i missed it?
<pq> maybe, or maybe not, but it's probably written in just one place
<yshui`> so the client needs to know what output it's on to know the scale of the output, and it can't know the output until it commits the first buffer. doesn't this mean there will be one suboptimal frame being displayed?
<pq> yes, I think that was a fundamental flaw in that design
<pq> now they are adding preferred scale/transform events to wl_surface directly, so a compositor can send those earlier.
<pq> it's also a good question if the compositor itself knows where it's going to map the surface, so it likely ties in with the role-specific interfaces
<pq> on practise, that is
<yshui`> like the fractional scale interface? or MR !220?
<pq> !220 I think
sozuba has quit [Remote host closed the connection]
junaid has joined #wayland
bodiccea_ has quit [Remote host closed the connection]
Company has joined #wayland
bodiccea has joined #wayland
junaid has quit [Quit: leaving]
junaid has joined #wayland
junaid has quit []
junaid has joined #wayland
junaid has quit []
junaid has joined #wayland
kts has quit [Quit: Leaving]
junaid has quit [Remote host closed the connection]
rv1sr has quit []
manuel1985 has joined #wayland
<wlb> weston Merge request !1069 opened by Philipp Zabel (pH5) Support loading backends via shortened backend name https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1069
<wlb> weston Merge request !1070 opened by Philipp Zabel (pH5) Some VNC cleanups https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1070
<wlb> weston Merge request !1071 opened by Philipp Zabel (pH5) Move tracked damage with VNC output https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1071
<wlb> weston Merge request !1072 opened by Philipp Zabel (pH5) Allow to configure VNC output size via weston.ini https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1072
co1umbarius has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
kts has joined #wayland
kts has quit [Quit: Leaving]
nerdopolis has joined #wayland
flibit has joined #wayland
flibitijibibo has quit [Ping timeout: 480 seconds]
kts has joined #wayland
Dami_Lu has quit [Ping timeout: 480 seconds]
kts has quit [Quit: Leaving]
Dami_Lu has joined #wayland
rv1sr has joined #wayland
maxzor has joined #wayland
Leopold_ has quit [Remote host closed the connection]
agd5f has quit [Read error: Connection reset by peer]
maxzor has quit [Remote host closed the connection]
maxzor has joined #wayland
Leopold_ has joined #wayland
Dami_Lu has quit [Ping timeout: 480 seconds]
Szadek has quit [Ping timeout: 480 seconds]
Dami_Lu has joined #wayland
maxzor has quit [Remote host closed the connection]
maxzor has joined #wayland
agd5f has joined #wayland
maxzor has quit [Remote host closed the connection]
maxzor has joined #wayland
Szadek has joined #wayland
cool110 has quit [Remote host closed the connection]
Leopold_ has quit []
kts has joined #wayland
<wlb> weston Merge request !1073 opened by Andrey Makeev (amaksoft) compositor: don't pass the signal flags to autolaunched process https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1073
<wlb> weston Merge request !1073 closed (compositor: don't pass the signal flags to autolaunched process)
<wlb> weston Merge request !1074 opened by Andrey Makeev (amaksoft) compositor: don't pass the signal flags to autolaunched process https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1074
maxzor has quit [Ping timeout: 480 seconds]
caveman has joined #wayland
caveman_ has quit [Remote host closed the connection]
caveman has quit [Remote host closed the connection]
caveman has joined #wayland
maxzor has joined #wayland
<wlb> weston Merge request !1074 closed (compositor: don't pass the signal flags to autolaunched process)
<wlb> weston Merge request !1075 opened by Andrey Makeev (amaksoft) compositor: don't pass the signal flags to autolaunched process https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1075
maxzor has quit [Remote host closed the connection]
maxzor has joined #wayland
maxzor has quit [Remote host closed the connection]
maxzor has joined #wayland
kenny has joined #wayland
kenny has quit []
kenny has joined #wayland
kenny has quit []
kenny has joined #wayland
junaid has joined #wayland
Paul33 has quit []
jgrulich has quit [Ping timeout: 480 seconds]
immibis has quit [Remote host closed the connection]
immibis has joined #wayland
rgallaispou has quit [Read error: Connection reset by peer]
MrCooper has quit [Quit: Leaving]
MrCooper has joined #wayland
bim9262 has quit [Quit: ZNC - https://znc.in]
bim9262 has joined #wayland
systwi has quit [Ping timeout: 480 seconds]
systwi has joined #wayland
cool110 has joined #wayland
Leopold_ has joined #wayland
MajorBiscuit has quit [Ping timeout: 480 seconds]
ybogdano has joined #wayland
kts has quit [Quit: Leaving]
cool110 has quit [Ping timeout: 480 seconds]
cool110 has joined #wayland
Paul33 has joined #wayland
maxzor has quit [Remote host closed the connection]
maxzor has joined #wayland
maxzor_ has joined #wayland
Leopold_ has quit [Remote host closed the connection]
Leopold_ has joined #wayland
kenny has quit [Quit: WeeChat 3.7.1]
maxzor has quit [Ping timeout: 480 seconds]
kenny has joined #wayland
<yshui`> output's tranform information, is it used only for direct scan out? what other uses does it have?
Leopold_ has quit [Remote host closed the connection]
Leopold_ has joined #wayland
maxzor_ has quit [Ping timeout: 480 seconds]
ybogdano has quit [Quit: Ping timeout (120 seconds)]
cool110_ has joined #wayland
cool110 has quit [Ping timeout: 480 seconds]
ybogdano has joined #wayland
junaid has quit [Quit: leaving]
junaid has joined #wayland
CodeSpelunker has joined #wayland
junaid has quit [Quit: leaving]
junaid has joined #wayland
rv1sr has quit []
junaid has quit [Quit: leaving]
junaid has joined #wayland
junaid has quit [Ping timeout: 480 seconds]
CodeSpelunker has quit [Ping timeout: 480 seconds]
andyrtr_ has joined #wayland
andyrtr has quit [Ping timeout: 480 seconds]
andyrtr_ is now known as andyrtr
rasterman has quit [Quit: Gettin' stinky!]
vyivel has quit [Remote host closed the connection]
bl4ckb0ne has quit [Remote host closed the connection]
emersion has quit [Remote host closed the connection]
bl4ckb0ne has joined #wayland
vyivel has joined #wayland
emersion has joined #wayland
tzimmermann has quit [Quit: Leaving]
maxzor has joined #wayland
Hypfer has quit [Read error: No route to host]
Hypfer has joined #wayland
danvet has quit [Ping timeout: 480 seconds]
nerdopolis has quit [Ping timeout: 480 seconds]
Moprius has joined #wayland
nerdopolis has joined #wayland
Paul33 has quit []
cool110_ has quit [Remote host closed the connection]
Moprius has quit [Quit: bye]
cool110 has joined #wayland
Szadek has quit [Quit: WeeChat 3.7.1]
dcz_ has quit [Ping timeout: 480 seconds]
thevar1able has quit [Remote host closed the connection]
thevar1able has joined #wayland
Szadek has joined #wayland
thevar1able has quit [Remote host closed the connection]
thevar1able has joined #wayland
thevar1able has quit [Remote host closed the connection]
thevar1able has joined #wayland
thevar1able has quit [Remote host closed the connection]
AJ_Z0 has quit [Read error: Connection reset by peer]
AJ_Z0 has joined #wayland
thevar1able has joined #wayland