mattstir 2 hours ago

This is an interesting move, and I wonder what that means for accessibility in Plasma. Wayland simply isn't designed with accessibility in mind, so each compositor ends up having to implement their own non-standard APIs. I know virtual keyboards are lacking for example.

neogodless 2 hours ago

Related (re: Gnome)

https://news.ycombinator.com/item?id=45925950 GNOME 50 completes the migration to Wayland, dropping X11 backend code (linuxiac.com)

12 days ago | 185 comments

  • wkat4242 an hour ago

    I'm glad not to use gnome, it really rubs me the wrong way. So few settings and options, and the way it works is totally how I don't want it to work.

    I'm not 100% aligned with default KDE either but that doesn't matter because it has options to configure it just the way I want.

jtokoph 22 minutes ago

At least XWayland will still be supported. Native Wayland windows don’t support controlling window position or living through transparent windows. This is important for apps that provide overlays.

skeledrew 27 minutes ago

I'm on Kubuntu and use xpra, xdotool and a few other x-specific things fairly regularly. Wondering what this means for me as I'm very reluctant to lose my capabilities. I'd rather freeze my updating indefinitely.

npteljes an hour ago

This is interesting to me, because SteamOS, so Steam Deck uses KDE. I really wonder how they are going to tackle going from X to Wayland on 4 million machines, and what that will bring.

  • happymellon 37 minutes ago

    I thought it used Gamescope, with the option to boot to KDE.

    So they won't have to do.much for Gamescope, and the current hardware should support Wayland. We shall see with the new hardware coming out next year though.

ferguess_k 2 hours ago

I live in a cave and am not a system programmer -- what's so wrong with X11 so people need to replace it with something else instead of improving it?

Or, what's so wrong with anything so people need to replace it with something else instead of improving it?

Let's say I'm an old man favoring improving existing stuffs instead of starting from scratch. I like debugging and wish to work as a sys programmer specialized in debugging and fixing/improving legacy codebase. But again I'm not really a sys programmer so I'm probably on the wrong side.

  • marcodiego an hour ago

    Just one example: Around 2009 I met Thiago Vignatti. His master thesis was about improving X so it was easy to use in a multi-seat setup (2 monitors/keyboard/mouse) so a single computer could be simultaneously used by two people.

    He later worked for Nokia, Intel and eventually his own startup related to VR.

    During his time as a Google summer of code student, his project was to paralelize X code so it could run in multiple threads, making better use of modern hardware with many cores. His project failed. The reason: X code was so bad that paralelizing and making it thread-safe required so many locks that it ran slower! It was a better idea to start from scratch. I remember, at the time, taking a look at the source code and asking him why there was a X86 emulator built-in in X source code. His answer was that that was required to run some video BIOS on non-x86 computers, namely Sun workstations. That was the level of legacy code in X.

    This is just an illustration of many problems X had. Vignatti was one of the X devs that migrated to wayland development. Many other core X devs did the same. People saying that X is fixable, that it can be improved or what else... These people may be right, but I trust X core developers more than these people when the subject is X development.

    • ferguess_k 32 minutes ago

      Thanks, looks like there is a shitload under the mountain. I agree it is very hard, or impossible to fix the issue, and fixing it might as well mean a lot of new code anyway.

  • gary_0 2 hours ago

    > what's so wrong with X11 so people need to replace it

    1. Security - Any program using X11 can read keystrokes, passwords, or the contents of any other window. Fixing this would break all existing X11 applications.

    2. Performance - X11's client-server model doesn't work with hardware accelerated graphics, requiring hacks to get around. X11 is basically stuck with this legacy.

    The ground-up re-design of X11 to fix those two issues is Wayland.

    • ottah an hour ago

      I 100% agree with the performance improvement goals, but I think the security claims are overblown, and overly cautious. I honestly don't understand the point of trying to implement the security boundary in the display manager. It solves one class of security issues, while breaking a lot of accessibility and automation. The display manager just shouldn't be enforcing rigid per processes security controls, that's better done further down the stack. Or at a minimum security controls should respect user freedom enough to let a user access normally restricted features, with out the all or nothing elevation to root. There's a middle ground here where we don't break the world, and they get their shiny security policies.

      • creatonez an hour ago

        > that's better done further down the stack

        If you do it further down the stack, you break accessibility and automation even more... this has been tried. Doesn't work.

        The end goal is to have actually working Android-like sandboxing rather than some broken firejail crap.

    • duckmysick an hour ago

      On the other hand, #1 makes it extremely difficult (if not impossible at all) to have a decent UI automation on Wayland. Sure, you can still do it if you're not leaving the terminal or a web browser, but anything else (including Electron apps) is a no-go. All the existing tools are written for X11.

      The last time I looked into it, I found out I would have to deal with each compositor separately. On top of that, the target apps would have to be written with the new API in mind.

    • Pet_Ant 2 hours ago

      > X11's client-server model doesn't work with hardware accelerated graphics

      I really wish they would figure this out. It just feels like with Threadripper etc the time is perfect for a return of thin-clients/not-so-dummy terminals running X11-like applications over the network on a server. Especially for development where many of us are running under-powered laptops and could use the boost to compilation from a beefy machine.

      • Balinares an hour ago

        There is nothing to figure out, unfortunately. The design of X11 precludes hardware acceleration; the hardware acceleration you see on a X11 desktop works by using extensions to entirely route around the X11 client-server model. To make it work they'd need to rethink the design. And they did -- that's how we got Wayland.

      • ChocolateGod an hour ago

        It's not really something to figure out, it's just X protocol design was made for when thin clients running over the network was assumed to be the future, it wasn't. Unfortunately though unlike Mac or Windows the migration to a better protocol has been ugly.

        When you start to consider things such as HDR, hardware planes (important if you want energy efficient video decoding) etc, the protocol just doesn't make that kind of thing easy, compared to Wayland which does by it's use of surfaces etc.

      • aseipp an hour ago

        If you want thin client like behavior, you should look at stuff like Waypipe or just outright using RDP directly, both of which are much better at the job of "display remote graphical application on my computer" than X11's client-server design ever managed to accomplish.

        If anything, the variety of alternative solutions for that today -- everything from single-app to high-res full-desktop game streaming -- are much more robust and viable on modern networks than the X approach ever was, even if it was a neat-o "freebie" thing that fell out of its design. You get what you pay for, I guess.

    • ferguess_k 2 hours ago

      Thanks. I see both are very valid reasons to drop X11.

  • aidenn0 2 hours ago

    Wayland was started primarily by those who were maintaining X11. There is almost nobody who is both capable of working on X11 and wants to work on it.

    The redesign also reflects their priorities. The best analogy I can come up with is imagine a small group of people maintaining an old car frame and mechanical workings. They work hard to keep the engine running, but it's in a chassis with leaf springs and direct steering. It also has lots of vestigial things like a hand-crank even though most people have been using an electric starter for years. Other people use this as a platform to make complete cars with body &c. but this is both too much and too old for the small group to maintain themselves.

    So they build a new, more modern engine and wait for other people to build a car around it, which is more sustainable amount of work for them. Lots of other people complain that the engine isn't a car, and when they use the engine with one brand of car, the brakes don't work and when they use it with another brand of car, the steering doesn't work. This makes sense, since previously the underlying platform implemented much of those, but now it doesn't and everyone is figuring out how to build those and couple them to the new engine.

    Eventually you reach the point where each brand has created its own brakes, suspension &c. that mostly work about the same, but the only actual common component is the engine now. That's about where we are today.

    • simion314 an hour ago

      >Wayland was started primarily by those who were maintaining X11. There is almost nobody who is both capable of working on X11 and wants to work on it.

      Isn't wayland just soem protocol? so did the ex X11 devs wrote soem specifications and then soem went to GNOME< some to KDE and others are just editing the specifications ?

      I think the issue is that there is no wayland library that a DE can use so everyone is forced to implement it as part of the DE , so the end result is a lot of missing features and incompatibility.

      I could be wrong, I still run Linux but I decided years ago to stop following the Linux drama, I will use Kubuntu LTS and hopefully when it drops X11 the Wayland implementation and the X11 fallback would be usable.

  • MyOutfitIsVague 2 hours ago

    X11 is not really fixable, architecturally. This wasn't some authority saying "X11 is over, stop working on it." It was the X11 developers and DE and WM developers who work directly with the protocol deciding that it's untenable to fix, and something new is actually the right call. That's the important thing that many people are missing: the X11 developers ARE the Wayland developers, and they actually have good reasons.

    Nobody is stopping you from pulling together a group and working on all this free software, forging forth on Xorg, and forking or maintaining the DEs to work with X11 as long as you want to maintain it. I think the group of people who wants to do that will be quite small, because I've really only seen the sentiment from people who have never actually hacked on an X11 codebase and worked with the protocols themselves. You can want X11 to stay alive, but you can't really demand the people who don't want to work on it anymore to keep working on it.

    • ferguess_k 2 hours ago

      Thanks. This is pretty valid argument.

  • etamponi 2 hours ago

    I might try to explain with some examples.

    1) it would really be nice to renovate that old house in the city center of an old Italian town! Oh but hold and behold: you'd have to spend hours, days, months, even years (I am not kidding) just waiting for approval and agreeing on what you can and cannot do with the house. And it would cost twice as much as building a new one. And the new one would have better insulation and a modern layout, and be exactly like you want. That's why it's not always the case to fix and improve an existing thing.

    2) it would really be nice to fix that car from the '60ies. Oh but hold and behold: the design doesn't really allow you to have all the safety measures of modern cars. And the maximum speed is going go be 65mph on a good day. And it's going to cost you twice as much as a new car, OR you'd have to learn tons of mechanical stuff to be able to fix it yourself. That's why it's not always the case to fix and improve existing things.

    3) it's just more fun to build new things (at least for some people). It's open source. People do this for free, to learn and enjoy their time. They can do whatever they want, and they decided to go with the shiny new thing. Is it better than fixing and improving an existing technology? I don't know. But apparently it's more fun! :)

    • saint_yossarian 13 minutes ago

      > you'd have to spend hours, days, months, even years (I am not kidding) just waiting for approval and agreeing on what you can and cannot do with the house.

      Ah you mean like in the wayland-protocols repo? :)

      (not disagreeing with your actual point though)

    • ferguess_k 2 hours ago

      Thanks! These are all valid points although I'm looking for more technical answers -- but these are good enough!

  • voidfunc 2 hours ago

    OSS is an intersection of commercial and hobbyist programmers and agendas. If youre a hobbyist you may prefer to spend time working on green field rather than the existing. This eventually culminates in some new stuff replacing the old.

    Not saying that is what happened here, but sometimes the answer is because the old one is just not fun to work on anymore.

    • jamesbelchamber 2 hours ago

      "the people who did the work, did this" is basically the answer to most things, and I think here you're right - ultimately, working on X sucked and more people were willing to rewrite a whole new windowing system than to keep working on X.

      There is some interesting reasoning behind that (which I will let more learned people expand on) but since I'm not doing the work I'm pretty zen about just accepting the decisions of the people who did.

    • atherton94027 2 hours ago

      Isn't Wayland funded by Red hat though? And Mir was funded by Canonical iirc

  • prmoustache an hour ago

    > I live in a cave and am not a system programmer -- what's so wrong with X11 so people need to replace it with something else instead of improving it?

    Tech debt. The X11 dev have thrown the towel and have prefered working on something they deemed more maintainable.

  • big-and-small 2 hours ago

    > I live in a cave and am not a system programmer -- what's so wrong with X11 so people need to replace it with something else instead of improving it?

    This 12 years old video explains it better than anything I ever seen:

    https://www.youtube.com/watch?v=RIctzAQOe44

  • matkoniecz 2 hours ago

    > Or, what's so wrong with anything so people need to replace it with something else instead of improving it?

    not claiming that it applies here, but I wrote some small programs where writing my own library from scratch too less time than I spend on trying to understand existing one

    In another case I was unaware that existing solution exists and I tried writing my own one (then migrated when I realized that surely this kind of thing was done and people on local hackerspace chat pointed out that it sounds like Ansible).

    For that matter running joke on hackerspace chat is about spending 500 PLN and 20 hours on building a chair to save 400 PLN. Because in this case hobby playing with a wood was actual point, not maximum effectiveness.

    Similarly, this year I planted basil - and fixed costs for pots etc are large enough that it will never make economic sense. But looking at plants growing from seed (and then eaten prematurely by some caterpillars) was really cool. LARPing a farmer and seeing how plant grows from tiny seed to about 50 cm plant was really cool and I recommend it.

elcritch 2 hours ago

I tried Wayland earlier today on my home lab with Plasma and FreeBSD. It seemed pretty great for a bit and ran my monitor at 120Hz.

Until it hard crashed my machine after I opened discord in firefox. Konqueror crashed on opening.

  • kronicum2025 2 hours ago

    KDE on Linux is the way. Extremely Stable.

    • dmit 2 hours ago

      Plasma is KDE. What are you trying to say?

      Edit: oh, I guess swapping FreeBSD for Linux? Yeah nah, I don't know GP, but I suspect this isn't a reason for them to switch OS just to solve this.

      • elcritch an hour ago

        And KDE on X11 on FreeBSD seems pretty stable so far. Feels super snappy so far.

        • wkat4242 an hour ago

          It is yes! It's great. What I like about FreeBSD is the decoupling of packages and OS. You can have a stable OS version but still have rolling packages. Somehow most Linux distros can't manage that.

          I also like that I don't constantly have to learn new stuff like the new ip commands or systemd. It just works. Oh and ZFS on root as a first class citizen is amazing of course.

  • o11c an hour ago

    Yes, Wayland is broken by design, since a single crash takes down the whole desktop; unlike other Wayland complaints, this one fundamentally will never be fixed. This is unlike X11, where it was very common to recover from the inevitable single-component crashes.

    • jtgeibel an hour ago

      On the Qt side, it looks like Qt clients are able to survive a compositor crash since Qt 6.6. I haven't personally tried this, as I don't recall experiencing any kwin crashes in the last few years.

      https://www.phoronix.com/news/Qt-Wayland-Compositor-Restart

      As I understand it, in Wayland all the necessary state lives client side, so a client is free to wait around and connect to a new compositor. The compositor might not place the windows exactly where they were before, but there is nothing architecturally that forces clients to crash if the compositor crashes.

    • elcritch an hour ago

      Ouch I didn’t know that.

aidenn0 2 hours ago

Wayland is missing one thing still for me. Perhaps someone can tell me there is a way to do this:

1. ssh into a machine with a running session

2. start (something) that lets me remotely connect to it

Right now I have two working solutions for X11 (x11vnc, freerdp-shadow) but zero for Wayland. I think this is intentional because the venn diagram of remote-access-tools and malware has a large intersection, but it's very useful too!

  • willis936 2 hours ago

    I've had good luck with Ubuntu 25.10's builtin remote desktop RDP server. I think it's gnome remote desktop, but I'm not certain.

    https://github.com/GNOME/gnome-remote-desktop

    • aidenn0 2 hours ago

      I will build or buy an IP-based kvm that plugs into my hdmi port and has passthrough for the local monitor before I use GNOME.

      I used GNOME for many years, but nearly every UX decision they have made in the past 20 years has been the polar opposite of my desires. I have come to the conclusion that the developers in the GNOME project don't want me using their software and I'm happy to oblige them.

  • maeln 2 hours ago

    There is VNC server for wayland like wayvnc.

  • MyOutfitIsVague 2 hours ago

    RustDesk might do the job, but I haven't used it on Linux, so I can't tell you for sure.

  • yjftsjthsd-h 2 hours ago

    Isn't that wayvnc?

    • aidenn0 2 hours ago

      If that really meets my needs, that will pull me away from KDE to a wlroots based compositor. I'll try it later, thanks.

      • c-hendricks 2 hours ago

        KRDP: https://invent.kde.org/plasma/krdp

        But it needs a logged-in session, you can't get access to the login manager.

        • aidenn0 2 hours ago

          I want to connect to a logged-in session; I can't get krdp to let me do it without me locally granting permissions though.

    • c-hendricks 2 hours ago

      wayvnc works for wlroots-based Wayland compositors, sadly not all Wayland compositors are wlroots-based

      • yjftsjthsd-h 2 hours ago

        Well, yes, the answer to basically any "can I do foo in Wayland" is "as long as you're on compositor bar or baz" because it was built in a way that guarantees fragmentation. There isn't a single way to take a screenshot, of course remote desktop is fragmented. But wayvnc is a good answer to the question, even including that caveat.

xacky 2 hours ago

This what we want, as more systems go Wayland only it means more pressure to actually fix Wayland bugs instead of falling back to X11.

bigstrat2003 2 hours ago

This is a real shame. I'm using X11 still because Discord doesn't work properly with Wayland, and the alternative (Vesktop) doesn't support keybinds when the window isn't focused. Since my distro (Arch) doesn't support holding back packages, I guess I'll have to switch distros entirely so that my Discord setup stays working. :/

  • kataklasm 2 hours ago

    What's not working for you? I have only used Discord a handful of times since switching to wayland and nothing egregious stood out. In fact, I had way no issues at all when I had tons back on X11 with Discord. Could very well be due to my low Discord usage until now though :)

  • ch_123 2 hours ago

    > Discord doesn't work properly with Wayland

    Is this specifically to do with screen sharing or streaming? I use it purely as a chat client under Wayland and it has generally worked fine.

    (Now that I think of it, I've had a few weird crashes, but nothing which made it unusable)

    • lcnPylGDnU4H9OF 2 hours ago

      > a few weird crashes

      To OP's point, assuming it's limited to Wayland, this seems reasonable to call out as "doesn't work properly".

      • prophesi 2 hours ago

        I think it might be more of a Discord problem. I've experienced "a few weird crashes" on Windows, Mac, and Wayland GNOME. Windows being the most problematic in general.

        • jitl an hour ago

          idk how we can blame some JavaScript and html inside Firefox causing a Wayland crash as Discord’s fault. They’re like 9000 layers of abstraction away from whatever SIGSEGV caused the crash

          • jorams an hour ago

            > idk how we can blame some JavaScript and html inside Firefox causing a Wayland crash as Discord’s fault

            I don't see anyone talking about a Wayland crash, it's about Discord crashing.

            • jitl 42 minutes ago

              Whoops, I thought I was replying inside this thread tree: https://news.ycombinator.com/item?id=46059256

              > I tried Wayland earlier today on my home lab with Plasma and FreeBSD. It seemed pretty great for a bit and ran my monitor at 120Hz.

              > Until it hard crashed my machine after I opened discord in firefox. Konqueror crashed on opening.

              I lost track of the indentation on my phone

          • lcnPylGDnU4H9OF an hour ago

            > inside Firefox

            I assume others are talking about the standalone client. Which, to be fair, I assume is also an Electron app but that's Chromium, not Firefox.

  • kronicum2025 2 hours ago

    I use Discord App on Arch on KDE on Wayland. What are the issues that you are facing?

  • cosarara 2 hours ago

    You can use IgnorePkg in pacman.conf. Things might break, but the feature exists.

  • galleywest200 2 hours ago

    I use Discord in-browser on my Arch setup. Seems to work OK.

account42 3 hours ago

Maybe they should get it to work well on Wayland first.

panzi 2 hours ago

If you ask me it's still too early.

c-hendricks 2 hours ago

TBH I thought they already did. Plasma's X support is a separate package now on Arch at least.

  • Gualdrapo 2 hours ago

    They moved X stuff to separate packages since they added support for Wayland

kanbankaren 2 hours ago

Wayland has still no way to set DPI of multiple monitors. The fonts look terrible on it. I had to move to KDE Plasma on X11 ever since GNOME started forcing Wayland on us.

I guess I have to buy a 4K monitor in future.

  • thewebguyd 2 hours ago

    If you haven't tried KDE on Wayland in a while, do try it. Fonts looking terrible on Wayland was a GNOME thing, and KDE/Kwin handles display scaling and mixed DPI fine, GNOME/Mutter didn't until very recently.

    KDE had the setting to allow X11 apps to scale themselves (no more blurry XWayland apps) years ahead of GNOME.

  • sapiogram 2 hours ago

    I thought this problem was Wayland's reason for existing?

    • hatmanstack 2 hours ago

      Nah mate, it's all about the Wayland Trust model. No keylogging, consent-based screen recording, and no window spying. Isolation.

  • nhumrich 2 hours ago

    Sure it does. I have that set right now... Fonts looking terrible seems to only be when using an x app on wayland

    • kanbankaren 2 hours ago

      How to do it? I am not talking about fractional scaling.

    • thewebguyd 2 hours ago

      > Fonts looking terrible seems to only be when using an x app on wayland

      I suspect the original commenter had an issue with GNOME specifically, as I've noticed it too, on Wayland native apps. GNOME handled fractional scaling poorly, and fonts didn't align to the grid right and looked fuzzy at anything that's not 1x or 2x scale.

      KDE got this right from day 1.

  • maeln 2 hours ago

    > Wayland has still no way to set DPI of multiple monitors.

    It does, but not every DE expose that functionality. There is some command that should be DE-agnostic like wlr-randr that should allow you to do that.

  • kronicum2025 2 hours ago

    You can. KDE Wayland allows you to even set fractional scaling. I had 125% on one monitor and 100% on three others. all work like a chgarm

    • kanbankaren 2 hours ago

      How did you arrive at 125%? What is the formula? Just eyeballing?

      I set DPI so that a 15pt font occupies 15pt physical space on screen. Not sure how to set DPI using fractional scaling.

      • electroly 2 hours ago

        The formula is DPI ÷ 96. 100% is 96 dpi, 125% is 120 dpi.

        • kanbankaren 2 hours ago

          My monitor DPI is 70. 70/96 is 0.73, but there doesn't seem to be a way to set 73%?

          • electroly 2 hours ago

            You might be out of luck. I don't think it's possible to set the scaling lower than 100%. DPI scaling is primarily concerned with high-DPI.

            • kanbankaren an hour ago

              That is why some of us still need X11 support.

          • kronicum2025 2 hours ago

            I could set my screen to 75%, not really 73% but close may be?

            • kanbankaren an hour ago

              How did you do it? It doesn't allow any value below 100%?

              • ndiddy an hour ago

                On KDE you can just type a number into the scale percentage field in the display configuration settings pane. I typed "73" and it snapped to 72.5 which is probably close enough.

                I don't know whether GNOME supports anything similar, unlike KDE they really don't like giving users very many configuration options.

                • kanbankaren an hour ago

                  I tried it on KDE Plasma(6.5.3) just now and it resets to 100%.

                  • ndiddy 33 minutes ago

                    Weird, mine lets me go down to 50%: https://files.catbox.moe/gjuzl6.png . Out of curiosity, do you use an nVidia graphics card? I know in the past their drivers have had problems with scaling on Linux.

lvncelot 2 hours ago

Hm. Just a few months back, the KiCad team posted about their woes with Wayland: https://www.kicad.org/blog/2025/06/KiCad-and-Wayland-Support...

  • aseipp an hour ago

    That whole dust up just ended up being some bugginess in their native EGL/Wayland backend, which was known, but it was amplified by some distros accidentally enabling the Wayland backend by default. A build setting triggered the default render path to use EGL, but if you just set GDK_BACKEND=x11 and force KiCad onto XWayland, everything works just fine. And those bugs have probably been sorted out in distros by now. See https://forum.kicad.info/t/not-the-selected-menu-under-wayla... for some details.

    TL;DR their Wayland backend is incomplete, it accidentally got enabled for some users, run KiCad on XWayland instead until their EGL backend is ready.

OhMeadhbh 2 hours ago

Half of the software I use on a daily basis (lots of old SunOS-era custom data reduction software) doesn't work under Wayland. Guess I'll finally flip my daily driver over to *BSD.

  • wkat4242 an hour ago

    X11 is very well supported under FreeBSD, but the problem is with KDE.

    FreeBSD does have Wayland but it's not ready for prime time

  • NoGravitas an hour ago

    XWayland is not going away.

wkat4242 an hour ago

Too bad. FreeBSD isn't there yet with Wayland support. It boots now but has a lot of glitches and crashes.

And FreeBSD packages are rolling so I'm normally on the latest and greatest.

brooke2k 2 hours ago

That's extremely disappointing. Wayland has gotten a lot better but there are still many, many instances where I have to switch into an X11 session in order to play certain games (especially older ones). I am a huge fan of KDE but this may actually force me to switch to something else :(

  • vrmiguel an hour ago

    These older games don't run fine with Xwayland?

artisin 3 hours ago

As an X11 holdout, my time seems nigh.

  • lousken 2 hours ago

    Devuan should hopefully keep it for quite some time

  • k4rli 2 hours ago

    Wayland+sway switch from x11+i3 is so simple and works so well. Only minor annoying thing not working for me are right-click context menus on some applets like Blueman and Steam.

    • layer8 2 hours ago

      One’s minor annoyance is someone else’s dealbreaker.

    • quibono an hour ago

      With a tiny tiny caveat of wanting to run Nvidia drivers instead of nouveau.

  • deaddodo 3 hours ago

    You still have XFCE.

  • theoldgreybeard 2 hours ago

    The future is now old man.

    • mx7zysuj4xew 2 hours ago

      Why do you think it's acceptable to insult someone when they have a legitimate concern regarding a software defect?

    • panzi 2 hours ago

      The future seems buggy and incomplete.

      • bboozzoo 2 hours ago

        But it's coming anyway, whether people like it or not.

        FWIW, it is my understanding that XWayland is still supported, so it's not like your apps will stop working.

        • panzi 2 hours ago

          My problems with Wayland are KDE specific. I tired it, but there where so many window management regressions and sometimes graphical glitches that I switched back. But that was under plasma 6.4. Have to try again now on 6.5 to see if these issues are fixed. If not I should write a bug report, I guess.

          Also there needs to be an alternative for (or patch to) simplescreenrecorder that works under Wayland. I don't want use a complex thing like OBS to make a quick demo video to demonstrate something for a co-worker and stuff.

        • yjftsjthsd-h 2 hours ago

          > FWIW, it is my understanding that XWayland is still supported, so it's not like your apps will stop working.

          Applications generally work through XWayland. Accessibility and automation tools do not.

      • theoldgreybeard an hour ago

        That seems to be the mood du-jour - see also: rust coreutils in Ubuntu.

  • DonHopkins 2 hours ago

    You're at a fork in the road. Do you chose Y11 or X12?

  • Jach 2 hours ago

    Wake me up when MATE drops X11 support. I don't see it happening any time soon.

jmclnx 2 hours ago

As a fvwm user, if Linux forces Wayland on me, I guess my 30 year use of Linux may be coming to an end. Oh well.

  • cupofjoakim 2 hours ago

    I find your comment a bit funny on multiple levels. "Linux" does not force anything on you right? It's the community that has by and large decided to move to maintaining other solutions. If you still want to use fvwm you can still run it on arch with x11 until x11 is not maintained and the kernel breaks it somehow

    • serf 2 hours ago

      >"Linux" does not force anything on you right?

      >It's the community that has by and large decided to move to maintaining other solutions. If you still want to use fvwm you can still run it on arch with x11 until x11 is not maintained and the kernel breaks it somehow

      well you just framed it perfectly; it's still forced on the end-user regardless of whether or not you want to call it 'linux' or 'the community that controls and steers linux" .

      • MyOutfitIsVague 2 hours ago

        It's not forced if you were getting it all for free anyway and can walk away at any time. "They've stopped giving away old thing for free and are now only doing new thing" doesn't put you in the position of a captive who has no freedom. You can complain, you can develop your own solutions, you can leave, but I find it over the line the number of people in the X11/Wayland conversation whose position amounts to looking at people who are working for free, and demanding that they do a specific kind of free work without compensation or help. It's all people working on their free time, or companies sponsoring the developments they need. It's hard to make demands as an end user who isn't paying or even helping.

    • Gud 2 hours ago

      "Linux" is mostly controlled by a few corporations and their interests. It's been a loooooooooong time since it was a grass roots movement.

      I don't know about you, but corporate dictates always leave a bad taste in my mouth.

      • jauntywundrkind 25 minutes ago

        Oh sure there's absolutely places where this is true. But there's so many many counter examples. Sway, Niri, Hyprland desktops... Top tier incredible experiences begat as small personal passions. So many incredible tools that have become must-have-daily-drivers for folks, alike this modern shell tools thread. https://news.ycombinator.com/item?id=41292835

        The narrative that everything is corporate and greed is, imo, a deep deep dis-service. Incredible things are happening on the edge, and there's nothing else on the planet remotely resembling the conjunctive discollaboration here. Folks have incredible leverage from existing open source works, & add their own sparkle, time and time again. (Nearly never does this box us in.)

        For sure there are big projects too, with huge corporate influence and millions of users.

        But it is a deeply rotten proposition to me to try selling some corrupt world case, that this land here is just as rotten and poisoned as the application/apppliance-ized rest of world. That there's coersion. There's some being left behind the pack, some, but so little. "Linux" is still the best freest most augment-intelligemce computing out there by a light year, and it's trends are healthy.

        (Wayland in fact has improved & strengthened that stance, freed us from a nasty monolith that everyone had to use, and given us actual freedom of implementation. Wayland is part of the liberation, the addition of choice & liberty. It's wild to me that people seek those old chains.)

  • aseipp 2 hours ago

    For users of older window managers on newer distros where X is likely to be removed "soon-ish" (vs LTS distros), the answer is to just use Wayback. It is a different X11 server implementation that uses Wayland under the hood, and is enough to run your WM. There are already people who use it to run AwesomeWM, IceWM, etc: https://gitlab.freedesktop.org/wayback/wayback

    That said, you cannot run Wayland apps this way, it is purely for X11 only. If applications/rendering toolkits remove X11 support, you're out of luck. But Wayback may actually be a reason for some of them to keep maintaining X11 backends a bit longer, anyway.

  • ndiddy 2 hours ago

    There's a new fdo project called Wayback, which is a stub Wayland compositor that runs a rootful Xwayland that then acts as a full X server to host your X11 window manager/DE. Long-term, this will allow people who rely on X11 sessions to continue to run them indefinitely, while also providing better support for modern display hardware than Xorg's native KMS backend. https://wayback.freedesktop.org/

  • sapiogram 2 hours ago

    As long as you're willing to stay on some old LTS distro, you'll be fine for at least another 10 years. X isn't going anywhere.

  • BlitzGeology91 2 hours ago

    From your perspective, what would Linux forcing Wayland on you look like?

    • yjftsjthsd-h 2 hours ago

      There are 3 ways I see it happening:

      1. Applications or toolkits only supporting Wayland. An example of this is Waydroid, though thankfully that's the only example I'm currently aware of.

      2. Desktop Environments only supporting Wayland. Examples now include GNOME and KDE.

      3. Drivers only supporting Wayland. I think this may be the case of some "exotic" systems; I believe there are some postmarketos systems that don't have graphics with anything else. Thankfully, the existence of Wayback means this is probably a non-concern.

lousken 3 hours ago

Wtf? This was supposed to happen with Plasma 7, or did I miss a memo?

  • deaddodo 3 hours ago

    This is the memo.

    • lousken 2 hours ago
      • deaddodo 2 hours ago

        Notice how that was 6+ months ago, and this newest post is from today?

        That’s how memos work.

        • lousken 2 hours ago

          Exactly, so this will create a lot of criticism for no reason. Should have happened with Plasma 7 with QT 7, or at least in the release after next debian freeze (unless they freeze it with v6.7). If the switch will happen early 2027 that means upcoming Debian will already be wayland only.

o11c 2 hours ago

Well, it's been a nice run. I've loved KDE since 2008 because it provided a lot of useful features (though its advantage over GNOME 2 was minimal at the time; it only became the obvious choice with the self-inflicted fall of GNOME 3).

But if KDE is no longer willing to provide the single most important feature of all - actually working in the first place, rather than just denying that bugs exist - I guess I'll have to hunt for a new DE.

It looks like the only serious possibilities are:

  Cinnamon - my gut says this might have the most users? Often cited as the reason to use Linux Mint by people who don't know the difference between a distro and a desktop environment.
  LXQt - apparently has stabilized enough to obsolete LXDE (hopefully it isn't being developed by headless chickens like GNOME and now KDE)
  MATE - why must there be so many GNOME forks? (I know why) ... does this one even have anything to distinguish it?
  Xfce - the longest stable history as its own thing
(all other DEs are known to lack some combination of widespread support and essential features; there are a handful for which it is possible that support will arrive but it is not the case yet, and they will still lose on the "weight of history" stability criterion)
  • exceptione an hour ago

    What are they denying? You can continue using Xwayland for *most* X applications.

    I think they explain your options quite well in this blog post: https://blogs.kde.org/2025/11/26/going-all-in-on-a-wayland-f...

    As they say, distro's like "AlmaLinux 9 includes the Plasma X11 session and will be supported until sometime in 2032".

    • o11c 12 minutes ago

      That's like saying "my car has most of its components working", when it has no engine, only 12V battery power.

      For me personally, the first dealbreaker I keep hitting is the fact that input-method-adjacent keyboard logic is quite broken (necessary if you ever want to use a language other than English, even temporarily).

      There are also, of course, the innumerable minor bugs that will be fixed from one release to the next (but also replaced by other bugs). The number of these decay exponentially and it will probably be a decade or so before Wayland sessions becomes as stable as X11 in this regard.

      There are quite a few cases where applications auto-detect that Wayland is running and as a result run in degraded mode, intentionally or unintentionally. I remember some bug with menus not working properly ...

      And scaling, often touted as one of Wayland's features, often works better under X11!

  • aaomidi 2 hours ago

    X is basically going away. The maintenance on it is going to drop off really hard once KDE moves away from it too.

  • lousken an hour ago

    Yea, it is quite disappointing. Lots of apps still don't work with wayland properly, even a lot of enterprise apps like VPNs have issues. Hopefully they will be ironed out after Ubuntu 26.04 comes out.

    • prmoustache an hour ago

      Apps running in xwayland run the same way as on X11, xwayland being an xserver.

      Also I don't understand your relation between a vpn and a graphic protocol.

      • lousken 19 minutes ago

        These apps do have GUI, don't you know? Xwayland doesn't solve their issues.

        Imagine you have Cisco VPN and you want to connect - you connect and then close the dialog. It is just gone. Why? On wayland no tray icon is shown.

        Now imagine you have Fortigate VPN and you want to connect - you enter the IP address and click connect but nothing really happens. Why? No confirmation dialog was ever displayed in wayland.

        Now imagine you have palo alto vpn and you try to connect ... good luck.

        Can you work around that by using CLI? Yes, but this is THE issue with wayland. Until critical business apps work, x11 version must be supported, otherwise plasma is only useful for gamers and those that do not have to use their pc for work. I am not against switching to wayland, I just want a reasonable roadmap, not something like - we are going to break your major apps next time you upgrade.