← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #78094]: Jaunty gives '$ HOME/.dmrc file being ignored' after booting

 

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.