25.10 “Questing Quokka,” we are taking a significant step forward in the evolution of the Ubuntu Desktop by removing the Xorg-based Ubuntu session. Starting with this release the “Ubuntu” session in GDM will run exclusively on Wayland. in Ubuntu Discourse https://discourse.ubuntu.com/t/ubuntu-25-10-drops-support-for-gnome-on-xorg/62538 25.10ではGNOMEのXorgサポート廃止 “
command line utility that is designed to run on any system with an X11 implementation. It provides an interface to X selections ("the clipboard") from the command line. このxclipですが、もう名前からXな感じが “ でも安心してください。Waylandでも使えるんです(互換レイヤーに感謝)。 ちなみに“wl-clipboard”とかの方がいいとかありますか? 個人的にはxclipの方が単機能で高速なので好みな気がする(実演)。 会場から`wl-copy -t text/plain`とすれば判定部分が高速になるとのご指摘。
programmatically (or manually) simulate keyboard input and mouse activity, move and resize windows, etc. It does this using X11's XTEST extension and other Xlib functions. xdotoolも、名前からXな感じが “ ただ安心してください。Waylandセッションでもある程度は問題なく使えるんです。 `xdotool type abcd`は動かないけど、`key a+b+c+d`とかして無理やり動かせる。 “ydotool”はウィンドウを検索してどうこうという用途ではなさそう。