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 a2e20dc..1f53214 100644
--- a/kde/patch/kio.patch
+++ b/kde/patch/kio.patch
@@ -2,3 +2,8 @@
# Patch taken from kubuntu:
cat $CWD/patch/kio/kio_kdelibs4_docpatch.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# KDEBUG #350769 (fixed in Frameworks 5.16.0):
+# Move konqpopupmenuplugin.desktop from kde-baseapps (kdelibs4 based)
+# 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 ; }
+