From b2312445609f382d2a0eb1eafcaa1445c8a40ff3 Mon Sep 17 00:00:00 2001 From: Hartmut Knaack Date: Sat, 28 May 2022 22:09:15 +0200 Subject: kate.profile: enable bash completion in terminal A side effect of including disable-common.inc is loosing access to /etc/profile.d, where Bash completion is located. Explicitly enable access to console scripts in /etc/profile.d, so that Kate's built-in Konsole instance can be used without limitations. Minor side effect: the spawned Bash tries to access /etc/init.d blacklist violation - sandbox 17317, name kate, exe bash, syscall stat, path /etc/init.d --- etc/profile-a-l/kate.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/kate.profile b/etc/profile-a-l/kate.profile index 194200f4f..7793c3f0a 100644 --- a/etc/profile-a-l/kate.profile +++ b/etc/profile-a-l/kate.profile @@ -22,6 +22,7 @@ noblacklist ${HOME}/.local/share/kxmlgui5/kateopenheaderplugin noblacklist ${HOME}/.local/share/kxmlgui5/katepart noblacklist ${HOME}/.local/share/kxmlgui5/kateproject noblacklist ${HOME}/.local/share/kxmlgui5/katesearch +noblacklist /etc/profile.d include allow-common-devel.inc -- cgit v1.2.3-54-g00ecf