GNOME Bugzilla – Bug 674794
in-app notifications are blurry
Last modified: 2016-03-31 14:03:01 UTC
Created attachment 212777 [details] The whole texture is offset by a subpixel, making everything appearing blurry. While transitioning, it's not a bad thing the texture is mipmapped/fuzzy, but the final state should be pixel precise. It seems to be subpixel offset and fuzzy.
Created attachment 214323 [details] [review] notificationbar: make it look sharp again It seems the depth property make the renderning blurry. I am not sure why it is needed, as I can't see an overlapped case. Perhaps a clutter_actor_raise() instead where needed?
Review of attachment 214323 [details] [review]: I recall that notification wouldn't appear above one of the views (wizard or properties) and I failed to utilize clutter_actor_raise(). My memory isn't the one to rely on :) so just make sure that notification works on all views and this patch is good.
Attachment 214323 [details] pushed as 9153a56 - notificationbar: make it look sharp again
Did you remember to 'make sure that notification works on all views' as I asked in comment#2? The notifications aren't appearing in wizard anymore. Try not giving a password for fedora express install.