Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] <title>Color changes to display after performing move operation on files in digikam #45

Open
1 task done
sendtoworthington opened this issue Oct 1, 2024 · 5 comments

Comments

@sendtoworthington
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When moving photos to new album location, the color get affected and all photos have a "blue" hue filter applied. Restart of docker container fixes the issue.
Move operation completes normally (digikam functionality is not affected).

Expected Behavior

No affect on display / color. ?vnc issue?
AFTER
BEFORE

Steps To Reproduce

  1. Select photos in existing album
  2. Right click and select move photos
  3. Select existing or new album to move photos too
  4. Observe color change affecting the entire output with blue overlay.

Environment

- OS:Ubuntu
- How docker service was installed: manually

CPU architecture

x86-64

Docker creation

# digikam - Photo Management
  digikam:
    image: ghcr.io/linuxserver/digikam:latest        
    container_name: digikam
    depends_on:
      - mariadb
    volumes:
      - $DOCKERDIR/appdata/digikam:/config
      - /media/Pictures:/config/Pictures
    #ports:
    #  - 3000:3000
    environment:
      <<: *default-tz-puid-pgid
    labels:
      - "traefik.enable=true"
      ## HTTP Routers
      - "traefik.http.routers.digikam-rtr.entrypoints=https"
      - "traefik.http.routers.digikam-rtr.rule=Host(`digikam.$DOMAINNAME0`)"
      ## HTTP Services
      - "traefik.http.routers.digikam-rtr.service=digikam-svc"
      - "traefik.http.services.digikam-svc.loadbalancer.server.port=3000"

Container logs

[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────
[custom-init] No custom files found, skipping...
which: no nvidia-smi in (/command:/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
[ls.io-init] done.
Openbox-Message: Failed to open the display from the DISPLAY environment variable.
2024/10/01 14:25:25 [warn] 183#183: could not build optimal types_hash, you should increase either types_hash_max_size: 1024 o
r types_hash_bucket_size: 64; ignoring types_hash_bucket_size
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
_XSERVTransmkdir: ERROR: Cannot create /tmp/.X11-unix
_XSERVTransSocketUNIXCreateListener: mkdir(/tmp/.X11-unix) failed, errno = 28

Xvnc KasmVNC 1.2.0 - built Sep 29 2024 04:26:07
Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)
See http://kasmweb.com for information on KasmVNC.
Underlying X server release 12014000, The X.Org Foundation

19
which: no nvidia-smi in (/command:/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
Obt-Message: Xinerama extension is not present on the server
 2024-10-01 14:25:38,634 [INFO] websocket 0: got client connection from 127.0.0.1
 2024-10-01 14:25:38,682 [PRIO] Connections: accepted: @67.184.250.174_1727810738.634988::websocket
 2024-10-01 15:03:51,836 [PRIO] Connections: closed: @67.184.250.174_1727810738.634988::websocket (Clean disconnection)
 2024-10-01 15:06:26,995 [INFO] websocket 1: got client connection from 127.0.0.1
 2024-10-01 15:06:27,023 [PRIO] Connections: accepted: @67.184.250.174_1727813186.996069::websocket
 2024-10-01 15:06:58,883 [PRIO] Connections: closed: @67.184.250.174_1727813186.996069::websocket (Clean disconnection)
 2024-10-01 15:06:59,814 [INFO] websocket 2: got client connection from 127.0.0.1
 2024-10-01 15:06:59,858 [PRIO] Connections: accepted: @67.184.250.174_1727813219.815038::websocket
Copy link

github-actions bot commented Oct 1, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@j0nnymoe
Copy link
Member

j0nnymoe commented Oct 1, 2024

Check the display settings of kasm, might just be setting there.

@sendtoworthington
Copy link
Author

sendtoworthington commented Oct 1, 2024 via email

@sendtoworthington
Copy link
Author

closing the digikam gui within the kasmvnc and reopening (Right click in the KasmVNC viewer after closing) resolves the issue (i don't need to restart the container itself).

@sendtoworthington
Copy link
Author

Dragging the file manually to another album/folder doesn't give the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

2 participants