summaryrefslogtreecommitdiffstats
path: root/kde/patch/kio.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-10-24 14:07:20 +0200
committer Eric Hameleers <alien@slackware.com>2018-10-24 14:07:20 +0200
commitda33bca8208d3134ebebac8e88d1010eabcda579 (patch)
tree267b48c764703a41caa0aa3e3fe42852e5ad9646 /kde/patch/kio.patch
parentf8c0c8d872fd4d0b8920ecabf107a99044813099 (diff)
downloadktown-da33bca8208d3134ebebac8e88d1010eabcda579.tar.gz
ktown-da33bca8208d3134ebebac8e88d1010eabcda579.tar.xz
KIO: fix crash in QCoreApplication when accessing help://KDE-5_18.10
Diffstat (limited to 'kde/patch/kio.patch')
-rw-r--r--kde/patch/kio.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/kde/patch/kio.patch b/kde/patch/kio.patch
index 1caed00..54e775b 100644
--- a/kde/patch/kio.patch
+++ b/kde/patch/kio.patch
@@ -12,3 +12,7 @@
# Fixed in KIO 5.41:
#cat $CWD/patch/kio/kio_fix_url_setpath.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# Fix crash when accessing help://
+# Fixed in KIO 5.52:
+cat $CWD/patch/kio/kio_KDEBUG_399709.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+