mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Keyboard input fails (rustdesk 1.2.3+) gentoo, openrc, kernel 6.7.7, self-built #2544
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2544
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Dzordzu on GitHub (Mar 11, 2024).
Bug Description
Using any rustdesk above 1.2.2 ends up with malfunctioning remote keyboard input control. None of the available input modes allows user to pass the input to the target. Input from the older client versions (ex. 1.2.2, android version) works.
Issue appears to be system independent - I've noticed some discussions pointing the similar issue with Windows.
How to Reproduce
Use any client 1.2.3+. No keyboard input is sent to the server. With client 1.2.2 everything works as expected.
(Almost) all the binaries are self built. Building 1.2.2 required cargo update,
tray-icondependency replacement with the one from tauri and some minor code tweaks.Expected Behavior
The keyboard input is properly passed to the client window, and properly sent to the server
Operating system(s) on local side and remote side
Linux (gentoo, openrc, kernel 6.6.13) -> Linux (gentoo, openrc, kernel 6.7.7)
RustDesk Version(s) on local side and remote side
1.2.3+ -> 1.2.2+
Screenshots
Working 1.2.2 client
Problematic 1.2.3+ client
Additional Context
I've tested it on a several machines. Clients were linux/android based. Servers were linux based. I suppose I've used all the possible permutations.
Used machines:
Gentoo Linux (kern. 6.7.7, openrc)
Gentoo Linux (kern 6.6.13, openrc)
Archilnux (kern 6.X, systemd)
Android
@rustdesk commented on GitHub (Mar 11, 2024):
#763
@Dzordzu commented on GitHub (Mar 11, 2024):
@rustdesk It's not about a build! Neither is about runtime error.
@rustdesk commented on GitHub (Mar 11, 2024):
Please report again, if there is problem with our nightly build (run on both sides), https://github.com/rustdesk/rustdesk/releases/tag/nightly, and try out different keyboard mapping mode, https://github.com/rustdesk/rustdesk/issues/
@Dzordzu commented on GitHub (Mar 11, 2024):
It's not only on nightly, but also on released 1.2.3 version. It also covers the latest version on master
The map mode didn't work at all for me. For neither of the tested versions
@rustdesk commented on GitHub (Mar 11, 2024):
tracked by https://github.com/rustdesk/rustdesk/issues/3565
@rustdesk commented on GitHub (Mar 11, 2024):
BTW, please do not report your build's problem here.