Is there an existing issue for this?
Current Behavior
I am connected to a Linux desktop remote client (either Lubuntu VPS or Linux Mint laptop), with a physical keyboard layout in Spanish in the computer accessing the linuxserver.io RustDesk image, both with Linux and Windows.
- I have to use Input Source 2 - none of the methods of Input Source 1 works
- The moment that I enter whatever deadkey combination (á é í ó ú) o the letter ñ, the remote is either shutdown (the VPS) or suspended (Linux Mint laptop). It is an instant 'halt'.
It is like any of these triggers the Alt+SysReq+B combination, or similar.
Expected Behavior
A letter should be entered.
Steps To Reproduce
- Configure your keyboard layout to Spanish in the physical computer
- Run RustDesk image
- Connect through it to the remote
- Issue whatever combination of deadkey letters or the letter ñ
- The remote should suspend/halt
Environment
- OS: Linux Mint and Windows for the physical computer. Remotes are lubuntu and Linux Mint.
- Browser: Google Chrome
- How docker service was installed: docker compose in Debian LXC in Proxmox
CPU architecture
x86-64
Docker creation
rustdesk:
image: lscr.io/linuxserver/rustdesk:latest
container_name: rustdesk
devices:
- /dev/dri:/dev/dri
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
- PIXELFLUX_WAYLAND=true
# Optional: Specify device if multiple exist (IE: /dev/dri/renderD129)
- DRINODE=/dev/dri/renderD128
- DRI_NODE=/dev/dri/renderD128
volumes:
- /opt/stacks/rustdesk:/config
shm_size: "1gb"
Container logs
docker logs rustdesk doesn't show anything relevant to the problem
Is there an existing issue for this?
Current Behavior
I am connected to a Linux desktop remote client (either Lubuntu VPS or Linux Mint laptop), with a physical keyboard layout in Spanish in the computer accessing the linuxserver.io RustDesk image, both with Linux and Windows.
It is like any of these triggers the Alt+SysReq+B combination, or similar.
Expected Behavior
A letter should be entered.
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
rustdesk: image: lscr.io/linuxserver/rustdesk:latest container_name: rustdesk devices: - /dev/dri:/dev/dri environment: - PUID=1000 - PGID=1000 - TZ=Europe/Madrid - PIXELFLUX_WAYLAND=true # Optional: Specify device if multiple exist (IE: /dev/dri/renderD129) - DRINODE=/dev/dri/renderD128 - DRI_NODE=/dev/dri/renderD128 volumes: - /opt/stacks/rustdesk:/config shm_size: "1gb"Container logs
docker logs rustdesk doesn't show anything relevant to the problem