Comment 2 for bug 1001902

Revision history for this message
Rob Gardner (robmatic) wrote :

> To be more rigorous, use
> elif [ x"$MATE_DESKTOP_SESSION_ID" != x"" ]; then DE=mate;

Trouble with that is that the case statement following the call to detectDE doesn't have a case for mate, so it falls into the "unknown desktop environment" case.