Skip to content

Only usable Input method 2 - sends suspend or halt when using dead-keys (accents or ñ) #14

@jcsogo

Description

@jcsogo

Is there an existing issue for this?

  • I have searched the existing issues

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.

  1. I have to use Input Source 2 - none of the methods of Input Source 1 works
  2. 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

  1. Configure your keyboard layout to Spanish in the physical computer
  2. Run RustDesk image
  3. Connect through it to the remote
  4. Issue whatever combination of deadkey letters or the letter ñ
  5. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions