'Libnotify: notify_register_coalesced_registration failed with code 9 on line 2835

I found the following message repeating repeating many many times (~5 times/minute) in the system.log on my macos x:

Apr  5 12:23:52 macbook-air Google Chrome Helper[8216]: 
Libnotify: notify_register_coalesced_registration failed with code 9 on line 2835

What does it mean? What can I do to fix it and stop having the messages in my log file?



Solution 1:[1]

This error message also happens with the Chromium browser, and when it was submitted as a bug to the Chromium team, the response from them was to tag it as "WontFix", since in their words "This is probably due to the sandbox [a macOS thing]. We don’t control this log message though, so there’s nothing we can do."

See: https://bugs.chromium.org/p/chromium/issues/detail?id=1179114

As Arul said earlier/above, the only apparent "fix" for this error is to upgrade macOS to Monterey, for those people whose Macs can be upgraded.

Solution 2:[2]

This problem appears to be fixed in macOS Monterey. I no longer see the message since the OS upgrade.

$ cat /var/log/system.log|grep Libnotify

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 John Sawyer
Solution 2 Arul Selvan