From 0e5c30d761fe8a8666017e4ed3901bf397e5b331 Mon Sep 17 00:00:00 2001 From: deepin-ci-robot Date: Wed, 16 Jul 2025 11:13:08 +0000 Subject: [PATCH] sync: from linuxdeepin/dde-session-shell Synchronize source files from linuxdeepin/dde-session-shell. Source-pull-request: https://github.com/linuxdeepin/dde-session-shell/pull/26 --- CMakeLists.txt | 6 +++--- configs/org.deepin.dde.lock.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c33ff56f5..283ed3acb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -401,7 +401,7 @@ add_subdirectory(src/pam-inhibit-autologin) if (DISABLE_DSS_SNIPE) # bin install(TARGETS dde-lock lightdm-deepin-greeter greeter-display-setting DESTINATION ${CMAKE_INSTALL_BINDIR}) - install(FILES files/deepin-greeter DESTINATION ${CMAKE_INSTALL_BINDIR}) + install(PROGRAMS files/deepin-greeter DESTINATION ${CMAKE_INSTALL_BINDIR}) # install x files file(GLOB SCRIPTS @@ -419,7 +419,7 @@ if (DISABLE_DSS_SNIPE) install(FILES files/wayland/lightdm-deepin-greeter-wayland.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/xgreeters/) else () # snipe install(TARGETS dde-lock lightdm-deepin-greeter DESTINATION ${CMAKE_INSTALL_BINDIR}) - install(FILES files/snipe/deepin-greeter DESTINATION ${CMAKE_INSTALL_BINDIR}) + install(PROGRAMS files/snipe/deepin-greeter DESTINATION ${CMAKE_INSTALL_BINDIR}) file(GLOB SCRIPTS files/snipe/scripts/*) install(PROGRAMS ${SCRIPTS} DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/deepin/greeters.d) @@ -490,4 +490,4 @@ endif () install(FILES files/deepin-debug-config/org.deepin.dde.session-shell.json DESTINATION ${CMAKE_INSTALL_DATADIR}/deepin-debug-config/deepin-debug-config.d) install(FILES files/deepin-log-config/org.deepin.dde.session-shell.json - DESTINATION ${CMAKE_INSTALL_DATADIR}/deepin-log-viewer/deepin-log.conf.d) \ No newline at end of file + DESTINATION ${CMAKE_INSTALL_DATADIR}/deepin-log-viewer/deepin-log.conf.d) diff --git a/configs/org.deepin.dde.lock.json b/configs/org.deepin.dde.lock.json index 370146add..2de40b78c 100755 --- a/configs/org.deepin.dde.lock.json +++ b/configs/org.deepin.dde.lock.json @@ -53,7 +53,7 @@ "visibility": "private" }, "enableShortcutForLock":{ - "value": ["Screenshot","Screen Recorder","Full screenshot"], + "value": ["Screenshot","Screen Recorder","Full screenshot","WLAN"], "serial": 0, "flags": [], "name": "EnableShortcutForLock",