kuzmin-no / Brother_DCP-T426W

"Creating" a macOS driver and adding support of AirPrint™ and IPP Everywhere™ for the budget printer Brother DCP-T426W
1 stars 0 forks source link

Issue with adding printer #1

Open filipkowicz opened 22 hours ago

filipkowicz commented 22 hours ago

Hi, I'm getting following issue when i'm trying to use added driver - i guess it's related to file permissions - do you know how they should be set?

Screenshot 2024-12-03 at 23 24 46
filipkowicz commented 22 hours ago

i guess it might be related to System Integrity Protection since file has xattrs "com.apple.provenance:" which i can't remove

kuzmin-no commented 2 hours ago

Hi, when I download a file from github.com/Internet it usually has only com.apple.quarantine attribue, which might be deleted with command "xattr -d com.apple.quarantine ". Try to remove com.apple.provenance attribue with the same command "xattr -d com.apple.provenance "