You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-plasma/kscreenlocker/files/kscreenlocker-consolekit-un...

14 lines
792 B

--- a/abstractlocker.cpp
+++ b/abstractlocker.cpp
@@ -52,9 +52,8 @@ void BackgroundWindow::paintEvent(QPaintEvent* )
auto text = ki18n("The screen locker is broken and unlocking is not possible anymore.\n"
"In order to unlock switch to a virtual terminal (e.g. Ctrl+Alt+F2),\n"
"log in and execute the command:\n\n"
- "loginctl unlock-session %1\n\n"
+ "ck-unlock-session\n\n"
"Afterwards switch back to the running session (Ctrl+Alt+F%2).");
- text = text.subs(QString::fromLocal8Bit(qgetenv("XDG_SESSION_ID")));
text = text.subs(QString::fromLocal8Bit(qgetenv("XDG_VTNR")));
p.setPen(Qt::white);
QFont f = p.font();