GNOME Bugzilla – Bug 784815
Map G_NOTIFICATION_PRIORITY_HIGH to NOTIFY_URGENCY_NORMAL
Last modified: 2017-07-18 21:32:01 UTC
Created attachment 355344 [details] [review] [PATCH] Map G_NOTIFICATION_PRIORITY_HIGH to NOTIFY_URGENCY_NORMAL Provided that the difference between G_NOTIFICATION_PRIORITY_HIGH and NORMAL is minor, it may make more sense to map the HIGH value to libnotify's NOTIFY_URGENCY_NORMAL. For example, this change would avoid people having to manually dismiss notifications from applications which use HIGH, because notification daemons which use the libnotify urgency values tend to treat the NOTIFY_URGENCY_CRITICAL in a way much louder than GNOME Shell would treat G_NOTIFICATION_PRIORITY_HIGH.
Related issue: https://github.com/aperezdc/revolt/issues/67
Review of attachment 355344 [details] [review]: Ok, lets try this. We'll see if it breaks other apps expectations, I guess.