User’s $HOME/.dmrc file is being ignored…(ERROR)
August 22, 2011 2 Comments
After changing my user’s home directory each logging to the computer was arising the following warning:
“User’s $HOME/.dmrc file is being ignored. This prevents the default session and language from being saved. File should be owned by user and have 644 permission. User $HOME directory must be owned by user and not writable by other users”
I solved it by the following way:
--Connect by your user. chmod 644 ~/.dmrc chown your_user_name ~/.dmrc chmod 700 ~ chown your_user_name ~
Log out then Log in again…It should solve.
It worked! Thank you, sir
Thanks a lot, worked fine!