amnesia@amnesia:~$ locale LANG=es_ES.UTF-8 LANGUAGE= LC_CTYPE="es_ES.UTF-8" LC_NUMERIC="es_ES.UTF-8" LC_TIME="es_ES.UTF-8" LC_COLLATE="es_ES.UTF-8" LC_MONETARY="es_ES.UTF-8" LC_MESSAGES="es_ES.UTF-8" LC_PAPER="es_ES.UTF-8" LC_NAME="es_ES.UTF-8" LC_ADDRESS="es_ES.UTF-8" LC_TELEPHONE="es_ES.UTF-8" LC_MEASUREMENT="es_ES.UTF-8" LC_IDENTIFICATION="es_ES.UTF-8" LC_ALL= amnesia@amnesia:~$ localectl System Locale: LC_NUMERIC=es_ES.UTF-8 LC_TIME=es_ES.UTF-8 LC_MONETARY=es_ES.UTF-8 LC_PAPER=es_ES.UTF-8 LC_MEASUREMENT=es_ES.UTF-8 VC Keymap: es X11 Layout: es X11 Model: pc105 amnesia@amnesia:~$ gsettings list-recursively org.gnome.desktop.input-sources org.gnome.desktop.input-sources show-all-sources false org.gnome.desktop.input-sources xkb-options @as [] org.gnome.desktop.input-sources per-window false org.gnome.desktop.input-sources current uint32 0 org.gnome.desktop.input-sources mru-sources [('xkb', 'es'), ('xkb', 'us'), ('ibus', 'pinyin'), ('ibus', 'anthy'), ('ibus', 'hangul'), ('ibus', 'Unikey'), ('ibus', 'bopomofo')] org.gnome.desktop.input-sources sources [('xkb', 'es'), ('xkb', 'us'), ('ibus', 'pinyin'), ('ibus', 'anthy'), ('ibus', 'hangul'), ('ibus', 'Unikey'), ('ibus', 'bopomofo')] amnesia@amnesia:~$ dconf dump /org/gnome/desktop/input-sources/ [/] sources=[('xkb', 'es'), ('xkb', 'us'), ('ibus', 'pinyin'), ('ibus', 'anthy'), ('ibus', 'hangul'), ('ibus', 'Unikey'), ('ibus', 'bopomofo')] mru-sources=[('xkb', 'es'), ('xkb', 'us'), ('ibus', 'pinyin'), ('ibus', 'anthy'), ('ibus', 'hangul'), ('ibus', 'Unikey'), ('ibus', 'bopomofo')] xkb-options=@as [] amnesia@amnesia:~$ dconf dump /desktop/ibus/ [general] preload-engines=['pinyin', 'anthy', 'hangul', 'Unikey', 'bopomofo'] amnesia@amnesia:~$ for file in /etc/default/keyboard \ > /etc/default/locale \ > /var/lib/tails-user-session/keyboard ; do > ls -l "$file" > echo "Content of ${file}:" > cat "$file" > done -rw-r--r-- 1 root root 44 jun 22 2017 /etc/default/keyboard Content of /etc/default/keyboard: XKBMODEL=pc105 XKBLAYOUT=es BACKSPACE=guess -rw-r--r-- 1 root root 115 jun 22 2017 /etc/default/locale Content of /etc/default/locale: LC_NUMERIC=es_ES.UTF-8 LC_TIME=es_ES.UTF-8 LC_MONETARY=es_ES.UTF-8 LC_PAPER=es_ES.UTF-8 LC_MEASUREMENT=es_ES.UTF-8 -rw-r--r-- 1 root amnesia 60 jun 22 2017 /var/lib/tails-user-session/keyboard Content of /var/lib/tails-user-session/keyboard: XKBMODEL="pc105" XKBLAYOUT="es" XKBVARIANT="" XKBOPTIONS="" amnesia@amnesia:~$ systemctl status systemd-localed.service ● systemd-localed.service - Locale Service Loaded: loaded (/lib/systemd/system/systemd-localed.service; static; vendor p Active: active (running) since Thu 2017-06-22 17:50:19 CEST; 97ms ago Docs: man:systemd-localed.service(8) man:locale.conf(5) man:vconsole.conf(5) http://www.freedesktop.org/wiki/Software/systemd/localed Main PID: 15837 (systemd-localed) Tasks: 1 (limit: 4915) CGroup: /system.slice/systemd-localed.service └─15837 /lib/systemd/systemd-localed ...skipping... ● systemd-localed.service - Locale Service Loaded: loaded (/lib/systemd/system/systemd-localed.service; static; vendor p Active: active (running) since Thu 2017-06-22 17:50:19 CEST; 97ms ago Docs: man:systemd-localed.service(8) man:locale.conf(5) man:vconsole.conf(5) http://www.freedesktop.org/wiki/Software/systemd/localed Main PID: 15837 (systemd-localed) Tasks: 1 (limit: 4915) CGroup: /system.slice/systemd-localed.service └─15837 /lib/systemd/systemd-localed ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ /var/lib/AccountsService/users/amnesia