Anyone can help with this? I found one thing, when i do:
sudo more /var/lib/AccountsService/users/mm
I get:
[org.freedesktop.DisplayManager.AccountsService]
BackgroundFile='/home/mm/Obrazy/Tapety/tapeta_2.jpeg'
[User]
Icon=/home/mm/.face
SystemAccount=true
I found on some page that SystemAccount should be false but when I change it after restart it's still true.
It happends to all users in computer.
Also I think it's connected to other issue that I have that some programs that need root privillages doesn't start by picking them from Menu - i need to open them by terminal using sudo (i.e. sudo gparted).
UPDATE:
My:
cat /etc/passwd
was showing:
mm:x:1000:1000:MM:/home/mm:/bin/bash
but in:
cat /etc/shells
i had only:
/usr/bin/fish
I fixed it by adding /bin/bash
and everything works now.
Anyway - I can't switch shell to fish so i added command fish at the end of .bashrc
and bypassed it. The most important thing is that my Solus works normal now 🙂
Please mark it as solved and close topic.