Skip to content

ukui/ukui-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b1eacef · May 23, 2022
Jul 25, 2020
May 25, 2020
May 23, 2022
Feb 8, 2020
Nov 3, 2021
Jun 4, 2021
Aug 16, 2021
Aug 10, 2021
Dec 28, 2019
Feb 5, 2020
Jul 10, 2020
Aug 17, 2021
Jun 8, 2021
Jul 4, 2020
Apr 22, 2021
Oct 19, 2021

Repository files navigation

ukui-menu

build

An advanced menu for UKUI, providing common and all software mixed sort module, alphabet classification module, functional classification module and search module.

How to report bugs

Bugs should be reported to the UKUI bug tracking system:

https://github.com/ukui/ukui-menu/issues

You will need to create an account for yourself.

Please read the HACKING file for information on where to send changes or bugfixes for this package.

How to build

Preparation

You can build pre-depends with such command:

sudo apt install libglib2.0-dev qtbase5-dev libqt5svg5-dev libqt5x11extras5-dev libgsettings-qt-dev libbamf3-dev libxrandr-dev libxtst-dev libx11-dev

Note: build-depends references the paragraph in debian/control.

Build from source and test

git clone https://github.com/ukui/ukui-menu

cd ukui-menu && mkdir build && cd build

qmake .. && make

sudo make install

Note: If you want to run ukui-menu, You just need to execute the ukui-menu command at the terminal.