GNOME Bugzilla – Bug 735680
GdNotification is busted, port to GtkPopover ?
Last modified: 2014-09-03 11:13:35 UTC
This is how it currently looks https://i.imgur.com/S7DlPND.png I thought that we could just port it to use GtkPopover and reduce our usage of libgd even further.
Created attachment 284828 [details] [review] region: Port notification to GtkPopover
Created attachment 284829 [details] [review] user-accounts: Port notification to GtkPopover
Created attachment 284830 [details] [review] build: Stop building GdNotification as it's not needed anymore
I don't think a popover should be misused for a notification. What you are seeing with GdNotification is a theming bug that clearly needs to be fixed
Agreed. We had the same problem for the "popup status bar" in nautilus and epiphany during this cycle.
Created attachment 285217 [details] [review] Fix GdNotification rendering Adwaita provides styling only for .app-notification.frame, so add the .frame style class as well. And don't draw a shadow.
Attachment 285217 [details] pushed as 2899de0 - Fix GdNotification rendering