24
Can't figure out how to get Plank working on Wayland
(lemmy.dbzer0.com)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
That's unfortunate. Will have to switch back to X.Org until this is fixed by the Wayland/XWayland developers, is there any clue as to why it specifically wouldn't work? If it's updated as recently as 2019 then I'd have expected Wayland to fix this by now, not like I'm trying to run a DOS game or something haha!
This isn't the responsibility of “wayland developers”. The developers of an application need to adapt to the new API.
Also, for Plank at least, I have a feeling that development has stopped so waiting won't help. You'll need to find an alternative.
Or they could develop the API in such a way it doesn't break every app for no reason. See the situation with PulseAudio for example.
Either way, hard to believe Wayland is still useless all these years later, can't even run Plank :(
You could start maintaining Plank yourself.
Making it work on Wayland isn't simple. It would literally need to be redone from the ground up.
Damn that's a shame. Hopefully Wayland gets rewritten so middleware stops breaking compatibility for the end-user
Wayland isn't a program. Wayland is a set of protocols that allow a program to write to the display. Your desktop or window manager writes to the display and then your apps talk to the desktop that then draws content on the screen.
My point is that Wayland has a totally different design so apps simply will never be wayland native without significant work. However, older X apps run just fine on Wayland via Xwayland which is a X server that runs on wayland. The limitation with Xwayland is that X apps can only see other X apps and things like a dock will be broken.
As far as Plank goes the project is pretty much dead as far as I can tell. It doesn't have any commits since 2019 which is a bad sign.