this post was submitted on 25 Apr 2024
241 points (96.9% liked)

Linux

47746 readers
910 users here now

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.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Curious from people who follow its development closely.

  • What protocol are about to be finally implemented?
  • Which ones are still a struggle?
  • How many serious protocols are there missing?

https://arewewaylandyet.com/

you are viewing a single comment's thread
view the rest of the comments
[–] russjr08@bitforged.space 3 points 5 months ago (2 children)

I'd love to find an alternative to xdotool's auto type feature (or ClickPaste from Windows).

There is wtype but unfortunately it doesn't work in KDE nor GNOME because neither of them support the right protocol. I've run into the " hasn't implemented $PROTOCOL" a few times in the past and it's certainly a bit annoying.

Aside from when that comes up, I don't really have any complaints. A tool we used for work was never going to be fully functional on Wayland because of its dependence on Xinerama (I think) but thankfully we've moved away from it.

[–] cheet@infosec.pub 4 points 5 months ago (1 children)

I like ydotool, uses a systemd user service, but fulfills my needs of KB shortcuts to paste text into vnc sessions

[–] russjr08@bitforged.space 1 points 5 months ago

Oh that is perfect, thank you! Funnily enough, pasting into VNC sessions is exactly what I needed something like this for as well - you've taken a lot of future pain out of my workday!