Go to file
lixueman 3fa8df07e1 更新changelog信息 2022-07-18 15:21:40 +08:00
data/img !4 增加wayland定位接口调用 2022-06-20 01:49:56 +00:00
debian 更新changelog信息 2022-07-18 15:21:40 +08:00
man Import Upstream version 3.1.1 2022-05-06 18:29:33 +08:00
src #128492,解决字母和功能分类固定到所有软件未置顶问题 2022-07-18 13:38:36 +08:00
translations !7 调整全屏开始菜单初始化代码结构 2022-07-12 06:56:21 +00:00
COPYING Import Upstream version 3.1.1 2022-05-06 18:29:33 +08:00
NEWS Import Upstream version 3.1.1 2022-05-06 18:29:33 +08:00
README.md !4 增加wayland定位接口调用 2022-06-20 01:49:56 +00:00
main.cpp !5 修改了platformName获取时机,解决获取为空的问题;增加了全屏窗口显示时位置设置 2022-06-22 07:02:44 +00:00
res.qrc !4 增加wayland定位接口调用 2022-06-20 01:49:56 +00:00
ukui-menu.desktop Import Upstream version 3.1.1 2022-05-06 18:29:33 +08:00
ukui-menu.ini Import Upstream version 3.1.1 2022-05-06 18:29:33 +08:00
ukui-menu.pro !7 调整全屏开始菜单初始化代码结构 2022-07-12 06:56:21 +00:00

README.md

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. Provides favorites and recent file functions, You can fix it to your favorites area by right-clicking the application. Provides two display modes: default window and full-screen window.

The project structure

data/img

Provide icon files for the projec.

src/BackProcess

Background data processing function realization, Includes DBUS, path listening, data acquisition, and search functions.

src/QtSingleApplication

Singleton pattern processing.

src/UserInterface

The UI implementation.

src/UtilityFunction

Implementation of common functions, including database operations.

translations

Translation files

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.

DBUS interface

BUS Nameorg.ukui.menu

path/org/ukui/menu

Interfaceorg.ukui.menu

Method name

GetMenuStatus () <---> Get ukui-menu display hidden status

WinKeyResponse () <---> ukui-menu display hidden state change interface

GetSecurityConfigPath () <---> Get security control profile path

Configuration file

.config/ukui/Ukuimenu.db