summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-01-06 11:33:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-06 13:06:20 +0100
commit4577e40cdfe0081fb957497705d9759861512791 (patch)
treef66ca55d99c1d19aae915a147fa1f096a262e2b3 /kde-plasma/kscreenlocker/files
parentkde-apps/dolphin: remove unused patch (diff)
downloadgentoo-4577e40cdfe0081fb957497705d9759861512791.tar.gz
gentoo-4577e40cdfe0081fb957497705d9759861512791.tar.bz2
gentoo-4577e40cdfe0081fb957497705d9759861512791.zip
kde-plasma/kscreenlocker: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kscreenlocker/files')
-rw-r--r--kde-plasma/kscreenlocker/files/kscreenlocker-consolekit-unlock.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/kde-plasma/kscreenlocker/files/kscreenlocker-consolekit-unlock.patch b/kde-plasma/kscreenlocker/files/kscreenlocker-consolekit-unlock.patch
deleted file mode 100644
index b0e4011d2b88..000000000000
--- a/kde-plasma/kscreenlocker/files/kscreenlocker-consolekit-unlock.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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();