Last update at :2024-07-13,Edit by888u
Today, Snail installed the Linux mint system on a VPS host and was able to use the Xfce visual desktop. During the login process, "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.\\" error message.
Here are the specific solutions. Friends who encounter such problems can also refer to them. If they encounter such problems in the future, they can be copied and used directly.
First, login problems
As you can see from the prompt message, the permissions under the current user name are insufficient. We need authorization permissions.
Second, solution
Log in to SSH with ROOT, and then perform authorization.
cd ~/touch ~/.dmrcchown laozuo .dmrcchmod 644 .dmrccd /homemkdir laozuochown laozuo laozuochmod 755 laozuo
Here we need to set the Linux mint username according to ourselves. Here I use laozuo, you can change it to your own according to actual needs.
Third, login check operation
Then log in to the Linux mint remote desktop through the VNC client, and you can see the desktop information.
Recommended site searches: Korean virtual host, US free host, IP address, Hong Kong IP proxy, high-defense server, website registration price, US virtual space, expired registered domain name query, server rental, Taiwan host,
发表评论