-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
please add the ability to choose which apps can show notifications #99
Comments
Interesting, I didn't know gnome shell has such a feature. So it's like a blacklist to inhibit notifications from selected apps? |
hi monsta wrote:
|
Yes, currently I have no idea how to implement this, but we might try it someday 😄 |
I'm not specifically interested in this feature, but I may be able to provide some useful information ... Scroll down to "org.freedesktop.Notifications.Notify": The first parameter is the app_name. In dbus-monitor, this looks like this:
|
hi
This would be a great feature to have. Gnome has this feature, although
not all apps support it, but for those that do it's really handy.
Windows 10 also has this feature and it works rather well. If this
feature does get implemented, I'd suggested a simple list view with
check boxes, or maybe a list view with the names of the apps, and if the
enter key is pressed a little dialog box opens up, showing a short
description, and then an on or off button. Gnome's implementation has
some accessibility issues, windows 10's does not. I'm not sure how
helpful i can be, but this would be a great feature for mate to have.
…On 12/18/2016 11:23 AM, aoreucro wrote:
I'm not specifically interested in this feature, but I may be able to
provide some useful information ...
Scroll down to "org.freedesktop.Notifications.Notify":
https://developer.gnome.org/notification-spec/#commands
The first parameter is the app_name.
In dbus-monitor, this looks like this:
|method call time=1482081219.099802 sender=:1.236199 ->
destination=org.freedesktop.Notifications serial=18
path=/org/freedesktop/Notifications;
interface=org.freedesktop.Notifications; member=Notify string
"FileZilla" uint32 0 string "filezilla" string "Transfers finished"
string "All files have been successfully transferred" array [ ] array
[ dict entry( string "category" variant string "transfer.complete" ) ]
int32 -1 |
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABzGmHwMCowBNw_bPLqEcwI9SnkArOXCks5rJWwjgaJpZM4H0dAE>.
|
This is another feature request. It would be neat if mate could turn application's notifications on and off, similar to gnome shell, but much more accessibly than gnome shell. I'd be willing to help implement this once my grasp of c is better.
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/32053574-please-add-the-ability-to-choose-which-apps-can-show-notifications?utm_campaign=plugin&utm_content=tracker%2F1172660&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1172660&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: