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

Mozo - Menu Editor

Build Status GitHub release GitHub contributors License

Source Code | Bug Tracker | Dependencies

Mozo is a menu editor for MATE using the freedesktop.org menu specification. It is a fork of Alacarte.

SYNOPSIS

   mozo

Build / Install

Simple build procedure:

$ ./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