Question #78094 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/78094

    Status: Open => Answered

Sam proposed the following answer:
ls -la $HOME/.Xauthority
ls -la $HOME/.dmrc

each
-rw------- 1 username username

##my .dmrc has 600
However gid and uid e.g. 1000 should be the user
id
grep 1000 /etc/passwd

chown 1000:1000 /home/username/.dmrc
chmod 644 /home/username/.dmrc

You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntuforums-unanswered
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntuforums-unanswered
More help   : https://help.launchpad.net/ListHelp

Reply via email to