linuxserver / docker-digikam

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

[BUG] Version 2022-12-23-ls115 not works #32

Closed piotrminkina closed 1 year ago

piotrminkina commented 1 year ago

Is there an existing issue for this?

Current Behavior

DigiKam not works in version 2022-12-23-ls115. I also tested version 2022-12-16-ls114 and this version works like a charm.

Version 2022-12-16-ls114: Screenshot from 2022-12-28 21-19-12

Version 2022-12-23-ls115: Screenshot from 2022-12-28 21-20-21 Screenshot from 2022-12-28 21-24-29

Expected Behavior

Should works, like version 2022-12-16-ls114 ;)

Steps To Reproduce

  1. Simply run DigiKam via Docker.
  2. Try to open in browser.

Environment

- OS: Ubuntu 22.04
- How docker service was installed: `docker-ce` package from repo `https://download.docker.com/linux/ubuntu` via `apt install`

CPU architecture

x86-64

Docker creation

  1. docker run --rm -it -p 3000:3000 lscr.io/linuxserver/digikam:2022-12-16-ls114
  2. docker run --rm -it -p 3000:3000 lscr.io/linuxserver/digikam:2022-12-23-ls115

Container logs

  1. 2022-12-16-ls114.txt
  2. 2022-12-23-ls115.txt
github-actions[bot] commented 1 year ago

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

thespad commented 1 year ago

Could be an arch dependency issue, sometimes the deps change out of sync and we have to wait for the baseimages to catch up before the builds will work again.

I would suggest pinning to ls114 and then try the next build of digikam we publish. If it's still broken then, we'll look into it in more detail.

piotrminkina commented 1 year ago

@thespad OK :)

piotrminkina commented 1 year ago

Version 2022-12-30-ls116 also not works. I checked that problem exists in linuxserver/baseimage-rdesktop-web:arch image, since version arch-2022-12-23-ls73.

thespad commented 1 year ago

OK, I'll have a look tomorrow and see if I can figure out where things have broken.

thespad commented 1 year ago

Should be fixed by https://github.com/linuxserver/docker-baseimage-rdesktop/pull/47 once it's merged and the changes have had time to flow down this image.

As a short term workaround if you really need the latest build you can run echo "allowed_users=anybody" > /etc/X11/Xwrapper.config in the container before you attempt to connect and it should achieve the same results.

thespad commented 1 year ago

@piotrminkina please test the latest build and see if you're still seeing issues.

piotrminkina commented 1 year ago

@thespad Version 2023-01-02-ls117 is operational. DigiKam is starting up. Thanks for your work!