aboutsummaryrefslogtreecommitdiffstats
path: root/etc/scribus.profile
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-11-17 12:29:11 -0600
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-11-17 12:32:32 -0600
commiteb4b505ac2537c320c044cf5fad595ecef41bbca (patch)
tree6216a34146aed50fdf700191914b287795d83adc /etc/scribus.profile
parentFix #1651 - dropbox failed to start (diff)
downloadfirejail-eb4b505ac2537c320c044cf5fad595ecef41bbca.tar.gz
firejail-eb4b505ac2537c320c044cf5fad595ecef41bbca.tar.zst
firejail-eb4b505ac2537c320c044cf5fad595ecef41bbca.zip
Consistent home directory nomenclature
Diffstat (limited to 'etc/scribus.profile')
-rw-r--r--etc/scribus.profile28
1 files changed, 14 insertions, 14 deletions
diff --git a/etc/scribus.profile b/etc/scribus.profile
index e49d484ed..001b91387 100644
--- a/etc/scribus.profile
+++ b/etc/scribus.profile
@@ -8,20 +8,20 @@ include /etc/firejail/globals.local
8blacklist /run/user/*/bus 8blacklist /run/user/*/bus
9 9
10# Support for PDF readers comes with Scribus 1.5 and higher 10# Support for PDF readers comes with Scribus 1.5 and higher
11noblacklist ~/.config/okularpartrc 11noblacklist ${HOME}/.config/okularpartrc
12noblacklist ~/.config/okularrc 12noblacklist ${HOME}/.config/okularrc
13noblacklist ~/.config/scribus 13noblacklist ${HOME}/.config/scribus
14noblacklist ~/.config/scribusrc 14noblacklist ${HOME}/.config/scribusrc
15noblacklist ~/.gimp* 15noblacklist ${HOME}/.gimp*
16noblacklist ~/.kde/share/apps/okular 16noblacklist ${HOME}/.kde/share/apps/okular
17noblacklist ~/.kde/share/config/okularpartrc 17noblacklist ${HOME}/.kde/share/config/okularpartrc
18noblacklist ~/.kde/share/config/okularrc 18noblacklist ${HOME}/.kde/share/config/okularrc
19noblacklist ~/.kde4/share/apps/okular 19noblacklist ${HOME}/.kde4/share/apps/okular
20noblacklist ~/.kde4/share/config/okularpartrc 20noblacklist ${HOME}/.kde4/share/config/okularpartrc
21noblacklist ~/.kde4/share/config/okularrc 21noblacklist ${HOME}/.kde4/share/config/okularrc
22noblacklist ~/.local/share/okular 22noblacklist ${HOME}/.local/share/okular
23noblacklist ~/.local/share/scribus 23noblacklist ${HOME}/.local/share/scribus
24noblacklist ~/.scribus 24noblacklist ${HOME}/.scribus
25 25
26include /etc/firejail/disable-common.inc 26include /etc/firejail/disable-common.inc
27include /etc/firejail/disable-devel.inc 27include /etc/firejail/disable-devel.inc