aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-09-22 09:27:39 +0000
committerLibravatar GitHub <noreply@github.com>2019-09-22 09:27:39 +0000
commitd7dab8bf56dee6dec25c284a066be02ea6b8b168 (patch)
tree96249de3283e9d8c10e7b1a89329ef282cefdfff
parentadd allow-debuggers to steam.profile (#2971) (diff)
downloadfirejail-d7dab8bf56dee6dec25c284a066be02ea6b8b168.tar.gz
firejail-d7dab8bf56dee6dec25c284a066be02ea6b8b168.tar.zst
firejail-d7dab8bf56dee6dec25c284a066be02ea6b8b168.zip
Inkscape: allow xcf export
close #2967
-rw-r--r--etc/inkscape.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/inkscape.profile b/etc/inkscape.profile
index a1b3bce23..a968609a9 100644
--- a/etc/inkscape.profile
+++ b/etc/inkscape.profile
@@ -11,6 +11,10 @@ noblacklist ${HOME}/.config/inkscape
11noblacklist ${HOME}/.inkscape 11noblacklist ${HOME}/.inkscape
12noblacklist ${DOCUMENTS} 12noblacklist ${DOCUMENTS}
13noblacklist ${PICTURES} 13noblacklist ${PICTURES}
14# Allow exporting .xcf files
15noblacklist ${HOME}/.config/GIMP
16noblacklist ${HOME}/.gimp*
17
14 18
15# Allow python (blacklisted by disable-interpreters.inc) 19# Allow python (blacklisted by disable-interpreters.inc)
16include allow-python2.inc 20include allow-python2.inc