mirror of
https://github.com/Diolinux/PhotoGIMP.git
synced 2026-04-05 19:51:58 +02:00
Font permissions #114
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @getsnoopy on 5/27/2022
It seems like another issue that's cropping up is when the folders are attempted to be copied into the home directory, it throws errors for a few font files with a
Permission Deniederror. It turns out that there are some font files which don't have the same permissions as all the other font files, so this needs to be fixed. These problematic font files seem to have permissions of444, but they should be664instead.