------------------------------------------------------------------------
User “faces” on the LightDM greeter screen
------------------------------------------------------------------------


Placing an PNG image called .face or .face.icon in the user's home 
directory does not work well. Better option is to use AccountsService.

The accountsservice package should be installed.

For each user edit or create a file
/var/lib/AccountsService/users/_username_ ,
where _username_ is the user login.

Add the following lines to each file:

[User]
Icon=/var/lib/AccountsService/icons/_picture_

Where _picture_ is a 96x96 PNG icon file.

The picture can be placed in any directory accessible by LightDM if You 
don't like '/var/lib/AccountsService/icons/'.


An example of the AccountsService user configuration file:

------------------------------------------------------------------------
[User]
Language=lv_LV.utf8
XSession=xfce
Icon=/var/lib/AccountsService/icons/working.png
SystemAccount=false
------------------------------------------------------------------------
