Newer
Older
#!/bin/bash
file=gnome-classic.desktop
if [ -f /usr/share/xsessions/$file ] ; then
mv /usr/share/xsessions/$file /usr/share/xsessions/gnome-classic~
fi
Due to an influx of spam, we had to disable account registrations. If you don't have an account yet, please write an email to support@manjaro.org, with your desired username. Sorry for the inconvenience.
#!/bin/bash
file=gnome-classic.desktop
if [ -f /usr/share/xsessions/$file ] ; then
mv /usr/share/xsessions/$file /usr/share/xsessions/gnome-classic~
fi