I have this problem, too, and followed the instructions in topic https://forum.sparkylinux.org/index.php/topic,3519.msg7761.html#msg7761
I checked 'cat /etc/passwd | grep >divers<' and got the following:
oliver@oliver-AO751h:~$ cat /etc/passwd | grep 1000
oliver:x:1000:1000:Oliver:/home/oliver:/bin/bash
oliver@oliver-AO751h:~$ cat /etc/passwd | grep 1001
oliver@oliver-AO751h:~$ cat /etc/passwd | grep 1002
oliver@oliver-AO751h:~$ cat /etc/passwd | grep Live
oliver@oliver-AO751h:~$ cat /etc/passwd | grep live
oliver:x:1000:1000:Oliver:/home/oliver:/bin/bash
I think the problem is that my username is "oliver" and so the file passwd includes "live". Make that sense? Is that possible?
Is there in easy way to solve that or do I have to create a new user with a name without "live" in it and delete the old one?