diff --git a/src/session-widgets/lockcontent.cpp b/src/session-widgets/lockcontent.cpp index abda7d0f..4a6fde8e 100644 --- a/src/session-widgets/lockcontent.cpp +++ b/src/session-widgets/lockcontent.cpp @@ -836,13 +836,15 @@ void LockContent::tryGrabKeyboard(bool exitIfFailed) .path("/org/freedesktop/Notifications") .interface("org.freedesktop.Notifications") .method(QString("Notify")) -#ifndef ENABLE_DSS_SNIP +#ifndef ENABLE_DSS_SNIPE .arg(tr("Lock Screen")) + .arg(static_cast(0)) + .arg(QString("")) #else .arg(QString("dde-lock")) // appName -#endif .arg(static_cast(0)) - .arg(QString("")) + .arg(QString("notification-lock-screen-failed")) +#endif .arg(QString("")) .arg(tr("Failed to lock screen")) .arg(QStringList())