ThemeEngine: Fix for Big Sur crash
In TKMutableAssetStorage.m
add:
- (BOOL)caAllowSubimageOfImage:(CGImageRef)image {
return YES;
}
About this issue
- Original URL
- State: open
- Created 4 years ago
- Reactions: 2
- Comments: 36 (2 by maintainers)
In TKMutableAssetStorage.m
add:
- (BOOL)caAllowSubimageOfImage:(CGImageRef)image {
return YES;
}
@yonigold1 I have made a fork of this project and included a notarized release. https://github.com/jslegendre/ThemeEngine/releases/tag/v1.0.0(112)
@MUI68K My fork contains instructions on how to remount the system volume as read/write. I have included various fixes as well as some support for the new glyphs (SF Symbols) on Big Sur and ‘Receive from Editor’ is also working now. https://github.com/jslegendre/ThemeEngine
I believe that is the case. You may be able to have authenticated-root disabled with normal SIP enabled but I haven’t tried
Much better ! 😄 Thanks. Now I can get to see what changes I can make to Big Sur. There are so many .car files that needs some finding out this time around