#x11

[ follow ]
fromTechzine Global
1 day ago

Ubuntu 25.10 and Fedora 43 discontinue X11 in GNOME versions

Ubuntu 25.10 and Fedora 43 will discontinue support for X11 in their GNOME editions, transitioning exclusively to Wayland, reflecting both distributions' emphasis on updated technology.
Apple
fromCodeProject
9 months ago

How to Handle Clipboard-Copy-Paste (Low-Level)

To handle clipboard operations in X11, Win32, and Cocoa systems, create appropriate atoms, open the clipboard, and convert data between formats.
JavaScript
fromCodeProject
9 months ago

How to handle X11 Drag 'n Drop events

To handle Drag 'n Drop events with X11, you must use the XDnD protocol, which is more complicated than other APIs but simpler in theory.
JavaScript
[ Load more ]