From 474aa8248daf04cf180c6363437e9879c698a8ad Mon Sep 17 00:00:00 2001 From: Fred-Barclay Date: Wed, 23 May 2018 19:42:07 -0500 Subject: Fix #1953 - noexec home breaks krita on Arch --- etc/krita.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/krita.profile') diff --git a/etc/krita.profile b/etc/krita.profile index 4a08fa8e8..99fd235db 100644 --- a/etc/krita.profile +++ b/etc/krita.profile @@ -39,5 +39,6 @@ shell none private-dev private-tmp -noexec ${HOME} +# noexec ${HOME} may break krita, see issue #1953 +# noexec ${HOME} noexec /tmp -- cgit v1.2.3-54-g00ecf