3

just installed Ubuntu 22.04 on HP laptop. Good bye Billy. Installed Autokey for Gnome. Has all the right stuff as shown by the reviewers and explainers. I can make entries in all appropriate fields, but can't get abbreviation accepted, which means Autokey is worthless to me. What am I missing?

Also, why doesn't Autokey autostart??

  • 1
    22.04 defaults to Wayland. Did you change to an X session at login? – user535733 Jun 04 '22 at 13:20
  • Despite dancing on the fringes for 10+ years, this my first headfirst dive. What's wayland and xsession? I'm really trying to keep it simple and Autokey looked like Windows textr – Hertfordkc Jun 04 '22 at 14:51
  • 1
    Wayland and X are two alternative "display managers." They run the graphical environment. Try this: Log out. Log back in. At the password screen, look for a gear icon. Select an X session from that icon instead of the default (Wayland) session. Then try autokey again. – user535733 Jun 04 '22 at 15:13
  • Not seeing this. Are you referring to something in the boot menu? – Hertfordkc Jun 04 '22 at 20:36

1 Answers1

5

Unfortunatelly, keyboard automation tools do not work on Wayland, the new display driver used by Ubuntu 22.04. You need to log in on an Xorg session for making this work.

  1. Log out using the "logout" option in the system menu (when you click on the combined wifi/speaker/battery icon in the top right.
  2. In the login screen, select your username so you could type your password
  3. Before typing your password, click the cog wheel on the bottom right, then select "Ubuntu on Xorg". Now enter your password and log in.

enter image description here

vanadium
  • 88,010