mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
sys_patch_dict.py: Omit NV Web Pref Pane
This commit is contained in:
+12
-9
@@ -344,15 +344,18 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support):
|
|||||||
"NVDANV50HalTeslaWeb.kext": "WebDriver-387.10.10.10.40.140",
|
"NVDANV50HalTeslaWeb.kext": "WebDriver-387.10.10.10.40.140",
|
||||||
"NVDAResmanTeslaWeb.kext": "WebDriver-387.10.10.10.40.140",
|
"NVDAResmanTeslaWeb.kext": "WebDriver-387.10.10.10.40.140",
|
||||||
},
|
},
|
||||||
"/Library/PreferencePanes": {
|
|
||||||
"NVIDIA Driver Manager.prefPane": "WebDriver-387.10.10.10.40.140",
|
# Disabled due to issues with Pref pane stripping 'nvda_drv' NVRAM
|
||||||
},
|
# variables
|
||||||
"/Library/LaunchAgents": {
|
# "/Library/PreferencePanes": {
|
||||||
"com.nvidia.nvagent.plist": "WebDriver-387.10.10.10.40.140",
|
# "NVIDIA Driver Manager.prefPane": "WebDriver-387.10.10.10.40.140",
|
||||||
},
|
# },
|
||||||
"/Library/LaunchDaemons": {
|
# "/Library/LaunchAgents": {
|
||||||
"com.nvidia.nvroothelper.plist": "WebDriver-387.10.10.10.40.140",
|
# "com.nvidia.nvagent.plist": "WebDriver-387.10.10.10.40.140",
|
||||||
},
|
# },
|
||||||
|
# "/Library/LaunchDaemons": {
|
||||||
|
# "com.nvidia.nvroothelper.plist": "WebDriver-387.10.10.10.40.140",
|
||||||
|
# },
|
||||||
},
|
},
|
||||||
"Remove": {
|
"Remove": {
|
||||||
"/System/Library/Extensions": [
|
"/System/Library/Extensions": [
|
||||||
|
|||||||
+2
-3
@@ -1193,9 +1193,8 @@ class wx_python_gui:
|
|||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
stderr=subprocess.PIPE
|
stderr=subprocess.PIPE
|
||||||
)
|
)
|
||||||
if output.returncode == 0:
|
time.sleep(5)
|
||||||
time.sleep(5)
|
self.OnCloseFrame(None)
|
||||||
self.OnCloseFrame(None)
|
|
||||||
else:
|
else:
|
||||||
self.reboot_system(message="Root Patcher finished successfully\nWould you like to reboot now?")
|
self.reboot_system(message="Root Patcher finished successfully\nWould you like to reboot now?")
|
||||||
self.return_to_main_menu.Enable()
|
self.return_to_main_menu.Enable()
|
||||||
|
|||||||
Reference in New Issue
Block a user