summaryrefslogtreecommitdiffstats
path: root/kde/patch/plasma-workspace.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-01-27 11:03:38 +0100
committer Eric Hameleers <alien@slackware.com>2017-01-27 11:03:38 +0100
commit34eaef58d59c97fef278f797f1875e5d39fe0797 (patch)
treef9139f4fab4ec96b6283737210bbdb3c85c14105 /kde/patch/plasma-workspace.patch
parentacb5679384b30a28dc968b13211ff41db9bf0e1d (diff)
downloadktown-34eaef58d59c97fef278f797f1875e5d39fe0797.tar.gz
ktown-34eaef58d59c97fef278f797f1875e5d39fe0797.tar.xz
plasma-workspace: address high CPU useage bug in system tray animations.
Diffstat (limited to 'kde/patch/plasma-workspace.patch')
-rw-r--r--kde/patch/plasma-workspace.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/kde/patch/plasma-workspace.patch b/kde/patch/plasma-workspace.patch
index 30e54f0..f5c320d 100644
--- a/kde/patch/plasma-workspace.patch
+++ b/kde/patch/plasma-workspace.patch
@@ -6,3 +6,7 @@
# Apply commit that fixes compilation of 5.6.5:
#cat $CWD/patch/plasma-workspace/plasma-workspace_apply_767aa57.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# Systray: Move all icon resolution to dataengine, preventing high CPU usage,
+# see https://phabricator.kde.org/D2986 :
+cat $CWD/patch/plasma-workspace/plasma-workspace.systray_cpubug.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+