How to run weston-launch by default instead of Unity on Ubuntu 16.04?
I want to run my application at startup (like in ~/.config/upstart/*.conf) in wayland environment. Is it feasible at the moment?
I need a most minimalistic window manager possible. I don't need gestures and other high-level features, just one full-screen window plus possibility to run weston-terminal to perform debug/tweaking actions.
sudo apt-get install gnome-session-waylandThis will add "Gnome on Wayland" to GDM . If there is no such package, you would have to install GDM and gnome-shell (lightdm apparently will not launch weston ?) . You would then autologin. If all that is too much, there is an elegant solution on the Arch forums you may be able to adapt : https://bbs.archlinux.org/viewtopic.php?id=102366 – Panther Nov 08 '17 at 13:10