and here is the MATE version of kali linux
kali linux 64 bit mate:
echo "deb
http://repo.mate-desktop.org/debian wheezy main" >> /etc/apt/sources.list
apt-get update
apt-get install mate-archive-keyring
apt-get install git live-build cdebootstrap
git clone git://git.kali.org/live-build-config.git
cd live-build-config
mkdir config/archives
echo "deb
http://repo.mate-desktop.org/debian wheezy main" > config/archives/mate.list.binary
echo "deb
http://repo.mate-desktop.org/debian wheezy main" > config/archives/mate.list.chroot
cp /usr/share/keyrings/mate-archive-keyring.gpg config/archives/mate.key.binary
cp /usr/share/keyrings/mate-archive-keyring.gpg config/archives/mate.key.chroot
echo "sleep 20" >> config/hooks/z_sleep.chroot
gedit config/package-lists/kali.list.chroot
delete everything after:
# Graphical desktops depending on the architecture
#
# You can replace all the remaining lines with a list of the
# packages required to install your preferred graphical desktop
# or you can just comment everything except the packages of your
# preferred desktop.
and add instead replace it with
# MATE
xorg
mate-archive-keyring
mate-core
mate-desktop-environment
and then
lb config --architecture amd64 or --architecture i386
sudo lb build