forked from openkylin/docs
parent
c8ff777296
commit
af20f45910
|
@ -10,7 +10,82 @@ dateCreated: 2022-03-11T03:17:06.244Z
|
|||
|
||||
# UKUI
|
||||
## 项目介绍
|
||||
UKUI 桌面环境主要使用Qt语言开发,现已默认使用在麒麟软件下的优麒麟开源操作系统和银河麒麟商业发行版中。 集成了一系列插件、应用程序和其他桌面产品,并且在不断开发新的 UKUI 3.1 组件,这意味着UKUI将得到积极维护,不断测试和开发,为用户提供更愉快的交互体验。
|
||||
UKUI(Ultimate Kylin User Interface) SIG小组致力于桌面环境相关软件包的规划、维护和升级工作,满足各种设备和用户需求的桌面环境程序,主要包含程序启动器(开始菜单)、用户配置、文件管理、登录锁屏、桌面、网络工具、快捷配置等,为用户提供基本的图形化操作平台。桌面核心组件开发工具以Qt、C++为主,宗旨是始终如一地提升系统的操作体验,提供集稳定性、美观性、流畅性和便捷性为一体的桌面环境。
|
||||
|
||||
## 项目地址
|
||||
https://github.com/ukui
|
||||
### 虚包/安装包
|
||||
- [ukui-desktop-environment](https://gitee.com/openkylin/ukui-desktop-environment)
|
||||
UKUI桌面环境:此安装包分为UKUI核心安装包ukui-desktop-environment-core、UKUI完整安装包ukui-desktop-environment和UKUI扩展安装包ukui-desktop-environment-extras,其中,核心安装包安装时会将UKUI必需的基础组件进行安装,这将为你提供一个轻量级的桌面环境;完整安装包在必需基础组件的基础上会安装截图、备忘录、平板环境等应用并建议安装主题框架、输入法框架等桌面环境框架,这将很大程度上丰富你的办公、生活和娱乐场景;扩展安装包将会添加一些额外的工具,它为开发者提供一些必要的开发工具。
|
||||
### 基础组件
|
||||
- [ukui-greeter](https://gitee.com/openkylin/ukui-greeter)
|
||||
ukui-greeter是UKUI桌面环境的基于Lightdm的登录程序
|
||||
- [ukui-session-manager](https://gitee.com/openkylin/ukui-session-manager)
|
||||
ukui-session-manager是UKUI桌面环境的会话管理器,它将管理我们如何去与Linux shell进行交互
|
||||
- [ukui-control-center](https://gitee.com/openkylin/ukui-control-center)
|
||||
UKCC(ukui-control-center)是UKUI桌面环境的控制面板,在这里我们可以通过界面来配置主题、桌面背景、添加用户和修改密码等操作
|
||||
- [ukui-screensaver](https://gitee.com/openkylin/ukui-screensaver)
|
||||
ukui-screensaver是UKUI桌面环境的锁屏及屏保
|
||||
- [ukui-menu](https://gitee.com/openkylin/ukui-menu)
|
||||
ukui-menu是UKUI桌面环境的启动器,在这里我们可以方便地选择我们要打开的应用
|
||||
- [ukui-panel](https://gitee.com/openkylin/ukui-panel)
|
||||
ukui-panel是UKUI桌面环境的任务栏,在这里我们可以直观地看到使用中应用的状态并进行快捷地切换
|
||||
- [ukui-sidebar](https://gitee.com/openkylin/ukui-sidebar)
|
||||
ukui-sidebar是UKUI桌面环境中的侧边栏快捷工具,主要包括控制中心和通知中心两个部分,我们可以通过它查询应用消息和配置一些开关
|
||||
- [peony](https://gitee.com/openkylin/peony)
|
||||
peony是UKUI是UKUI桌面环境的文件管理器
|
||||
- [ukui-window-switch](https://gitee.com/openkylin/ukui-window-switch)
|
||||
|
||||
### 基础服务
|
||||
- [ukui-settings-daemon](https://gitee.com/openkylin/ukui-settings-daemon)
|
||||
ukui-settings-daemon是UKUI桌面环境下的底层守护程序;负责设置UKUI会话的各种参数以及运行的应用程序
|
||||
- [ukui-notification-daemon](https://gitee.com/openkylin/ukui-notification-daemon)
|
||||
ukui-notification-daemon是UKUI桌面环境的通知服务,它是根据freedesktop通知规范实现的一套通知框架,它将高效地为我们展示应用通知或系统通知
|
||||
|
||||
### 平板特性
|
||||
- [ukui-tablet-desktop](https://gitee.com/openkylin/ukui-tablet-desktop)
|
||||
ukui-tablet-desktop是UKUI平板桌面和任务栏,它是基于Qt/QML实现的.
|
||||
- [kylin-status-manager](https://gitee.com/openkylin/kylin-status-manager)
|
||||
kylin-status-manager是UKUI桌面环境的状态管理器,它监听、管理笔记本电脑、平板等旋转、折叠等状态
|
||||
- [ukui-app-widget](https://gitee.com/openkylin/ukui-app-widget)
|
||||
ukui-app-widget为桌面环境的平板桌面提供小插件实现框架,可以通过该框架实现桌面小插件
|
||||
|
||||
### 特色应用
|
||||
- [ukui-search](https://gitee.com/openkylin/ukui-search)
|
||||
ukui-search是UKUI桌面环境中的全局搜索,提供了本地文件、文本内容、应用、设置项、便签等聚合搜索功能,基于其文件索引功能,可以为用户提供快速准确的搜索体验,除此之外,提供文件、文件内容等搜索的解决方案,应用可以方便地通过接口接入开发使用
|
||||
- [ukui-clock](https://gitee.com/openkylin/ukui-clock)
|
||||
- [time-shutdown](https://gitee.com/openkylin/time-shutdown)
|
||||
|
||||
### 短距管理
|
||||
- [kylin-nm](https://gitee.com/openkylin/kylin-nm)
|
||||
- [ukui-bluetooth](https://gitee.com/openkylin/ukui-bluetooth)
|
||||
|
||||
### 其他(待分类和补充)
|
||||
- [ukui-interface](https://gitee.com/openkylin/ukui-interface)
|
||||
- [ukui-power-manager](https://gitee.com/openkylin/ukui-power-manager)
|
||||
- [ukui-kwin](https://gitee.com/openkylin/ukui-kwin)
|
||||
- [ukui-kwin-effects](https://gitee.com/openkylin/ukui-kwin-effects)
|
||||
- [ukui-system-monitor](https://gitee.com/openkylin/ukui-system-monitor)
|
||||
- [ukui-globaltheme](https://gitee.com/openkylin/ukui-globaltheme)
|
||||
- [ukui-touch-settings-plugin](https://gitee.com/openkylin/ukui-touch-settings-plugin)
|
||||
- [ukui-input-gather](https://gitee.com/openkylin/ukui-input-gather)
|
||||
- [ukui-system-appwidget](https://gitee.com/openkylin/ukui-system-appwidget)
|
||||
- [ubuntukylin-default-settings](https://gitee.com/openkylin/ubuntukylin-default-settings)
|
||||
- [ubuntukylin-theme](https://gitee.com/openkylin/ubuntukylin-theme)
|
||||
- [ubuntukylin-wallpapers](https://gitee.com/openkylin/ubuntukylin-wallpapers)
|
||||
- [kylin-app-manager](https://gitee.com/openkylin/kylin-app-manager)
|
||||
- [kylin-app-cgroupd](https://gitee.com/openkylin/kylin-app-cgroupd)
|
||||
- [kylin-usb-creator](https://gitee.com/openkylin/kylin-usb-creator)
|
||||
- [kylin-device-daemon](https://gitee.com/openkylin/kylin-device-daemon)
|
||||
- [kylin-user-guide](https://gitee.com/openkylin/kylin-user-guide)
|
||||
- [peony-extensions](https://gitee.com/openkylin/peony-extensions)
|
||||
- [youker-assistant](https://gitee.com/openkylin/youker-assistant)
|
||||
- [libpwquality](https://gitee.com/openkylin/libpwquality)
|
||||
- [qt5-gesture-extensions](https://gitee.com/openkylin/qt5-gesture-extensions)
|
||||
- [qt5-ukui-platformtheme](https://gitee.com/openkylin/qt5-ukui-platformtheme)
|
||||
- [biometric-authentication](https://gitee.com/openkylin/biometric-authentication)
|
||||
- [kwin](https://gitee.com/openkylin/kwin)
|
||||
- [dmz-cursor-theme](https://gitee.com/openkylin/dmz-cursor-theme)
|
||||
- [openkylin-theme](https://gitee.com/openkylin/openkylin-theme)
|
||||
- [chinese-segmentation](https://gitee.com/openkylin/chinese-segmentation)
|
||||
- [ukui-biometric-auth](https://gitee.com/openkylin/ukui-biometric-auth)
|
||||
- [ukui-biometric-manager](https://gitee.com/openkylin/ukui-biometric-manager)
|
||||
|
|
Loading…
Reference in New Issue