Contents of /usr/share/xsessions:
-rw-r–r– 1 root root 204 Aug 22 2016 ubuntu.desktop
Based on the article, section 2.1, I checked:
grep ^Exec /usr/share/xsessions/ubuntu.desktop
Exec=gnome-session –session=ubuntu
And from node.cfg:
DefaultDesktopCommand “/etc/X11/Xsession ‘gnome-session –session=ubuntu'”
and I checked that it’s not commented out.
Do you think I need to pursue one of the approaches in the article, like installing a different environment globally or per-user?
Thanks again!