TIL: How to Start Gnome Wayland Session From TTY
Recently, I moved to Hyprland on Ubuntu. I wanted to start gnome in another TTY (teletype). It was more effort to find than I expected:
# Go to teletype
CTRL+ALT+1
dbus-run-session -- gnome-shell --display-server --wayland
That’s it, short and sweet, this post! You now started gnome in a Wayland session.