Command:
apt-get install kali-defaults kali-root-login desktop-base xfce4 xfce4-places-plugin xfce4-goodies
Command:
apt-get remove xfce4 xfce4-places-plugin xfce4-goodies
Command:
apt-get install kali-defaults kali-root-login desktop-base kde-plasma-desktop
Command:
apt-get install kali-defaults kali-root-login desktop-base kde-standard
Command:
apt-get install kali-defaults kali-root-login desktop-base kde-full
Command:
apt-get remove kde-plasma-desktop kde-standard
Command:
apt-get install lxde-core lxde kali-defaults kali-root-login desktop-base
Command:
apt-get remove lxde-core lxde
Command:
apt-get install gnome-core kali-defaults kali-root-login desktop-base
Command:
apt-get remove gnome-core
Command:
apt-get install kali-defaults kali-root-login desktop-base cinnamon
Command:
apt-get remove cinnamon
Command:
apt-get install kali-defaults kali-root-login desktop-base mate-core
Command:
apt-get install kali-defaults kali-root-login desktop-base mate-desktop-environment
Command:
apt-get install kali-defaults kali-root-login desktop-base mate-desktop-environment-extra
Command:
apt-get remove mate-core
Now the only problem is MATE doesn't show the nice Kali Linux Menu. Fix posted by Silver Moon
To fix this edit the following file. Command:
leafpad /etc/xdg/menus/mate-applications.menu
In the file go down to the section named Internet and add the following line HTML Code:
<!-- Kali Linux Menu -->
<MergeFile type="path">applications-merged/kali-applications.menu</MergeFile>
So it should look something like this HTML Code:
<!-- Internet -->
<Menu>
<Name>Internet</Name>
<Directory>mate-network.directory</Directory>
<Include>
<And>
<Category>Network</Category>
</And>
</Include>
</Menu> <!-- End Internet -->
<!-- Kali Linux -->
<MergeFile type="path">applications-merged/kali-applications.menu</MergeFile>
I will surely make a new video and let you know ;)