maybe the priority of the xfce session has changed which makes it be
rated over the GNOME one now with automatic mode? Can you reproduce it
with an alternative set manually?
** Changed in: gnome-session (Ubuntu)
Importance: Undecided => Low
Assignee: (unassigned) => Ubuntu Desktop Bugs
[EMAIL PROTECTED]:~$ sudo update-alternatives --config x-session-manager
There are 3 alternatives which provide `x-session-manager'.
SelectionAlternative
---
1/usr/bin/startkde
+2/usr/bin/xfce4-session
* 3/us
gnome-session removes alternatives on upgrade.
gnome-session.prerm:
if [ "$1" = "remove" ] || [ "$1" = upgrade ]; then
update-alternatives --remove x-session-manager /usr/bin/gnome-session
update-alternatives --remove desktop-splash \
/usr/share/pixmaps/splash/gnome-splash.png
update-alt