Software developmentfromTheregister4 weeks agoWayback: A Wayland replacement for the whole X11 serverWayback creates an X compatibility layer to run X desktop environments on Wayland.
ApplefromZDNET1 month agoX11's dying days mean you'll be forced to switch to WaylandWayland is set to become the default display server for Linux as GNOME plans to fully remove X11 support in upcoming releases.
fromTheregister1 month agoXlibre forks to the rescue - but Kubuntu gives X11 the bootThe release of Xlibre 25.0.0.0 signifies a pivotal moment in the world of X11, presenting new features amid controversy surrounding its lead developer.Software development
ApplefromTechzine Global1 month agoUbuntu 25.10 and Fedora 43 discontinue X11 in GNOME versionsBoth Ubuntu 25.10 and Fedora 43 will exclusively use Wayland for their GNOME editions, discontinuing X11 support.
JavaScriptfromCodeProject10 months agoHow to Handle Clipboard-Copy-Paste (Low-Level)Clipboard handling involves different methods for X11, Win32, and Cocoa; specific protocols and data types are essential for effective operations.
fromCodeProject10 months agoHow to handle X11 Drag 'n Drop eventsTo 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