/deepin-menu

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Deepin Menu

Deepin Menu is the unified menu service for Deepin Desktop Environment.

Dependencies

Build dependencies

  • qmake (>= 5.3)
  • python2
  • python2 setup tools
  • XCB and XLib

Runtime dependencies

  • DBus
  • Qt5 (>= 5.3)
    • Qt5-Widgets
    • Qt5-Gui
    • Qt5-DBus
    • Qt5-X11extras

Installation

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

$ cd deepin-menu
$ mkdir build
$ cd build
$ qmake ..
$ make
  1. Install:
$ sudo make install

Usage

Run the binary, the two DBus interfaces com.deepin.Menu.Manager and com.deepin.Menu it provides should be sufficient to explain itself. More details on the data structure it uses needs to be done.

Getting help

You may also find these channels useful if you encounter any other issues:

License

Deepin Menu is licensed under GPLv3.