Download raw body.
Unprivileged font cache: src
On 2025/07/01 01:40, Anthony J. Bentley wrote: > + # Transition users to unprivileged font cache > + if [[ $MODE == upgrade ]]; then > + chown _fc-cache:_fc-cache /mnt/var/cache/fontconfig/* > + fi Is there a reason not to chown -R on the dir instead? It would avoid the risk of overflowing the shell command line if there are too many files when expanding /mnt/var/cache/fontconfig/* (mostly 72 chars per file).
Unprivileged font cache: src