Skip to content

Symbolic user avatar icon fixes

Joonas Henriksson requested to merge jh/gnome-shell:user-icon-border-fix into master

This fixes two visual problems with the symbolic fallback user avatar icon, that is displayed whenever no specific user icon is available:

  • The symbolic icon sizing was incorrect (apart from inside .user-widget.horizontal or .user-widget.vertical). This was apparent for example in the polkit-dialog and logout dialogs.
  • Removes the 2px border, that was added in 498710c2, from the fallback icon, as it doesn't work with the current design, or match the mockups.

More detailed explanations in the commit messages.

before after
1490before 1490after1

I'm suggesting cherry-picking this for gnome-3-38 as well.

Merge request reports