blob: e84709d87e073b4f2e295b3034b3e68da08fb35c (
plain)
1
2
3
4
5
6
7
8
9
|
stty -echo
echo Compiling glib schemas
glib-compile-schemas /usr/share/glib-2.0/schemas
echo Generating gdk loaders.cache
gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
echo Launching MATE
chmod +x /etc/X11/materc
xinit /etc/X11/materc > /dev/null 2> /dev/null
|