mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01: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:
parent
722a61cdb0
commit
80794004e5
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue