Accepting request 416650 from home:Vogtinator:branches:KDE:Frameworks5
Needs to go together with fix in kwindowsystem! OBS-URL: https://build.opensuse.org/request/show/416650 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=240
This commit is contained in:
parent
e43c3472c8
commit
f04d192c2a
@ -1,26 +0,0 @@
|
||||
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
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 3 07:14:32 UTC 2016 - fabian@ritter-vogt.de
|
||||
|
||||
- Remove 0001-Workaround-kde-362531.patch as fixed in kwindowsystem
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 2 11:36:06 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -35,8 +35,6 @@ Patch1: require-qt56.diff
|
||||
Patch2: fix-breeze-sddm-theme-with-many-users.patch
|
||||
# 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
|
||||
# PATCHES 201-300 and above are from upstream master/5.8 branch
|
||||
# PATCH-FEATURE-UPSTREAM Configuration-option-for-System-Tray-icon-size.patch
|
||||
@ -220,7 +218,6 @@ workspace. Development files.
|
||||
%if 0%{?is_opensuse} || 0%{?suse_version} > 1315
|
||||
%patch4 -p1
|
||||
%endif
|
||||
%patch5 -p1
|
||||
%patch201 -p1
|
||||
|
||||
%build
|
||||
|
Loading…
x
Reference in New Issue
Block a user