MATE is a fork of GNOME 2. It provides an intuitive in addition to attractive desktop environs using traditional metaphors for Linux in addition to other Unix-like operating systems.
MATE is nether active evolution to add together back upward for novel technologies land preserving a traditional desktop experience. See the Roadmap or Stefano’s presentation at the OpenSUSE conference to notice out to a greater extent than nearly how MATE has evolved in addition to what is planned for the future. The MATE Manifesto outlines to a greater extent than or less of the principles that guide the project.
GNOME iii replaced the classic desktop metaphor; this concept blueprint is realized through its native user interface: GNOME Shell. It led to to a greater extent than or less criticism from the Linux community. Many users refused to convey the novel interface blueprint of GNOME in addition to called for individual to proceed evolution of GNOME 2. The MATE projection was started past times an Arch Linux user inwards guild to fulfill this task.
How to install MATE Desktop Environment inwards Kali Linux
At outset nosotros add together the right Debian repo in addition to install the Keyrings.
echo "deb http://repo.mate-desktop.org/debian wheezy main" >> /etc/apt/sources.list && apt-get update
apt-get --yes --quiet --allow-unauthenticated install mate-archive-keyring
The higher upward 2 commands used to produce the trick, but equally Debian removed Wheezy support, the higher upward dominance didn’t piece of work whatever more. Use the next solution provided past times Simon (thanks Simon).
Simon P. provided the cook below. Snipped IP/email details for obvious reasons. Simon’s G+ profile is linked.
Author : Simon Parsons
Fantastic guide! I’ve been using this equally an install reference since it was published alongside perfect results. Just 1 affair alongside regard to the MATE Desktop install; the mentioned repo: “deb http://repo.mate-desktop.org/
So, you lot demand to but survive his novel repo in addition to everything else is precisely same equally earlier .
echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list && apt-get update
apt-get --yes --quiet --allow-unauthenticated install mate-archive-keyring
Install base of operations MATE Desktop Packages
Following dominance installs the base of operations packages
apt-get install kali-defaults kali-root-login desktop-base mate-core
(or) Install MATE Desktop Packages alongside extras
Following dominance installs mate-core in addition to to a greater extent than extras
apt-get install kali-defaults kali-root-login desktop-base mate-desktop-environment
(or) Install MATE Desktop Packages alongside fifty-fifty to a greater extent than extras
Following dominance installs mate-core + mate-desktop-environment in addition to fifty-fifty to a greater extent than extras.
apt-get install kali-defaults kali-root-login desktop-base mate-desktop-environment-extra
How to take away MATE Desktop Environment inwards Kali Linux
In representative you lot desire to take away MATE Desktop, survive the next command:
apt-get take away mate-core
Now the solely employment is MATE doesn’t present the dainty Kali Linux Menu.
How to Fix Kali Linux Menu inwards MATE Desktop
To cook Kali Linux Menu inwards MATE Desktop, edit the next file.
leafpad /etc/xdg/menus/mate-applications.menu
In the file instruct downwardly to the department named Internet in addition to add together the next line:
<!-- Kali Linux Menu -->
<MergeFile type="path">applications-merged/kali-applications.menu</MergeFile>
So it should await something similar this
.....
<!-- 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>
.....
Now relieve the file, Logout in addition to Login back. The “Kali Linux” carte du jour should display fine inwards Mate desktop’s application menu.
Back to principal article: How to install/remove dissimilar Desktop Environment or Window Manager inwards Kali Linux 1.x
Thanks for reading.
