
The applet works with both GTK2 and GTK3 versions of MATE and allows you to:
The applet is available in Debian testing (currently GTK2 only):
apt-get install mate-dock-applet
The applet is included by default in Ubuntu MATE 16.04. It can be used by selecting the 'Mutiny' desktop layout in the MATE Tweak application, or by simply adding it to any panel.
Note: when upgrading from Ubuntu Mate 15.10 to 16.04 any previously installed version of the applet will be replaced with the one from the distribution's respositories.
The applet is not installed by default -
apt-get install mate-dock-applet will do the trick...
The applet is included in the repositories but is compiled for Gtk2, rather than Gtk3. Therefore it will not work with the version of MATE desktop supplied with Linux Mint. Currently, the only solution is to manually compile and install the applet from source - instructions are further below. Note: the latest version of the applet which will work with the version of Gtk3 used in Linux Mint is V0.80 - souce code available here.
Users of Ubuntu MATE 15.10 and earlier, or of Linux Mint 18.1 or earlier, can install the applet from the PPA kindly provided by webupd8
Note: this is currently GTK2 only
For Arch users the GTK 3 version is available as a package in the repositories.
An ebuild is available via the mate-de-gentoo
Users of other distros will need to install from source, so first install the required dependencies. Note, the package names below are for Ubuntu/Linux Mint/Debian - the name of the packages will vary on other distros.
gnome-python2-libwnck in
Fedora)glib2-devel in
Fedora)python3-pillow in
Fedora)bamf-daemon
and bamf in Fedora)then cd to the directory containing all of the development files and run:
aclocal
automake --add-missing
autoreconf
To build a GTK2 version of the applet:
./configure --prefix=/usr
To build a GTK3 version:
./configure --prefix=/usr --with-gtk3
Then enter the following commands:
make
sudo make install
This is a little more involved. First download gir1.2-wnck-1.0 for arm architechure from here and install it with sudo dpkg -i. Then install other dependencies - sudo apt-get install git autoreconf libglib2.0-dev
From this point the instructions above for compiling from source should be followed.
In order for window minimizing and maximizing to work correctly under Compiz, the Focus Prevention Level setting must be set to off in CompizConfig Settings Manager (General Options, Focus and Raise Behaviour)
V0.76 of the applet running on Ubuntu MATE 16.10, showing the new indicator style and active icon background. Note: the Gtk3 theme is Arc Darker (hence the blue indicators), and the icon theme is La Capitaine
![]()
GTK3 version of the applet running on Ubuntu MATE 16.10 Alpha 1

Running on Arch with a Unity style layout

Running on Ubuntu with a Windows 7 style layout

Running on a Raspberry Pi 2 with Ubuntu MATE
