• lurch (he/him)
      link
      fedilink
      83 days ago

      Java GUI applicatiins have to use the X compatibility layer of Wayland at the moment, because Wayland support hasn’t been integrated into JREs yet

      • @grue
        link
        English
        63 days ago

        So what you’re saying is, it’s not so much that Java support is missing from Wayland (which wouldn’t make sense to begin with), it’s that Wayland support is missing from Java.

        • @[email protected]
          link
          fedilink
          23 days ago

          This is technically correct, and you’re right about where the blame lies, but I suspect for most people holding off on switching, the difference is academic.

          • @grue
            link
            English
            12 days ago

            If we’re talking about “most people… switching” then IMO the real biggest factor is when their distro will decide to use it by default.

      • lurch (he/him)
        link
        fedilink
        43 days ago

        To clarify: This causes problems like ugly font rendering and some games not working, etc.

      • @renzev
        link
        33 days ago

        export _JAVA_AWT_WM_NONREPARENTING=1 is one of those magical make-everything-better incantations that really makes you wonder why the fuck it isn’t the default behavior

      • @[email protected]
        link
        fedilink
        23 days ago

        Oh i see. I thought there was more to it – but I guess it’s just Java being horrible as usual.