feat(profile): chromium: cleanup shell exe.

Needed to installing/remove extensions, applications, and stacked xdg menus
This commit is contained in:
Alexandre Pujol 2025-08-10 19:02:15 +02:00
parent 67c9e86d83
commit 90e962dabb
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -86,16 +86,11 @@
@{bin}/xdg-open rPx -> child-open,
@{bin}/xdg-settings rPx,
# Installing/removing extensions & applications
@{bin}/{,e}grep rix,
@{bin}/basename rix,
@{bin}/cat rix,
@{bin}/cut rix,
@{bin}/mkdir rix,
@{bin}/mktemp rix,
@{bin}/rm rix,
@{bin}/sed rix,
@{bin}/touch rix,
# Installing/removing extensions, applications, and stacked xdg menus
@{sh_path} rix,
@{bin}/{,e}grep ix,
@{bin}/{m,g,}awk ix,
@{coreutils_path} ix,
# For storing passwords externally
@{bin}/keepassxc-proxy rix, # as a temporary solution - see issue #128