summaryrefslogtreecommitdiffstats
path: root/kde/patch/kio.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde/patch/kio.patch')
-rw-r--r--kde/patch/kio.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/kde/patch/kio.patch b/kde/patch/kio.patch
index 5d87cba..b518946 100644
--- a/kde/patch/kio.patch
+++ b/kde/patch/kio.patch
@@ -7,3 +7,8 @@
# to kio (kf5 based) to make service menus visible in dolphin (kf5 based):
#cat $CWD/patch/kio/kio_dolphin_servicemenus.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# Qt >= 5.9.3 breaks creation of folders in kio, which affects e.g.
+# Dolphin and Plasma Folder View.
+# 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 ; }
+