aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/eog.profile
blob: e8592c7dfa7ff926c745dd2fdae6d31b4ce13c9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Firejail profile for eog
# Description: Eye of GNOME graphics viewer program
# This file is overwritten after every install/update
# Persistent local customizations
include eog.local
# Persistent global definitions
include globals.local

nodeny  ${HOME}/.config/eog

allow  /usr/share/eog

# private-bin, private-etc and private-lib break 'Open With' / 'Open in file manager'.
# Add the next lines to your eog.local if you need that functionality.
#ignore private-bin
#ignore private-etc
#ignore private-lib

private-bin eog

# broken on Debian 10 (buster) running LXDE got the folowing error:
# Failed to register: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown
#dbus-user filter
#dbus-user.own org.gnome.eog
#dbus-user.talk ca.desrt.dconf
dbus-system none

# Redirect
include eo-common.profile