Fixed a bug in gui.sh that caused desktop to not load.

This commit is contained in:
Storm Dragon 2021-10-18 12:46:17 -04:00
parent ac5b2c9882
commit fe7b6d0a8c

View File

@ -34,6 +34,7 @@ export DBUS_SESSION_BUS_ADDRESS
EOF
echo "exec ${1//mate/mate-session}" >> ~/.xinitrc
chmod 755 ~/.xinitrc
if [[ "$1" == "ratpoison" ]]; then
cat << "EOF" > ~/.ratpoisonrc