-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turn off "Other" notifications by default in Juno #14
Comments
Something kind of annoying that I noticed about this is that some apps (like Slack and Mumble) send notification sounds themselves instead of using the notifications server. This means that bubbles can be disabled, but notification sounds cannot. |
It looks like Corentin's patch was merged into Electron so that those apps should identify themselves correctly in the future: https://github.com/electron/electron/blob/master/brightray/browser/linux/libnotify_notification.cc#L127 |
This was not fixed by patching the OS settings, as there is not a schema defined for that key; the Notifications plug creates it on the fly. I think we'll have to define the schema for |
Should this be closed? Does this mean Juno release is close? :D |
We want to encourage apps to use the notifications API properly with the freedesktop ID and everything. In Loki, we grouped all non-compliant apps together under "Other" in the Notifications plug. In Juno, I think we should turn those notifications off by default.
This means that out of the box:
The text was updated successfully, but these errors were encountered: