summaryrefslogtreecommitdiffstats
path: root/kde/patch/kate.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-12-22 00:35:53 +0100
committer Eric Hameleers <alien@slackware.com>2017-12-22 00:35:53 +0100
commit43d8a84a92af629c81b9093c4c2b5394d1b78a4d (patch)
tree551d1672f050f8fea43cf732129d8a957a14b0c3 /kde/patch/kate.patch
parentf76ffc418b261c1288172c80607a83fe62e749ac (diff)
downloadktown-43d8a84a92af629c81b9093c4c2b5394d1b78a4d.tar.gz
ktown-43d8a84a92af629c81b9093c4c2b5394d1b78a4d.tar.xz
kde/applications/kate: allow to be started by the root user
This reverts a patronizing commit by a KDE developer. Please leave these kinds of decisions to the end-user!
Diffstat (limited to 'kde/patch/kate.patch')
-rw-r--r--kde/patch/kate.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/kde/patch/kate.patch b/kde/patch/kate.patch
index d8cd42f..45c2f53 100644
--- a/kde/patch/kate.patch
+++ b/kde/patch/kate.patch
@@ -2,3 +2,7 @@
# Should be fixed after 15.12.0.
#cat $CWD/patch/kate/kate-15.12.0.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# Allow Kate to be started by the root user; disallowing this is not
+# a decision that a developer should make for the user, it is patronizing:
+cat $CWD/patch/kate/kate_runasroot.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+