linuxserver / docker-libreoffice

GNU General Public License v3.0
87 stars 14 forks source link

Spanish characters do not work #2

Closed manwy closed 2 years ago

manwy commented 3 years ago

When I type characters like "ñ" or "á" they don't appear in LibreOffice. Is there a way to fix this and make them appear?

Environment

OS: Raspbian buster. arm32 Command used to create docker container (docker-compose):

version: "2.1"

services:
   libreoffice:
      image: linuxserver/libreoffice
      container_name: libreoffice
      restart: always
      environment:
        - PUID=1000
        - PGID=1000
        - TZ=Europe/Madrid
      networks:
         - web
      volumes:
         - $PWD/config:/config
      labels:
         - "traefik.enable=true"
         - "traefik.backend=libreoffice"
         - "traefik.frontend.rule=Host:office.XXXXX.duckdns.org"
         - "traefik.docker.network=web"
         - "traefik.port=3000"
networks:
   web:
      external: true
github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

apiening commented 2 years ago

I'm experiencing the same issue, but with german "umlauts" (Ä, Ö, Ü etc.). I tried to configure Locale setting under Tools / Options / Language settings, but without luck.

I'm afraid only changing the xrdp keymap would solve this issue.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

thelamer commented 2 years ago

Pass the KEYBOARD env variable, the available options can be seen here https://github.com/linuxserver/gclient#keyboard-layouts