GNOME Bugzilla – Bug 784245
Notifications list - notifications without icons are misaligned
Last modified: 2017-07-05 16:41:51 UTC
Created attachment 354558 [details] screenshot See the attached screenshot - some notifications don't have icons, and when they don't, the notification text doesn't have the same alignment as the others. Both the Dropbox and Nextcloud clients seem to produce notifications without icons. It might be best to ensure that every notification has an icon. If the sender doesn't provide one, just use a generic default, like preferences-system-notifications-symbolic or dialog-information-symbolic.
Created attachment 354716 [details] [review] notificationDaemon: Fix fallback icon names The gtk-dialog-* names are old and non-standard, and haven't been provided by the default icon theme for quite a while ...
Review of attachment 354716 [details] [review]: should use the -symbolic suffix, no?
(In reply to Rui Matos from comment #2) > should use the -symbolic suffix, no? It doesn't really matter: https://git.gnome.org//browse/gnome-shell-sass/tree/_common.scss#n1069
Review of attachment 354716 [details] [review]: ok then
Attachment 354716 [details] pushed as 180a897 - notificationDaemon: Fix fallback icon names