You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not happy with the freedesktop notifications on Linux emitted by Chromium's own API that gets used by the NotificationService's native provider. The data that gets sent on the dbus interface includes NW.js specific stuff that can't be changed via the Chromium API, and this messes with some notification servers. For example, notifications don't get included in the notification history, and other stuff is unsupported or missing.
Re-implementing direct dbus communication allows fixing this, but the notification provider would be far more complex. In the past, I had already implemented a freedesktop notification provider, so most of it could be reverted:
While I don't see any feature issues with the dbus-native dependency required for implementing it, there's no recent project activity and its dependencies are outdated as well, with some reported vulnerabilities.
The text was updated successfully, but these errors were encountered:
I'm not happy with the freedesktop notifications on Linux emitted by Chromium's own API that gets used by the NotificationService's
native
provider. The data that gets sent on the dbus interface includes NW.js specific stuff that can't be changed via the Chromium API, and this messes with some notification servers. For example, notifications don't get included in the notification history, and other stuff is unsupported or missing.Re-implementing direct dbus communication allows fixing this, but the notification provider would be far more complex. In the past, I had already implemented a
freedesktop
notification provider, so most of it could be reverted:While I don't see any feature issues with the
dbus-native
dependency required for implementing it, there's no recent project activity and its dependencies are outdated as well, with some reported vulnerabilities.The text was updated successfully, but these errors were encountered: