Go to file
杨敏 d8c01d07a4
!21 解决屏幕键盘无法使用的问题
Merge pull request !21 from 刘远鹏/openkylin/yangtze
2023-04-12 06:03:38 +00:00
BiometricAuth fix(copyright): Complete copyright information 2023-04-12 11:41:15 +08:00
Common fix(copyright): Complete copyright information 2023-04-12 11:41:15 +08:00
KylinNM fix(copyright): Complete copyright information 2023-04-12 11:41:15 +08:00
VirtualKeyboard !21 解决屏幕键盘无法使用的问题 2023-04-12 06:03:38 +00:00
data feature:Task#114869 【登录锁屏】增加登录、锁屏状态显示 2022-10-24 14:57:51 +08:00
debian update changelog 2023-04-12 13:43:08 +08:00
examples/LoadCustomPlugin fix(copyright): Complete copyright information 2023-04-12 11:41:15 +08:00
i18n_ts feat(network): Adapt network plugin 2022-12-07 21:53:27 +08:00
man Import Upstream version 3.1.1.34update1 2022-06-02 16:31:24 +08:00
screensaver fix(copyright): Complete copyright information 2023-04-12 11:41:15 +08:00
screensaver-focus-helper fix(copyright): Complete copyright information 2023-04-12 11:41:15 +08:00
set4kScale fix(copyright): Complete copyright information 2023-04-12 11:41:15 +08:00
src !21 解决屏幕键盘无法使用的问题 2023-04-12 06:03:38 +00:00
CMakeLists.txt feat(network): Adapt network plugin 2022-12-07 21:53:27 +08:00
COPYING fix(copyright): Complete copyright information 2023-04-12 11:41:15 +08:00
README.md Import Upstream version 3.1.1.34update1 2022-06-02 16:31:24 +08:00
config.h.in Import Upstream version 3.1.1.34update1 2022-06-02 16:31:24 +08:00

README.md

ukui-screensaver

build

ukui-screensaver是UKUI桌面环境的锁屏及屏保

依赖


编译依赖

  • KF5

    • libkf5windowsystem-dev
  • cmake (>=2.6)

  • qtbase5-dev

  • libqt5x11extras5-dev

  • libpam0g-dev

  • qttools5-dev

  • qttools5-dev-tools

  • libglib2.0-dev

  • libopencv-dev

  • libx11-dev

  • libxtst-dev

  • libqt5svg5-dev

  • libgsettings-qt-dev

  • libmatemixer-dev

  • libukui-log4qt-dev

运行依赖

  • ukui-session-manager
  • ethtool
  • mate-desktop-common

编译


$ cd ukui-screensaver
$ mkdir build
$ cd build
$ cmake ..
$ make

安装


$ sudo make install

主体框架

  • InProgress
    • 界面绘制
    • 功能实现
    • 界面美化
  • TROUBLE
  • TODO
    • 功能插件
    • 应用窗口置顶