summaryrefslogtreecommitdiff
path: root/kde-misc/yakuake/files
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-18 01:04:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-18 01:04:52 +0200
commit48e8257aef51fc51bee5e605b2541f235b2ba6c6 (patch)
treeb871b4de97e0ae4b7d164724bff06bce6065095b /kde-misc/yakuake/files
parent26bf793827a21ba3d68c93e9f1c98b39c7f9e96e (diff)
downloadgentoo-48e8257aef51fc51bee5e605b2541f235b2ba6c6.tar.gz
gentoo-48e8257aef51fc51bee5e605b2541f235b2ba6c6.tar.xz
kde-misc/yakuake: Drop wayland fix that broke X
Gentoo-bug: 634416 Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'kde-misc/yakuake/files')
-rw-r--r--kde-misc/yakuake/files/yakuake-3.0.4-wayland.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-misc/yakuake/files/yakuake-3.0.4-wayland.patch b/kde-misc/yakuake/files/yakuake-3.0.4-wayland.patch
deleted file mode 100644
index cce53b8ac61..00000000000
--- a/kde-misc/yakuake/files/yakuake-3.0.4-wayland.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 3cdc1d0654dcd8e6eb3fc01d95fcccafe68cbb47 Mon Sep 17 00:00:00 2001
-From: Aleix Pol <aleixpol@kde.org>
-Date: Thu, 12 Oct 2017 18:41:58 +0200
-Subject: Fix (my) yakuake on a wayland session
-
-KWindowSystem::activeWindow and winId are two entirely different things.
-
-Reviewed by Eike
----
- app/mainwindow.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp
-index 6fa9160..028bb9c 100644
---- a/app/mainwindow.cpp
-+++ b/app/mainwindow.cpp
-@@ -1023,7 +1023,7 @@ void MainWindow::wmActiveWindowChanged()
- return;
- }
-
-- if (!Settings::keepOpen() && isVisible() && KWindowSystem::activeWindow() != winId()) {
-+ if (!Settings::keepOpen() && hasFocus()) {
- toggleWindowState();
- }
- }
---
-cgit v0.11.2
-