2010年1月18日星期一

Ubuntu下User's $HOME/.dmrc file is being ignored.解决办法

Problem:

User's $HOME/.dmrc file is being ignored. This prevents the defaults session and language from being saved. File should be owned by user and have 644 permissions. User's $HOME directory must be owned by user and not writable by other users.


Solution:
1:
cd ~/
sudo chown username .dmrc
chmod 644 .dmrc

2:
cd /home
sudo chown username username
chmod 755 username

标签:


评论: 发表评论

订阅 博文评论 [Atom]





<< 主页

This page is powered by Blogger. Isn't yours?

订阅 博文 [Atom]