Digikam fails to start after 'changing shell for abc'

I’m having an issue with Digikam failing to start after upgrading my docker image.

It seems to hang at the end of the start sequence, before being able to fully initialise the container.

The output of the console seems to follow similar ones for Calibre I see reported here. It is listed below.

[custom-init] No custom services found, skipping...
[migrations] started
[migrations] no migrations found
-------------------------------------
          _         ()
         | |  ___   _    __
         | | / __| | |  /  \
         | | \__ \ | | | () |
         |_| |___/ |_|  \__/
Brought to you by linuxserver.io
-------------------------------------
To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------
User uid:    100
User gid:    100
-------------------------------------
Generating 2048 bit rsa key...
ssl_gen_key_xrdp1 ok
saving to rsakeys.ini
...+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-----
chsh: Shell not changed.
Changing shell for abc.
[custom-init] No custom files found, skipping...

I have tried to use the security_opt: - seccomp:unconfined #optional flag when starting the container, but that doesn’t seem to do anything.

Trying to run the application from within the image prints the following error:

qt.qpa.xcb: could not connect to display 
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

If someone could help me understand what is wrong or could please update the image to fix this problem it would be greatly appreciated.

Thank you.

Using version from 14 days ago still seems to work as expected. I can confirm version linuxserver/digikam:version-7.8.0 or -ls108 works.

can you share your compose or docker run command, please?

output of uname -mr && docker version as well please