Gaslighting Wayland Devs To Fix Multi Window Apps #Linux #YouTube https://youtu.be/7ju6tnep-pU
Gaslighting Wayland Devs To Fix Multi Window Apps
I've been harping on about multi window apps on Wayland for quite a while and whilst I would like the problem to be done we're now on the 3rd protocol which ...YouTube
Brodie Robertson
Unknown parent • • •Brodie Robertson
Unknown parent • • •Paul L
in reply to Brodie Robertson • • •This was a good update on how the proposal is going.
Personally I like the term canvas (client virtual canvas or client positioning canvas) as it's a familiar in web CSS and drawing applications.
Stealing from drawing apps, the next logical concept is to allow the user to draw a selection box around a collection of windows already on the desktop, and choose Group, assigning them to a parent canvas to be moved (or tiled) as a group.
And the converse option of UnGroup.
Brodie Robertson
in reply to Paul L • • •Paul L
in reply to Brodie Robertson • • •I think it's a phase 2 thing as it allows a user to expressly signal an intent to the Wayland compositor that they regard these windows to be related (even if from a different app or binary) rather than ceding control to the application.
So it ought to pass some original objections about "can't have apps just placing themselves wherever they want" since the user initiated it.
Also works for applications that allow you to launch a "helper" app from its own menu/toolbar …?
Random Tux User
in reply to Brodie Robertson • • •If devs are willing to actually implement it, I'm good with the third option. It is stupidly convoluted, but I guess that is what is needed to happen to make the most people happy.
I'm also worried about wierd cases where apps are relying on some hack or other bad design practises to function and then messing up when the hack no longer works due to the nature of this design. Though I guess this is true whenever any change happens