linuxserver/docker-digikam

various language not available in GUI

lbesnard opened this issue · 1 comments

linuxserver.io


Expected Behavior

In the digikam UI, I would expect to be able to change the language of the program

Current Behavior

Currently, this is not possible, only English is available.

I tried adding the following environment variables in my docker-compose config"

      - DOCKER_MODS=linuxserver/mods:universal-package-install
      - INSTALL_PACKAGES=language-pack-kde-fr

However it doesn't seem to help

Steps to Reproduce

Environment

OS: ubuntu server 22.04, 5.15 kernel
CPU architecture: x86_64
How docker service was installed:

docker-compose

Command used to create docker container (run/create/compose/screenshot)

   digikam:
     image: lscr.io/linuxserver/digikam:latest
     container_name: digikam
     environment:
       - PUID=1000
       - PGID=1000
       - TZ=Europe/Paris
       - KEYBOARD=fr-fr-azerty
       - DOCKER_MODS=linuxserver/mods:universal-package-install
       - INSTALL_PACKAGES=language-pack-kde-fr
     volumes:
       - $DOCKER_CONFIG_PATH/digikam:/config
       - $PICTURES_PATH:/pictures
     ports:
       - 3001:3000```

Docker logs

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.