| 328 | | * 偶爾會遇到 Unity 桌面設定跑掉的問題,設定檔的位置是 |
| | 328 | * 偶爾會遇到 Unity 桌面設定跑掉的問題,設定檔的位置是 .config/user-dirs.dirs 而要控制中文英文,則是 .config/user-dirs.locale |
| | 329 | {{{ |
| | 330 | ~$ cat .config/user-dirs.dirs |
| | 331 | # This file is written by xdg-user-dirs-update |
| | 332 | # If you want to change or add directories, just edit the line you're |
| | 333 | # interested in. All local changes will be retained on the next run |
| | 334 | # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped |
| | 335 | # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an |
| | 336 | # absolute path. No other format is supported. |
| | 337 | # |
| | 338 | XDG_DESKTOP_DIR="$HOME/Desktop" |
| | 339 | XDG_DOWNLOAD_DIR="$HOME/" |
| | 340 | XDG_TEMPLATES_DIR="$HOME/" |
| | 341 | XDG_PUBLICSHARE_DIR="$HOME/" |
| | 342 | XDG_DOCUMENTS_DIR="$HOME/" |
| | 343 | XDG_MUSIC_DIR="$HOME/Music" |
| | 344 | XDG_PICTURES_DIR="$HOME/" |
| | 345 | XDG_VIDEOS_DIR="$HOME/" |
| | 346 | }}} |