Hi all,
Yesterday I installed kubuntu selecting Catalan as my locale. Installation went well, but I noticed the subfolders in my home directory are named in English.
I've tried the following (that worked some time ago in a similar situation):
$ LANG=ca_ES.UTF-8 xdg-user-dirs-update --force
... this should change the contents of ~/.config/user-dirs.dirs to this:
XDG_DESKTOP_DIR="$HOME/Escriptori"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_DOWNLOAD_DIR="$HOME/Baixades"
XDG_MUSIC_DIR="$HOME/Música"
XDG_PICTURES_DIR="$HOME/Imatges"
XDG_PUBLICSHARE_DIR="$HOME/Públic"
XDG_TEMPLATES_DIR="$HOME/Plantilles"
XDG_VIDEOS_DIR="$HOME/Vídeos"
..but it fails to do so. The names are still in English.
¿Does anyone know of a solution?
Thanks in advance an have a good day.
Yesterday I installed kubuntu selecting Catalan as my locale. Installation went well, but I noticed the subfolders in my home directory are named in English.
I've tried the following (that worked some time ago in a similar situation):
$ LANG=ca_ES.UTF-8 xdg-user-dirs-update --force
... this should change the contents of ~/.config/user-dirs.dirs to this:
XDG_DESKTOP_DIR="$HOME/Escriptori"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_DOWNLOAD_DIR="$HOME/Baixades"
XDG_MUSIC_DIR="$HOME/Música"
XDG_PICTURES_DIR="$HOME/Imatges"
XDG_PUBLICSHARE_DIR="$HOME/Públic"
XDG_TEMPLATES_DIR="$HOME/Plantilles"
XDG_VIDEOS_DIR="$HOME/Vídeos"
..but it fails to do so. The names are still in English.
¿Does anyone know of a solution?
Thanks in advance an have a good day.
Comment