I'm not sure what I did to cause this, but every time I log in to Ubuntu it tells me that "User's $HOME/.dmrc file is being ignored." The message goes on to suggest that it is probably a permissions problem. However, my .dmrc file is owned by the correct user, and that user has read, write, and execute permissions on the file. What can I do to fix this?
|
feedback
|
|
Try getting rid off the execute permission:
If that doesn't work, try making the file only readable by yourself:
Another Edit: After Googling around for a bit, it seems that the permissions on your home directory might also be a factor. What is the output of | |||||||||
feedback
|
ls -lshows the correct user as the owner, with at leastrwpermissions for the owner. When I runls -al,.dbusand.wiresharkare owned byroot. – DLH Aug 19 '09 at 17:38