0

So I noticed I set a profile picture in Ubuntu. There seems to be no point of it other than an extremely small icon about 4px by 4px when clicking at the top right. Its not like it shows up at the login like in windows either. So is there some point to it that I'm just not seeing or understanding?

Imue
  • 5
  • 3
  • 3
    That depends on the display manager - GDM shows a profile pic at the login screen. Some other apps also use it, IIRC. – muru Mar 24 '15 at 12:08
  • I'm running what Ubuntu 14.04 comes with so its Unity. – Imue Mar 24 '15 at 12:09

2 Answers2

5

The old gnome panel used to show the user profile in the power off /reboot etc menu. Also, it may be used by login managers, but not lightdm as far as I know (which is default in your version of Ubuntu). It's more a legacy option than anything, but if you installed KDE or other DE it may show up.

If you're curious, your profile pictures is stored as a hidden file in your home, called .face (without any extension). You can open it with:

gnome-open ~/.face
1

Pidgin and Empathy use it as the default avatar.

muru
  • 197,895
  • 55
  • 485
  • 740
David Foerster
  • 36,264
  • 56
  • 94
  • 147