This is a truly WTF moment about messed up responses to X11 session removal in Gnome.

2 weeks ago I published a blogpost about the upcoming plans of GNOME 49 and the eventual removal of the X11 session. Since then, instead of looking at feedback, bugs and issues related to the topic, we all collectively had to deal with the following, and I am not exaggerating one bit:

  • Fascists and Nazis
  • Wild Conspiracy Theories that make Qanon jealous
  • “Concerned” Trolling about the Accessibility of the Wayland session
  • A culture war where Wayland is Gay, and X11 is the glorious past they stole from you

In my wildest dreams I could have never made this shit up. You all need mandatory supervised access to the Internet from now on.

    • Captain Aggravated
      link
      fedilink
      English
      219 days ago

      It’s roughly equivalent to AutoHotKey on Windows. It’s an application that can intercept key combos or even typed strings and…do basically anything. Let’s say you type a certain phrase a lot, you could come up with an abbreviation so that when you type an abbreviation it deletes the abbreviation and inserts the big thing you type. Or maybe you want it to fire when you press ALT+ y. Or, maybe you want it to do something programmatic, like insert the date and time. Or do anything you can get Python to do.

      This apparently does not work on Wayland systems, something about the way it accessed keystrokes in X11 isn’t open in Wayland for security concerns.

      • @[email protected]
        link
        fedilink
        English
        418 days ago

        I don’t know autokey, so I can’t speak to whether they replace all its functionality but there are ‘xdotool-like’ programs for Wayland. So it is at least very possible to replace functionality like the latter you mentioned (press button/button combination -> do an action, like inserting date/start a program/do something programmatic). Some examples I know are:

        • XenGi
          link
          fedilink
          English
          118 days ago

          ydotool is a perfect replacement for dmenu based password managers.

      • XenGi
        link
        fedilink
        English
        518 days ago

        Honestly that sounds like a security nightmare and its probably a good thing that doesn’t work anymore.

        • Captain Aggravated
          link
          fedilink
          English
          118 days ago

          Honestly if pressing some buttons to get the computer to do something you programmed it to do is a “security nightmare” I think we should probably just give up, tear down the electric grid and go back to dying of smallpox at 17 like nature intended.

          • XenGi
            link
            fedilink
            English
            118 days ago

            That’s not problematic part. The reading all my inputs is.

            • Captain Aggravated
              link
              fedilink
              English
              117 days ago

              There’s software on the computer that does that anyway, otherwise the keyboard won’t work. Feels like an arbitrary line to draw.

              • XenGi
                link
                fedilink
                English
                117 days ago

                Keyboards send commands through drivers. There is no 3rd party software reading it out.

                • Captain Aggravated
                  link
                  fedilink
                  English
                  117 days ago

                  Autokey is software written by someone.

                  Drivers are software written by someone.

                  Have you vetted every line of code running on your computer?

                  • XenGi
                    link
                    fedilink
                    English
                    1
                    edit-2
                    17 days ago

                    Not sure if you understand threat models.