summaryrefslogtreecommitdiffstats
path: root/etc/krita.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-03-13 20:46:02 +0000
committerLibravatar GitHub <noreply@github.com>2019-03-13 20:46:02 +0000
commit051be0926c51f8044d901af21a9855f3722c3fe9 (patch)
tree41f78b0973e44742b990347a1725253cc9b2439c /etc/krita.profile
parentAvoid including globals.local twice (#2586) (diff)
downloadfirejail-051be0926c51f8044d901af21a9855f3722c3fe9.tar.gz
firejail-051be0926c51f8044d901af21a9855f3722c3fe9.tar.zst
firejail-051be0926c51f8044d901af21a9855f3722c3fe9.zip
Streamline 'Allow python' options (#2588)
* Fix 'allow python' in xpra * Fix 'allow python' in xplayer * Fix 'allow python' in xed * Fix 'allow python' in uzbl-browser * Fix 'allow python' in transmission-remote-cli * Fix 'allow python' in torbrowser-launcher * fix 'allow python' in subdownloader * Fix 'allow python' in steam * Fix 'allow python' in soundconverter * Fix 'allow python' in sdat2img * Fix 'allow python' in scribus * Fix 'allow python' in ranger * Fix 'allow python' in qutebrowser * Fix 'allow python' in qbittorrent * Fix 'allow python' in pybitmessage * Fix 'allow python' in playonlinux * Fix 'allow python' in pitivi * Fix 'allow python' in pithos * Fix 'allow python' in picard * Fix 'allow python' in openshot * Fix 'allow python' in onionshare-gui * Fix 'allow python' in obs * Fix 'allow python' in nitroshare * Fix 'allow python' in nemo * Fix 'allow python' in nautilus * Fix 'allow python' in natron * Fix 'allow python' in ms-office * Fix 'allow python' in mpDris2 * Fix 'allow python' in mendeleydesktop * Fix 'allow python' in macrofusion * Fix 'allow python' in lollypop * Fix 'allow python' in liferea * Fix 'allow python' in krita * Fix 'allow python' in kodi * Fix 'allow python' in inkscape * Fix 'allow python' in hexchat * Fix 'allow python' in gnome-schedule * Fix 'allow python' in gnome-music * Fix 'allow python' in gconf * Fix 'allow python' in gajim * Fix 'allow python' in font-manager * Fix 'allow python' in fontforge * Fix 'allow python' in flowblade * Fix 'allow python' in filezilla * Fix 'allow python' in exfalso * Fix 'allow python' in electrum * Fix 'allow python' in display * Fix 'allow python' in d-feet * Fix 'allow python' in deluge * Fix 'allow python' in cherrytree * Fix 'allow python' in catfish * Fix 'allow python' in caja * Fix 'allow python' in blender * Fix 'allow python' in bleachbit * Fix 'allow python' in authenticator * Fix 'allow python' in arm
Diffstat (limited to 'etc/krita.profile')
-rw-r--r--etc/krita.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/krita.profile b/etc/krita.profile
index 5d9c90440..8f275f8df 100644
--- a/etc/krita.profile
+++ b/etc/krita.profile
@@ -19,6 +19,8 @@ noblacklist ${PATH}/python2*
19noblacklist ${PATH}/python3* 19noblacklist ${PATH}/python3*
20noblacklist /usr/lib/python2* 20noblacklist /usr/lib/python2*
21noblacklist /usr/lib/python3* 21noblacklist /usr/lib/python3*
22noblacklist /usr/local/lib/python2*
23noblacklist /usr/local/lib/python3*
22 24
23include disable-common.inc 25include disable-common.inc
24include disable-devel.inc 26include disable-devel.inc