feat(profiles): ensure child-open is available.
This commit is contained in:
parent
3147f7d59a
commit
e381aace56
7 changed files with 17 additions and 43 deletions
|
|
@ -39,7 +39,8 @@ profile gnome-software @{exec_path} {
|
|||
@{bin}/gpg{,2} rCx -> gpg,
|
||||
@{bin}/gpgconf rCx -> gpg,
|
||||
@{bin}/gpgsm rCx -> gpg,
|
||||
@{lib}/gio-launch-desktop rPx -> child-open,
|
||||
@{lib}/@{multiarch}/glib-[0-9]*/gio-launch-desktop rPx -> child-open,
|
||||
@{lib}/gio-launch-desktop rPx -> child-open,
|
||||
@{lib}/revokefs-fuse rix,
|
||||
|
||||
/usr/share/app-info/{,**} r,
|
||||
|
|
|
|||
|
|
@ -47,7 +47,9 @@ profile nautilus @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/firejail rPUx,
|
||||
@{bin}/net rPUx,
|
||||
@{bin}/tracker3 rPUx,
|
||||
@{lib}/gio-launch-desktop rPx -> child-open,
|
||||
|
||||
@{lib}/@{multiarch}/glib-[0-9]*/gio-launch-desktop rPx -> child-open,
|
||||
@{lib}/gio-launch-desktop rPx -> child-open,
|
||||
|
||||
/usr/share/*ubuntu/applications/{,**} r,
|
||||
/usr/share/icu/@{int}.@{int}/*.dat r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue