Announcement

Collapse
No announcement yet.

How to: get lightdm to display user icon when your ~/ is locked down [private]

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to: get lightdm to display user icon when your ~/ is locked down [private]

    OK the scenario......
    you have multiple users on your system and you have changed permissions on /home/you so every one but you and your group is forbidden access to /home/you .

    well now lightdm cant read your .face icon ,,,,, but their is hope.

    if you go to /var/lib/AccountsService/icons and add a folder named your user name like this (we will use mine in the example so replace vinny with yours)

    Code:
    /var/lib/AccountsService/icons/vinny/
    then place the ~/.face you were using in it.

    now go to
    Code:
    /var/lib/AccountsService/users/
    and you will see a .txt file with your user name their already, open it and add the line
    Code:
    Icon=/var/lib/AccountsService/icons/vinny/.face
    so it looks like this

    Code:
    [User]
    XSession=kde-plasma
    Icon=/var/lib/AccountsService/icons/vinny/.face
    save exit and reboot ,,,,,,,,behold your icon is back

    you will nead to be root so do the "kdesudo dolphin" thing or use your root actions service menus

    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores
Working...
X