From 43d8a84a92af629c81b9093c4c2b5394d1b78a4d Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 22 Dec 2017 00:35:53 +0100 Subject: 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! --- kde/patch/kate.patch | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kde/patch/kate.patch') 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 ; } + -- cgit v1.2.3-65-gdbad