plasma5-workspace/0001-Workaround-kde-362531.patch

27 lines
786 B
Diff

From 84c03dc24aa32346bedc9a1f128a14a7f912d19c Mon Sep 17 00:00:00 2001
From: Fabian Vogt <fabian@ritter-vogt.de>
Date: Sat, 30 Jul 2016 23:54:46 +0200
Subject: [PATCH] Workaround kde#362531
Delay plasmashell startup by a second so that KWin effects can be queried
Signed-off-by: Fabian Vogt <fabian@ritter-vogt.de>
---
shell/plasmashell.desktop | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shell/plasmashell.desktop b/shell/plasmashell.desktop
index c186f5a..17f10ae 100644
--- a/shell/plasmashell.desktop
+++ b/shell/plasmashell.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
-Exec=plasmashell --shut-up
+Exec=sh -c "sleep 1; plasmashell"
X-DBUS-StartupType=Unique
Name=Plasma Desktop Workspace
Name[ar]=مساحة عمل سطح مكتب بلازما
--
2.9.2