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(""))