summaryrefslogtreecommitdiffstats
path: root/kde/patch/plasma-framework.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-02-27 01:56:14 +0100
committer Eric Hameleers <alien@slackware.com>2016-02-27 01:56:14 +0100
commitb6208c6a4d81f62cedbd0a1b002334ff43856763 (patch)
tree09540ae599d2ee454dbc3ce9ae35467a640b2e55 /kde/patch/plasma-framework.patch
parentf026c76ca3c4058e4cc046fd6622b9b1886c1f49 (diff)
downloadktown-b6208c6a4d81f62cedbd0a1b002334ff43856763.tar.gz
ktown-b6208c6a4d81f62cedbd0a1b002334ff43856763.tar.xz
Fix 'empty systray icons' for applications that use the Xembed protocol.
Xembed issue is KDEBUG 359388. Fix a crash in plasma too; KDEBUG 357895.
Diffstat (limited to 'kde/patch/plasma-framework.patch')
-rw-r--r--kde/patch/plasma-framework.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/kde/patch/plasma-framework.patch b/kde/patch/plasma-framework.patch
new file mode 100644
index 0000000..0fcd59e
--- /dev/null
+++ b/kde/patch/plasma-framework.patch
@@ -0,0 +1,8 @@
+# KDE Plasma with KF 5.18 crash, if mouse repeatedly hovers over TaskManager
+# KDEBUG 357895; fixed in Frameworks 5.20.
+cat $CWD/patch/plasma-framework/plasma-framework_KDEBUG_357895.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+# Icons for SNI Qt apps not appearing
+# KDEBUG 359388; fixed in Frameworks 5.20.
+cat $CWD/patch/plasma-framework/plasma-framework_KDEBUG_359388.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+