I just installed rustdesk as an alternative to TeamViewer.
From my iPhone it is working great, there is a keyboard button bellow the app and I can use my iPhone keyboard to type on remote desktop.
I have to laptops, the main one which is EndeavourOS, and the one that I am accessing remotely with MX Linux installed.
I can access the remote desktop, move the cursor, click, right click… working as expected but keyboard on this EndeavourOS is not passing anything to the remote desktop.
How can I fix that? Is the problem related to the EndeavourOS or to the remote laptop with MX Linux?
Thanks @ivanhoe
The link is mainly about how to build/install… etc.
I have been searching and read on several websites lots of solutions, some take about KDE Plasma configuration on both machines, some say Keyboard on the machine I am accessing from should be same configuration as keyboard on the remote machine… !
Both, I didn’t even get what they are talking about.
RustDesk does not support Wayland. Check this to configuring Xorg as the default GNOME session.
Example 2:
Wayland does not seem to provide any API for sending keypresses to other windows. Therefore, the RustDesk uses an API from a lower level, namely the /dev/uinput device (Linux kernel level).
When Wayland is the controlled side, you have to start in the following way: sudo rustdesk --service && rustdesk
I don’t have time to test it out. But I had issues with Linux, maybe it doesn’t work well between Linux and Linux, as I remember I couldn’t even connect to a Linux remote a few months ago. If you have mouse input you could try an onscreen keyboard though.
I need it only to control Windows. I just remebered, my issue was, that I couldn’t type on Windows.
Did you install the nightly build on the MX linux side too? If you can type on a windows remote, maybe the issue is on the mx remote side.
Also if it’s your machine, set up some wireguard or tailscale and connect with vnc or rdp.
hmmm… From my iPhone I can connect and get the keyboard of the iPhone and type normally on the remote laptop (MX Linux)
So, It is accepting the keyboard input of the iPhone, can I say it is the keyboard in EndeavourOS that is not connecting or sending to the remote laptop?
Some settings or configuration to allow typing to remote laptop?