From efa7f32b91332b5fff4de306f5dbb4e80efe4511 Mon Sep 17 00:00:00 2001 From: deepin-ci-robot Date: Thu, 7 May 2026 13:27:54 +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/66 --- src/session-widgets/lockcontent.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/session-widgets/lockcontent.cpp b/src/session-widgets/lockcontent.cpp index ecd14893..abda7d0f 100644 --- a/src/session-widgets/lockcontent.cpp +++ b/src/session-widgets/lockcontent.cpp @@ -836,7 +836,11 @@ void LockContent::tryGrabKeyboard(bool exitIfFailed) .path("/org/freedesktop/Notifications") .interface("org.freedesktop.Notifications") .method(QString("Notify")) +#ifndef ENABLE_DSS_SNIP + .arg(tr("Lock Screen")) +#else .arg(QString("dde-lock")) // appName +#endif .arg(static_cast(0)) .arg(QString("")) .arg(QString(""))