Results 1 to 3 of 3

Thread: $HOME/.dmrc file being ignored

  1. #1
    Join Date
    Aug 2008
    Beans
    5

    $HOME/.dmrc file being ignored

    Hey all,
    When I log onto ubuntu I get a window that says:
    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 permissions. Users $HOME directory must be owned by user and not writable by other users.

    How do I fix this? I've tried going in through root and changing the permissions there to only have access to the files but can't change them. Any suggestions would be greatly appreciated.
    Thanks

  2. #2
    Join Date
    Apr 2008
    Location
    London
    Beans
    1,873
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: $HOME/.dmrc file being ignored

    Hi, I found another thread on the forum where someone had this problem and it got sorted by typing these commands in the terminal:
    Code:
    sudo chmod 644 /home/username/.dmrc
    sudo chown username /home/username/.dmrc
    sudo chmod 755 /home/username
    sudo chown username /home/username
    Where you substitute "username" with your own username on Ubuntu.

    See thread here:

    http://ubuntuforums.org/showthread.p...84#post2307584


    .

  3. #3
    Join Date
    Jul 2008
    Location
    Sydney, Australia
    Beans
    94
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: $HOME/.dmrc file being ignored

    Quote Originally Posted by Sealbhach View Post
    Hi, I found another thread on the forum where someone had this problem and it got sorted by typing these commands in the terminal:
    Code:
    sudo chmod 644 /home/username/.dmrc
    sudo chown username /home/username/.dmrc
    sudo chmod 755 /home/username
    sudo chown username /home/username
    Where you substitute "username" with your own username on Ubuntu.

    See thread here:

    http://ubuntuforums.org/showthread.p...84#post2307584
    .
    I had the same problem last week. Used the above to fix. The first commands went ok but last 2 commands did not. Forgot the error code. Thereafter, I find that changed made under sudo seems to reset after reboot. For instance, I changed permissions for raw1394 under sudo but permissions resets itself after reboot. Not sure if it is related.
    Cannibalised parts : mobo Gigabyte 8S661FXMP-RZ, 2x512MB DDR RAM, Intel P4 1.8A GHz, Excalibur ATI Radeon 7500LE 64MB (RV200QW), 2x500G SATA WDC, 2x300G PATA Maxtor, 1x160G PATA ST, Lite-On DVDRW, onboard sound, Thermaltake Toughpower 750W.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •