Go to file
zhangyinjie 41f438aa78 *Fix:19810 【麒麟输入法】PC模式任务栏增加虚拟键盘唤起入口 2023-02-06 16:04:15 +08:00
.github/workflows Import Upstream version 3.1.0.29 2022-05-06 18:29:37 +08:00
cmake Import Upstream version 3.14.0.1 2022-05-20 16:38:47 +08:00
debian *uodata change 2023-01-18 14:16:16 +08:00
man Import Upstream version 3.14.0.1 2022-05-20 16:38:47 +08:00
panel *Fix:19810 【麒麟输入法】PC模式任务栏增加虚拟键盘唤起入口 2023-02-06 16:04:15 +08:00
panel-daemon Import Upstream version 3.14.0.1 2022-05-20 16:38:47 +08:00
plugin-calendar fix(日历): 修改黄历信息 2023-01-12 09:33:54 +08:00
plugin-nightmode Import Upstream version 3.14.0.1 2022-05-20 16:38:47 +08:00
plugin-showdesktop Import Upstream version 3.14.0.1 2022-05-20 16:38:47 +08:00
plugin-spacer Import Upstream version 3.1.0.29 2022-05-06 18:29:37 +08:00
plugin-startbar 修复BUG#155646 【触摸屏】长按触摸屏开始菜单会先呼开始菜单后出现右键菜单 2023-02-01 16:51:14 +08:00
plugin-statusnotifier *Fix:第三方应用拖拽时没有预览图标 2023-02-03 13:48:35 +08:00
plugin-taskbar 删除部分已经失效的接口 2023-01-30 11:34:16 +08:00
sni-daemon *Fix:#103808 #126768 远程桌面双图标问题 2022-12-30 10:33:45 +08:00
sni-xembed-proxy *Fix:防止应用注册托盘是在屏幕右上角出现黑框 2023-01-16 11:36:17 +08:00
ukui-calendar Import Upstream version 3.14.0.1 2022-05-20 16:38:47 +08:00
AUTHORS Import Upstream version 3.1.0.29 2022-05-06 18:29:37 +08:00
CHANGELOG Import Upstream version 3.1.0.29 2022-05-06 18:29:37 +08:00
CMakeLists.txt 同步2209update分支的改动 2022-12-04 15:48:19 +08:00
COPYING Import Upstream version 3.1.0.29 2022-05-06 18:29:37 +08:00
NEWS Import Upstream version 3.1.0.29 2022-05-06 18:29:37 +08:00
README.md 同步2209update分支的改动 2022-12-04 15:48:19 +08:00
ukui-panel.md 同步2209update分支的改动 2022-12-04 15:48:19 +08:00

README.md

ukui-panel

ukui-panel represents the taskbar of UKUI

Table of Contents

About Project

ukui-panel contains the following plugins:

  • startbar
  • taskbar
  • statusnotifier
  • calendar
  • showdesktop ...

Getting Started

# Install ukui-panel
apt install ukui-panel

# build from source and test
mkdir build & cd build
cmake ..
make 
sudo make install
./panel/ukui-panel

Document Introduction

ukui-panel has plugins configuration file in ~/.config/ukui/panel.conf
it decide the count and order of the ukui-panel's plugins

For more details, please see ukui panel.md