mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
gnome abstraction: allow reading per-user themes from $XDG_DATA_HOME
Bug-Debian: https://bugs.debian.org/930031 As per https://developer.gnome.org/gtk3/stable/ch32s03.html, since GTK+ 3.6, $XDG_DATA_HOME/themes is preferred over $HOME/.themes. We already support the latter, let's also support the former. PR: https://gitlab.com/apparmor/apparmor/merge_requests/442 Acked-by: John Johansen <john.johansen@canonical.com> (cherry picked from commit098f0a7b5f
)852c1e76
gnome abstraction: allow reading per-user themes from $XDG_DATA_HOME
This commit is contained in:
committed by
Christian Boltz
parent
a657924262
commit
a863279f06
@@ -51,6 +51,8 @@
|
||||
owner @{HOME}/.gtk-bookmarks r,
|
||||
owner @{HOME}/.themes/ r,
|
||||
owner @{HOME}/.themes/** r,
|
||||
owner @{user_share_dirs}/themes/ r,
|
||||
owner @{user_share_dirs}/themes/** r,
|
||||
|
||||
# for gtk file dialog
|
||||
owner @{HOME}/.config/gtk-2.0/ w,
|
||||
|
Reference in New Issue
Block a user