Skip to content

ubuntu-mate/mate-window-applets

Repository files navigation

mate-window-applets

Applets for mate-panel to show various window controls. The original author delete their GitHub repository, so this in an import from the source uploaded to Debian.

  • WindowButtons applet shows the close,minimize,actions in a panel.
  • WindowTitle applet shows the title of the active window.
  • WindowMenu applet shows you the window menu of the active window.

Install

On Ubuntu MATE 18.04 or newer:

sudo apt install mate-window-buttons-applet mate-window-menu-applet mate-window-title-applet

Compile

Requirements

  • meson
  • ninja
  • vala
  • Gtk3
  • Gdk3
  • libwnck3
  • libmatepanelapplet

To install them in Ubuntu MATE 20.04 or newer, run:

sudo apt install meson ninja-build valac libwnck-3-dev libgtk-3-dev libgdk-pixbuf2.0-dev libmate-panel-applet-dev

Build

meson --prefix=/usr build
cd build
ninja
sudo ninja install
cd ..
sudo ./install-icons.sh install
sudo glib-compile-schemas /usr/share/glib-2.0/schemas

Remove

cd build
sudo ninja uninstall
cd ..
sudo ./install-icons.sh uninstall

License

  • GPLv3

See the LICENSE file.