feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-06-20 17:57:30 +01:00
parent be27f646ce
commit 58c07e5ea5
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
8 changed files with 14 additions and 7 deletions

View file

@ -56,6 +56,7 @@ profile git @{exec_path} {
@{bin}/rm rix,
@{bin}/sed rix,
@{bin}/tar rix,
@{bin}/true rix,
@{bin}/uname rix,
@{bin}/wc rix,
@{bin}/whoami rix,

View file

@ -22,10 +22,10 @@ profile glib-compile-schemas @{exec_path} {
/usr/share/gnome-shell/extensions/*/schemas/org.gnome.shell.extensions.*.gschema.xml r,
owner @{user_share_dirs}/gnome-shell/extension-updates/*/schemas/ r,
owner @{user_share_dirs}/gnome-shell/extension-updates/*/schemas/gschemas.compiled rw,
owner @{user_share_dirs}/gnome-shell/extension-updates/*/schemas/gschemas.compiled.@{rand6} rw,
owner @{user_share_dirs}/gnome-shell/extension-updates/*/schemas/org.gnome.shell.extensions.*.gschema.xml r,
owner @{user_share_dirs}/gnome-shell/extension{,-updates}/*/schemas/ r,
owner @{user_share_dirs}/gnome-shell/extension{,-updates}/*/schemas/gschemas.compiled rw,
owner @{user_share_dirs}/gnome-shell/extension{,-updates}/*/schemas/gschemas.compiled.@{rand6} rw,
owner @{user_share_dirs}/gnome-shell/extension{,-updates}/*/schemas/org.gnome.shell.extensions.*.gschema.xml r,
include if exists <local/glib-compile-schemas>
}