3 reasons KDE Plasma is still my go-to Linux desktop
I just can't shake this open source desktop environment.
Latest Linux and open source news from around the web
I just can't shake this open source desktop environment.
TigerVNC 1.16 open-source VNC client/server application is now available for download with support for sharing Wayland desktops and other changes. Here's what's new!
TigerVNC 1.16, a cross-platform VNC client & server, is out with a new Wayland server, improved keyboard handling, and a more responsive native viewer.
This platform lets you play old JumpStart learning games.
The kernel's "kfunc" mechanism is a way of exporting kernel functions so that they can be called directly from BPF programs. There are over 300 kfuncs in current kernels, ranging in functionality from string processing (bpf_strnlen()) to custom schedulers (scx_bpf_kick_cpu()) and beyond. Sometimes these kfuncs need access to context information that is not directly available to BPF programs, and which thus cannot be passed in as arguments. The implicit arguments patch set from Ihor Solodrai is the latest attempt to solve this problem.
OpenSSL 3.6.1 is out with fixes for multiple high-severity vulnerabilities affecting TLS, PKCS12, CMS, and certificate handling.
The small but mighty Linux desktop.
Xfce desktop environment is getting a brand-new Wayland compositor called Xfwl4, which will be included in the Xfce 4.22 release.
A good dual-boot setup will double your satisfaction and cut your technical headaches in half.
Xfce says the first development release of its new Wayland compositor xfwl4 is expected around mid-2026, with work already underway.
GStreamer 1.28 is out today as the newest feature release for this widely-used, open-source multimedia framework...
OpenSSL 3.6.1 open-source TLS/SSL and crypto library is now available for download with fixes for several security vulnerabilities and bugs. Patch now!
The Xfce team has announced that it will be providing funding to Brian Tarricone to work on xfwl4, a Wayland compositor for Xfce: Xfwl4 will not be based on the existing xfwm4 code. Instead, it will be written from scratch in rust, using smithay building blocks. The first attempt at creating an Xfce Wayland compositor involved modifying the existing xfwm4 code to support both X11 and Wayland in parallel. However, this approach turned out to be the wrong path forward for several reasons: Xfwm4 is architected in a way that makes it very difficult to put the window management behavior behind generic interfaces that don't include X11 specifics. Refactoring Xfwm4 is risky, since it might introduce new bugs to X11. Having two parallel code bases will allow for rapid development and experimentation with the Wayland compositor, with zero risk to break xfwm4. Some X11 window management concepts just aren't available or supported by Wayland protocols at this time, and dealing with those differen
Security updates have been issued by AlmaLinux (kernel, kernel-rt, python-urllib3, python3.11-urllib3, and python3.12-urllib3), Debian (imagemagick, openjdk-11, openjdk-17, and openjdk-21), Fedora (bind, bind-dyndb-ldap, chromium, ghostscript, glibc, mingw-glib2, mingw-harfbuzz, mingw-libsoup, mingw-openexr, and qownnotes), Mageia (kernel-linus), Red Hat (osbuild-composer), SUSE (go1.24-openssl, go1.25-openssl, govulncheck-vulndb, kernel, nodejs22, openCryptoki, openvswitch3, python-pyasn1, python311, and qemu), and Ubuntu (git-lfs, node-form-data, and screen).
GNU C Library "glibc" developers have decided to move ahead with plans of migrating their core services from Sourcware.org infrastructure over to the Core Toolchain Infrastructure "CTI" project hosted by the Linux Foundation...