Go to file
liuyuanpeng 1b641888a4 fix(wayland): Fixed x lock screen crash
Description:修复x下分辨率改变时锁屏崩溃的问题

Log: 无
2023-05-04 07:53:05 +00:00
BiometricAuth fix(merge v101): merge v101 2023-04-26 19:37:44 +08:00
Common fix(keyboard): use QCoreApplication::sendEvent when use wayland 2023-04-17 15:46:47 +08:00
KylinNM fix(copyright): Complete copyright information 2023-04-12 15:09:20 +08:00
VirtualKeyboard fix(keyboard): use QCoreApplication::sendEvent when use wayland 2023-04-17 15:46:47 +08:00
data fix(merge v101): merge v101 2023-04-26 19:37:44 +08:00
examples/LoadCustomPlugin fix(copyright): Complete copyright information 2023-04-12 15:09:20 +08:00
i18n_ts feat(merge v101-tablet codes): merge v101-tablet codes 2023-04-10 17:46:41 +08:00
man Import Upstream version 3.1.1.34update1 2022-06-02 16:31:24 +08:00
screensaver fix(merge v101): merge v101 2023-04-26 19:37:44 +08:00
screensaver-focus-helper fix(copyright): Complete copyright information 2023-04-12 15:09:20 +08:00
set4kScale fix(copyright): Complete copyright information 2023-04-12 15:09:20 +08:00
src fix(wayland): Fixed x lock screen crash 2023-05-04 07:53:05 +00:00
CMakeLists.txt feat(merge v101-tablet codes): merge v101-tablet codes 2023-04-10 17:46:41 +08:00
COPYING fix(copyright): Complete copyright information 2023-04-12 15:09:20 +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
    • 功能插件
    • 应用窗口置顶