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>
doesn't seem to work for Kali 2018 (rolling) and getting this error:
Err:1 http://http.kali.org/kali kali-rolling/main amd64 xfce4-terminal amd64 0.8.7.4-1
404 Not Found [IP: 192.99.200.113 80]
E: Failed to fetch http://http.kali.org/kali/pool/main/x/xfce4-terminal/xfce4-terminal_0.8.7.4-1_amd64.deb 404 Not Found [IP: 192.99.200.113 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Did apt-get update and apt-get update --fix-missing but still can't seem to install xfce on Kali properly. Kali 2018 rolling is installed in Virtualbox.