Go to file
何朴尧 1bb86410d3
!49 解决wayland下任务栏dock属性丢失问题,任务栏无法隐藏问题,适配kscreen
Merge pull request !49 from 卜萧庆/fix-hide
2023-04-04 07:10:12 +00: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 update changelog 2023-02-15 17:53:28 +08:00
man Import Upstream version 3.14.0.1 2022-05-20 16:38:47 +08:00
panel 修复BUG#130621 隐藏任务栏后鼠标第二次离开任务栏不会隐藏 2023-04-04 10:43:44 +08:00
panel-daemon 解决openkylin上打开应用会出现第二个图标问题 2023-03-13 06:26:43 +00:00
plugin-calendar 为右键菜单指定父类,修复右键菜单乱飞问题 2023-03-07 10:33:48 +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 为右键菜单指定父类,修复右键菜单乱飞问题 2023-03-07 10:33:48 +08:00
plugin-statusnotifier 为右键菜单指定父类,修复右键菜单乱飞问题 2023-03-07 10:33:48 +08:00
plugin-taskbar 修复任务栏预览窗右键菜单功能不生效问题 2023-04-03 11:31:45 +08:00
sni-daemon *Fix:#103808 #126768 远程桌面双图标问题 2022-12-30 10:33:45 +08:00
sni-xembed-proxy 解决openkylin上打开应用会出现第二个图标问题 2023-03-13 06:26:43 +00: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