ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
kalleanki has quit []
andyrtr has quit [Ping timeout: 480 seconds]
gfxstrand has joined #wayland
riteo has quit [Ping timeout: 480 seconds]
aswar002 has joined #wayland
riteo has joined #wayland
andyrtr has joined #wayland
kts has joined #wayland
Brainium has quit [Quit: Konversation terminated!]
kts has quit [Ping timeout: 480 seconds]
kts has joined #wayland
garnacho has quit [Quit: garnacho]
garnacho_ has joined #wayland
abeltramo589523827193 has joined #wayland
abeltramo58952382719 has quit [Ping timeout: 480 seconds]
abeltramo589523827193 is now known as abeltramo58952382719
fmuellner has quit [Remote host closed the connection]
Moprius has joined #wayland
crazybyte has quit [Quit: Ping timeout (120 seconds)]
leandrohrb has quit [Quit: Ping timeout (120 seconds)]
leandrohrb has joined #wayland
Moprius has quit [Quit: bye]
riteo has quit [Read error: Connection reset by peer]
riteo has joined #wayland
abeltramo58952382719 has quit [Quit: Ping timeout (120 seconds)]
fmuellner has joined #wayland
karolherbst has quit [Quit: Ping timeout (120 seconds)]
Hypfer has quit [Quit: Ping timeout (120 seconds)]
crazybyte has joined #wayland
pedrocr has quit [Ping timeout: 480 seconds]
chiku has quit [Ping timeout: 480 seconds]
ramcq has quit [Ping timeout: 480 seconds]
abeltramo58952382719 has joined #wayland
kestrel has quit [Ping timeout: 480 seconds]
kestrel has joined #wayland
Hypfer has joined #wayland
ramcq has joined #wayland
chiku has joined #wayland
pedrocr has joined #wayland
karolherbst has joined #wayland
<RAOF>
wytrzeszcz_: That would be a large, complicated project, requiring work in core libwayland and in every compositor you want to support (or possibly in every toolkit you want to support, or both).
<wytrzeszcz_>
i see @RAFO thanks
bodiccea has quit [Ping timeout: 480 seconds]
<zamundaaa[m]>
That's not right
<zamundaaa[m]>
Compositors and toolkits have to support it, yes
<zamundaaa[m]>
But it's not that complicated for compositors to support something like that. On the toolkit side, Qt already supports switching out the compositor on the Wayland socket
<zamundaaa[m]>
In a Plasma session you can do "kwin_wayland --replace" and all the Qt apps survive that just fine
<Arnavion>
That's if the old $WAYLAND_DISPLAY still points to the new socket right? I imagined wytrzeszcz's question to be about switching from one live compositor to another live compositor
<Arnavion>
But yes it's a client feature either way
narodnik has joined #wayland
<zamundaaa[m]>
Arnavion: yes. I interpreted the question as switching the entire session back and forth between compositors
Drakulix has quit [Ping timeout: 480 seconds]
Drakulix has joined #wayland
lsd|2 has joined #wayland
glennk has quit [Ping timeout: 480 seconds]
soreau has quit [Ping timeout: 480 seconds]
soreau has joined #wayland
<wytrzeszcz_>
zamundaaa can I do so with window alone not whole session?
<wytrzeszcz_>
but it looks interesitng and will look on it
<zamundaaa[m]>
wytrzeszcz_: Qt doesn't support that right now, but I can't imagine it being super difficult to add it. Except you need to somehow tell the app that it needs to switch, and which socket to switch to of course
<wytrzeszcz_>
I don't know architecture of wayland but it smell like need for well proxy