Hello guys.
This is my main issue with latest KDE 4.3 under Jaunty or latest Karmic. It keeps restoring my important paths defined in System Settings -> About me -> Paths to default values.
Everytime I change these settings to my desired values (I hate folders with uppercase), after restarting and logging back to my KDE account settings are restored and in my ~ folder there are new default folders created.
I tried to edit ~/.config/user-dirs.dirs file, changing it's attributes so it can't be modified, but no luck. Everytime it's restored back to defaults and it's very annoying.
My ~/.config/user-dirs.dirs looks like this:
This is my main issue with latest KDE 4.3 under Jaunty or latest Karmic. It keeps restoring my important paths defined in System Settings -> About me -> Paths to default values.
Everytime I change these settings to my desired values (I hate folders with uppercase), after restarting and logging back to my KDE account settings are restored and in my ~ folder there are new default folders created.
I tried to edit ~/.config/user-dirs.dirs file, changing it's attributes so it can't be modified, but no luck. Everytime it's restored back to defaults and it's very annoying.
My ~/.config/user-dirs.dirs looks like this:
Code:
# This file is written by xdg-user-dirs-update # If you want to change or add directories, just edit the line you're # interested in. All local changes will be retained on the next run # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an # absolute path. No other format is supported. # XDG_PUBLICSHARE_DIR="$HOME/" XDG_TEMPLATES_DIR="$HOME/" XDG_DESKTOP_DIR="$HOME/Desktop" XDG_DOWNLOAD_DIR="$HOME/Downloads" XDG_DOCUMENTS_DIR="$HOME/Documents" XDG_MUSIC_DIR="$HOME/Music" XDG_PICTURES_DIR="$HOME/Pictures" XDG_VIDEOS_DIR="$HOME/Videos"
Comment