linuxserver / docker-digikam

GNU General Public License v3.0
54 stars 5 forks source link

various language not available in GUI #25

Closed lbesnard closed 1 year ago

lbesnard commented 2 years ago

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

1. 2. 3. 4.

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

github-actions[bot] commented 1 year 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.