MATEwiki
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

MATE Control Center

Build Status GitHub release GitHub contributors License

Source Code | Bug Tracker | Dependencies

mate-control-center is a graphical user interface to configure various aspects of MATE.

When run without arguments, the shell displays the control center overview, which shows all available configuration panels. The overview allows one to open individual panels by clicking on them. It also has a search entry to find panels by searching keywords.

SYNOPSIS

   mate-control-center [OPTION...]

OPTIONS

   -?, --help
          Print the application's help options and exit.

   --help-gtk
          Print GTK help options and exit.

   --help-all
          Print application and GTK help options and exit.

   --hide Hide on start (useful for preloading the shell).

   --display=DISPLAY
          X display to use.

   This program additionally accepts the standard MATE and GTK options (as listed with
   --help-gtk)

Build / Install

Simple build procedure:

$ git submodule update --init --recursive   # Init Git submodules
$ ./autogen.sh --prefix=/usr                # Build configuration
$ make                                      # Build

For installation to a separate prefix change the above ./autogen.sh command to:

$ ./autogen.sh --prefix=/an/other/path

After building the package you may install it:

[ Become root if necessary ]
$ make install                              # Installation