mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-18 21:30:00 +10:00
Merge pull request #1073 from Jazzzny/blurbeta-workaround
Quality of Life - Add workaround for MenuBar2 crashing after patching
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
- Allows for Live Text support on systems with3802 GPUs
|
- Allows for Live Text support on systems with3802 GPUs
|
||||||
- ie. Intel Ivy Bridge and Haswell, Nvidia Kepler
|
- ie. Intel Ivy Bridge and Haswell, Nvidia Kepler
|
||||||
- Previously disabled due to high instability in Photos with Face Scanning, now resolved
|
- Previously disabled due to high instability in Photos with Face Scanning, now resolved
|
||||||
|
- Work-around crashing after patching with MenuBar2 implementation enabled
|
||||||
|
- Setting must be re-enabled after patching
|
||||||
- Update non-Metal Binaries:
|
- Update non-Metal Binaries:
|
||||||
- Resolve window placement defaulting past top of screen for some apps
|
- Resolve window placement defaulting past top of screen for some apps
|
||||||
- ex. OpenCore-Patcher.app during root patching
|
- ex. OpenCore-Patcher.app during root patching
|
||||||
|
|||||||
@@ -147,6 +147,8 @@ class SystemPatchDictionary():
|
|||||||
**({"defaults write /Library/Preferences/.GlobalPreferences.plist ShowDate -int 1": True } if self.os_float >= self.macOS_12_4 else {}),
|
**({"defaults write /Library/Preferences/.GlobalPreferences.plist ShowDate -int 1": True } if self.os_float >= self.macOS_12_4 else {}),
|
||||||
"defaults write /Library/Preferences/.GlobalPreferences.plist InternalDebugUseGPUProcessForCanvasRenderingEnabled -bool false": True,
|
"defaults write /Library/Preferences/.GlobalPreferences.plist InternalDebugUseGPUProcessForCanvasRenderingEnabled -bool false": True,
|
||||||
"defaults write /Library/Preferences/.GlobalPreferences.plist WebKitExperimentalUseGPUProcessForCanvasRenderingEnabled -bool false": True,
|
"defaults write /Library/Preferences/.GlobalPreferences.plist WebKitExperimentalUseGPUProcessForCanvasRenderingEnabled -bool false": True,
|
||||||
|
# MenuBar2 breaks macOS if enabled before patching
|
||||||
|
"defaults write /Library/Preferences/.GlobalPreferences.plist Amy.MenuBar2Beta -bool false": True,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"Non-Metal IOAccelerator Common": {
|
"Non-Metal IOAccelerator Common": {
|
||||||
|
|||||||
Reference in New Issue
Block a user