I did some more playing around with this and I found my GDMSESSION
variable is set to "default". If I add:
export GDMSESSION="$DESKTOP_SESSION"
if [ "$GDMSESSION" = "default" ] ; then
export GDMSESSION=gnome
fi
then Unity will start correctly. It doesn't seem to cause any problems if the
Setting 'export GDMSESSION="$DESKTOP_SESSION' at the top of
/etc/kde4/kdm/Xsession didn't work for me. It appeared I already had
compiz-gnome, unity, and compiz-core installed, so I didn't bother with
that step.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which