Is there an existing issue for this?
Current Behavior
Since rebasing to Selkies, hitting CMD + V to paste causes the clipboard to spam indefinitely until clicking somewhere or hitting escape.
Expected Behavior
Hitting CMD + V should paste the contents of the clipboard once, as before.
Steps To Reproduce
- Press CMD + V while editing a book's title in the table view
Environment
- OS: Debian 12 (Proxmox 8.4.5)
- How docker service was installed: Docker was installed following the normal Debian installation instructions
CPU architecture
x86-64
Docker creation
calibre-library:
container_name: calibre-library
image: lscr.io/linuxserver/calibre:latest
networks:
petaluma: {ipv4_address: 10.111.0.10}
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- PASSWORD= #optional
- CLI_ARGS= #optional
- NO_DECOR=true
- NO_FULL=true
- SUBFOLDER=/media/calibre-library/
- TITLE=Calibre Library
volumes:
- /opt/media/calibre-library/config:/config
- /opt/media/calibre-library/plugins:/plugins
- /mnt/big_data/media/Books:/data/books
- /mnt/big_data/media/uploads/books:/data/uploads
restart: unless-stopped
Container logs
Logs were too long to paste:
container.log
Figured I'd grep for "clipboard" on the off chance there was something obvious:
❯ cat container.log | grep clipboard
INFO:webrtc_input:Starting clipboard monitor
WARNING:webrtc_input:No clipboard content to send
WARNING:webrtc_input:No clipboard content to send
WARNING:webrtc_input:No clipboard content to send
WARNING:webrtc_input:No clipboard content to send
WARNING:webrtc_input:No clipboard content to send
WARNING:webrtc_input:No clipboard content to send
WARNING:webrtc_input:No clipboard content to send
WARNING:webrtc_input:No clipboard content to send
WARNING:webrtc_input:No clipboard content to send
INFO:webrtc_input:Sending clipboard content, length: 24
INFO:webrtc_input:Sending clipboard content, length: 22
Is there an existing issue for this?
Current Behavior
Since rebasing to Selkies, hitting CMD + V to paste causes the clipboard to spam indefinitely until clicking somewhere or hitting escape.
Expected Behavior
Hitting CMD + V should paste the contents of the clipboard once, as before.
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
calibre-library: container_name: calibre-library image: lscr.io/linuxserver/calibre:latest networks: petaluma: {ipv4_address: 10.111.0.10} security_opt: - seccomp:unconfined #optional environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - PASSWORD= #optional - CLI_ARGS= #optional - NO_DECOR=true - NO_FULL=true - SUBFOLDER=/media/calibre-library/ - TITLE=Calibre Library volumes: - /opt/media/calibre-library/config:/config - /opt/media/calibre-library/plugins:/plugins - /mnt/big_data/media/Books:/data/books - /mnt/big_data/media/uploads/books:/data/uploads restart: unless-stoppedContainer logs
Logs were too long to paste:
container.log
Figured I'd grep for "clipboard" on the off chance there was something obvious:
❯ cat container.log | grep clipboard INFO:webrtc_input:Starting clipboard monitor WARNING:webrtc_input:No clipboard content to send WARNING:webrtc_input:No clipboard content to send WARNING:webrtc_input:No clipboard content to send WARNING:webrtc_input:No clipboard content to send WARNING:webrtc_input:No clipboard content to send WARNING:webrtc_input:No clipboard content to send WARNING:webrtc_input:No clipboard content to send WARNING:webrtc_input:No clipboard content to send WARNING:webrtc_input:No clipboard content to send INFO:webrtc_input:Sending clipboard content, length: 24 INFO:webrtc_input:Sending clipboard content, length: 22