SOLVED: Your $HOME/.dmrc file was ignored

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
lanrun
Level 3
Level 3
Posts: 158
Joined: Tue Oct 23, 2007 7:31 am
Location: Lillehammer - Norway

SOLVED: Your $HOME/.dmrc file was ignored

Post by lanrun »

Hi

After a fresh install of Elyssa, and changing login screen from the default one to a GNOME one, I got a message after entering my username and password to log in.
The message said that my $HOME/.dmrc file was ignored.

I found another thread here on this and tried the following:

1. Edited (sudo gedit) the .dmrc file from settings=default to settings=gnome. Reboot and logging in, the same message popped up. So I changed the .dmrc file back again.
2. From a terminal executed the following:
sudo chmod 644 /home/myusername/.dmrc
then rebooted.
The message popped up again when logging in.
3. From a terminal executed the following:
sudo chmod 700 /home/myusername
then reboot.
The message is gone.

So fix for this was:
sudo chmod 644 /home/myusername/.dmrc
sudo chmod 700 /home/myusername

regards
lanrun
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Husse

Re: SOLVED: Your $HOME/.dmrc file was ignored

Post by Husse »

Strange things happen....
Glad it worked but tampering with chmod (not to talk of chown) is always a bit scary :)
Locked

Return to “Other topics”