Accepting request 416166 from home:Vogtinator:branches:KDE:Frameworks5

Add 0001-Workaround-kde-362531.patch as a workaround for kde#362531

OBS-URL: https://build.opensuse.org/request/show/416166
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=234
This commit is contained in:
Fabian Vogt 2016-08-01 06:45:42 +00:00 committed by Git OBS Bridge
parent 5889ff84c5
commit bdb4cdda37
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,26 @@
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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jul 30 21:59:11 UTC 2016 - fabian@ritter-vogt.de
- Add 0001-Workaround-kde-362531.patch as a workaround for
kde#362531
-------------------------------------------------------------------
Fri Jul 29 18:05:53 UTC 2016 - fabian@ritter-vogt.de

View File

@ -33,6 +33,8 @@ Patch0: 0001-Rename-qdbus-in-startkde.patch
Patch1: require-qt56.diff
# PATCH-FIX-OPENSUSE plasmashell-disable-windowclosing-on-logout.patch kde#349805 wbauer@tmo.at -- Prevent plasma from closing too early on logout resulting in an unusable desktop if the logout is cancelled
Patch4: plasmashell-disable-windowclosing-on-logout.patch
# PATCH-FIX-OPENSUSE 0001-Workaround-kde-362531.patch kde#362531 fabian@ritter-vogt.de -- Delay plasma startup by a second so that effects can be queried
Patch5: 0001-Workaround-kde-362531.patch
# PATCHES 100-200 and above are from upstream 5.7 branch
Patch100: 0002-don-t-try-to-load-layout-before-kamd-starts.patch
Patch102: 0006-Treat-IsDemandingAttention-as-IsOnAllVirtualDesktops.patch
@ -220,6 +222,7 @@ workspace. Development files.
%if 0%{?is_opensuse} || 0%{?suse_version} > 1315
%patch4 -p1
%endif
%patch5 -p1
%patch100 -p1
%patch102 -p1
%patch103 -p1