Go to file
hewenfei 8766051c28 1.插件接口新增数据更新模式选项,2.增加应用搜索插件 2023-04-09 19:59:25 +08:00
3rd-parties/SingleApplication 1.新增ukui-menu主程序和单例, 2.增加处理命令行功能 2023-04-09 19:59:25 +08:00
cmake init new ukui-menu project. 2023-04-09 19:59:25 +08:00
data 1.新增主窗口和切换窗口大小功能,2.跟随任务栏,适配wayland环境 2023-04-09 19:59:25 +08:00
qml 完成界面搜索框组件,新增插件搜索接口 2023-04-09 19:59:25 +08:00
res 增加app显示列表 2023-04-09 19:59:25 +08:00
src 1.插件接口新增数据更新模式选项,2.增加应用搜索插件 2023-04-09 19:59:25 +08:00
translations 更新翻译文件 2023-04-09 19:59:25 +08:00
CMakeLists.txt 1.插件接口新增数据更新模式选项,2.增加应用搜索插件 2023-04-09 19:59:25 +08:00
COPYING 调整文件权限 2022-12-29 09:51:46 +08:00
NEWS 调整文件权限 2022-12-29 09:51:46 +08:00
README.md 修改README内容 2023-02-01 16:58:53 +08: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://gitee.com/openkylin/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 g++ qtbase5-dev qttools5-dev-tools libglib2.0-dev libqt5svg5-dev libqt5x11extras5-dev libgsettings-qt-dev libbamf3-dev libxrandr-dev libxtst-dev libx11-dev libkf5windowsystem-dev libuchardet-dev libpeony-dev libkysdk-waylandhelper-dev libukui-common-dev

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

Build from source and test

git clone https://gitee.com/openkylin/ukui-menu.git

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