153
The technical merits of Wayland are mostly irrelevant
(utcc.utoronto.ca)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
There a synergy/barrier replacement working on Wayland yet?
No?
Then I guess Wayland isn't ready yet.
Waynergy works for me.
https://github.com/r-c-f/waynergy
rerequisites
...
In my case, a 'uinput' group is created, and a udev rule is used to modify the permissions appropriately:
/etc/udev/rules.d/49-input.rules, in my case
KERNEL=="uinput",GROUP:="uinput",MODE:="0660"
From here, one could assign one's users to this group, but doing so would open up uinput to every program, with all the potential issues noted in the first paragraph. The safest approach is probably setgid:
as root -- adjust path as needed
chown :uinput waynergy chmod g+s waynergy
If this doesn't still doesn't seem to work (as in #38) be sure that the uinput module is loaded properly. This might be done by creating a file /etc/modules-load.d/uinput.conf with the contents of uinput
This is compared to just installing synergy which takes 7 seconds. I'm not sure why anyone imagines this is a credible alternative.
I haven't tried it yet because it appears to be a client, and my Linux machine is the synergy server in my setup (work windows laptop is the client).
Ah, yep, that pretty much kills that. Well, one day.
Yup. I got nothing against Wayland, but been waiting on this particular use case to get tooling for years now.
https://github.com/htrefil/rkvm
Client machine is a Windows box, and I can't change that, unfortunately.