How to start GNOME Wayland session from command line/tty? [closed]
A working solution per Jonas Ådahl a mutter developer: Usually what I do is switch to a VT and run: dbus-run-session — gnome-shell –display-server –wayland
A working solution per Jonas Ådahl a mutter developer: Usually what I do is switch to a VT and run: dbus-run-session — gnome-shell –display-server –wayland
The two previous answers are outdated, this is the current state of querying appnames and titles of windows in (Gnome) Wayland. A Gnome-specific JavaScript API which can be accessed over DBus The wlr-foreign-toplevel-management Wayland protocol (unfortunately not implemented by Gnome) The Gnome-specific API will likely break between Gnome versions, but it works. It is heavily … Read more