Go to file
guorongfei 97b15a9dd9 fix google-chrome context menu error 2024-03-25 18:57:39 +08:00
.github/workflows Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
cmake 同步主线重构后的任务栏改动,不包含应用角标,多语言支持,数据埋点这三个需求 2023-11-29 12:05:24 +08:00
debian chore(changelog): update changelog 4.0.0.0-ok0.20 2024-03-14 10:13:05 +08:00
libtaskmanager wayland preview library 2023-06-06 15:42:59 +08:00
man Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
panel fix(panel):锁定任务栏后还能拖拽任务的位置(#I81CX1) 2024-01-12 16:36:51 +08:00
panel-daemon fix google-chrome context menu error 2024-03-25 18:57:39 +08:00
plugin-calendar fix(calendar):右键任务栏时间和日期,弹窗显示异常 (#I8RZ77) 2024-01-31 15:53:25 +08:00
plugin-showdesktop 同步主线重构后的任务栏改动,不包含应用角标,多语言支持,数据埋点这三个需求 2023-11-29 12:05:24 +08:00
plugin-spacer Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
plugin-startbar fix(button):修复任务栏图标间距之间参差不齐(#I7GTC6, #I8AYPC) 2024-01-03 15:10:13 +08:00
plugin-statusnotifier fix(托盘):openKylin同步主线托盘问题修改。(BUG号:I7GTAA、I7WGGL) 2024-01-17 16:01:25 +08:00
plugin-taskbar fix(thumbnail):任务栏上已打开软件的右键菜单会自动关闭(#I987X1,同主线201908) 2024-03-14 10:10:21 +08:00
plugin-ukcc 同步主线重构后的任务栏改动,不包含应用角标,多语言支持,数据埋点这三个需求 2023-11-29 12:05:24 +08:00
sni-daemon 托盘 sniWatcher 增加查询pid接口,合并ukui-sni方案 2024-02-26 08:16:03 +00:00
sni-xembed-proxy 托盘 sniWatcher 增加查询pid接口,合并ukui-sni方案 2024-02-26 08:16:03 +00:00
.gitignore add gitignore to all branch 2023-05-11 22:09:38 +08:00
AUTHORS Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
CHANGELOG Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
CMakeLists.txt 同步主线重构后的任务栏改动,不包含应用角标,多语言支持,数据埋点这三个需求 2023-11-29 12:05:24 +08:00
COPYING Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
NEWS Import Upstream version 3.14.0.1 2022-06-02 16:34:50 +08:00
README.md 从gtilab同步master分支到openkylin 2022-11-18 11:52:08 +08:00
ukui-panel.md update ukui-panel.md. 错别字修订 2023-08-30 06:22:05 +00: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