include MATE in Xclients fallback logic (#1517597)
missed Xclients part
This commit is contained in:
parent
f7bae0ad78
commit
a6b47d2763
3
Xclients
3
Xclients
@ -38,6 +38,9 @@ fi
|
|||||||
if [ -n "$GSESSION" ]; then
|
if [ -n "$GSESSION" ]; then
|
||||||
# by default, we run GNOME.
|
# by default, we run GNOME.
|
||||||
exec "$GSESSION"
|
exec "$GSESSION"
|
||||||
|
elif [ -n "$MSESSION" ]; then
|
||||||
|
# if GNOME isn't installed, try MATE
|
||||||
|
exec "$MSESSION"
|
||||||
elif [ -n "$STARTKDE" ]; then
|
elif [ -n "$STARTKDE" ]; then
|
||||||
# if GNOME isn't installed, try KDE.
|
# if GNOME isn't installed, try KDE.
|
||||||
exec "$STARTKDE"
|
exec "$STARTKDE"
|
||||||
|
Loading…
Reference in New Issue
Block a user