Skip to content

Commit

Permalink
Add note about remaining badges (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg authored Jun 11, 2023
1 parent 2b6fc4f commit 1549a66
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,23 @@ _Note_: Apple CPU identifier must be `0x0F01` for 8 core CPUs or higher and `0x0

_Note_: `4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:revpatch`, `4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:revcpu`, `4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:revcpuname` and `4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:revblock` NVRAM variables work the same as the boot arguments, but have lower priority.

#### Removing badges

If using RestrictEvents to block PCI and RAM configuration notifications, they will go away, but the alert in the Apple menu will stay. To get rid of this alert, run the following commands:

```
defaults delete com.apple.SlotNotificationsPref memoryBadgeCount
defaults delete com.apple.SlotNotificationsPref expansionBadgeCount
```

<!-- For posterity
- Software update badge:
- Monterey and lower: `defaults delete com.apple.systempreferences AttentionPrefBundleIDs` (checks for `com.apple.preferences.softwareupdate`)
- Ventura and higher: `defaults delete ~/Library/Preferences/com.apple.systempreferences.plist AttentionPrefBundleIDs` (checks for `com.apple.FollowUpSettings.FollowUpSettingsExtension`)
- Full path is required because `defaults` attempts to access a sandboxed path otherwise
- App store updates: `defaults delete com.apple.appstored BadgeCount`
-->

#### Credits
- [Apple](https://www.apple.com) for macOS
- [vit9696](https://github.com/vit9696) for [Lilu.kext](https://github.com/vit9696/Lilu) and great help in implementing some features

1 comment on commit 1549a66

@perez987
Copy link

@perez987 perez987 commented on 1549a66 Jun 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dear friend, thanks for your work.
This message is not looking for help (really not needed) but giving information in case it's useful.
My system: Z390 + i9-9900K + RX 6600 XT + Sonoma beta 1 + latest OC 0.9.3 + latest restrictEvents + MacPro7,1.

All is working fine (no memory or pci-e notifications) but I have Apple menu >> About This Mac >> 1 alert. Clicking it opens About This Mac window but here there is not any alert or warning. It's the only remaining thing related to this.

I see it only with MacPro7,1, iMacPro1,1 without RestrictEvents doesn't have this alert as expected.

Doing defaults delete com.apple.SlotNotificationsPref memoryBadgeCount and defaults delete ~/Library/Preferences/com.apple.systempreferences.plist AttentionPrefBundleIDs, even deleting ~/Library/Preferences/com.apple.systempreferences.plist file, doesn't fix the issue and 1 alert text remains. No other issues so far.

1-alert

Please sign in to comment.