From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92676138334 for ; Sun, 6 Jan 2019 12:06:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 680B4E0BA2; Sun, 6 Jan 2019 12:06:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C35AE0BA2 for ; Sun, 6 Jan 2019 12:06:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 903F4335C9F for ; Sun, 6 Jan 2019 12:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0652F508 for ; Sun, 6 Jan 2019 12:06:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1546776380.4577e40cdfe0081fb957497705d9759861512791.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kscreenlocker/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kscreenlocker/files/kscreenlocker-consolekit-unlock.patch X-VCS-Directories: kde-plasma/kscreenlocker/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4577e40cdfe0081fb957497705d9759861512791 X-VCS-Branch: master Date: Sun, 6 Jan 2019 12:06:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 04206602-115f-4384-8f6d-1a546fef64bc X-Archives-Hash: 51c91973dcd704c410bddd7d0ad8e894 commit: 4577e40cdfe0081fb957497705d9759861512791 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jan 6 10:33:31 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 6 12:06:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4577e40c kde-plasma/kscreenlocker: remove unused patch Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/kscreenlocker-consolekit-unlock.patch | 13 ------------- 1 file changed, 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 b0e4011d2b8..00000000000 --- 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();