summaryrefslogtreecommitdiff
path: root/kde-plasma/kscreenlocker/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-12 16:58:08 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-12 16:58:08 +0000
commitc8a77dfe4d3d307c1d5dd2650b7297447d8b609d (patch)
tree9ea78393bc3ecd6ab4de449383d4e97e5f3648ae /kde-plasma/kscreenlocker/files
parent2891d29af8907ce881662f4a02844926d7a293c7 (diff)
gentoo resync : 12.01.2019
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();