Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

Calibre 9.10 Open-Source E-Book Manager Brings New UI to the Content Server

Coming a month after Calibre 9.9, the Calibre 9.10 release updates the Content Server with a new “modern” interface that features a sidebar for easier navigation and support for installing as a PWA (Progressive Web App) when used with HTTPS, adds support for CSS Level 4 selectors to the CSS parser, and adds an option to convert PNG images to JPEG or WebP in the e-book editor.

DXVK 3.0 Released with Shader Compilation and D3D9 Improvements

Highlights of DXVK 3.0 include support for dxbc-spirv for shader compilation, which should fix rendering issues in games, Shader Model 1-3 support for D3D9, support for the VK_EXT_descriptor_heap Vulkan extension by default on drivers that support it, and support for shared resources to work on Wine’s upstream implementation.

Purism Announces Librem 16 as World’s Most Private and Secure Linux Laptop

Featuring a 16-inch display with 1920×1200 resolution and 16:10 aspect ratio and a high-quality aluminum chassis with no branding, the Librem 16 is powered by a 13th-generation Intel Core i7-13620H processor with 10 cores, 16 threads, up to 4.9 GHz clock speed, and Intel UHD Graphics, up to 64GB DDR4 RAM, and up to 16TB M.2 PCIe NVMe SSD storage.

KaOS Linux 2026.06 Launches Officially as First Release with Dinit

As previously reported, the KaOS Linux devs have decided to move away from systemd and the KDE Plasma desktop environment after more than 12 years of using them by default. Earlier this year, in February, they dropped KDE Plasma for a Niri/Noctalia setup, but they were still working on replacing systemd with another init system.

Latest Steam Client Update Improves PipeWire Session Logic on Linux

The June 23rd, 2026, Steam Client update is here to improve the PipeWire session logic on Linux, which means that when persistent capture permissions are granted to the Steam Client, there will only be an active PipeWire session when streaming or recording.

LinuxGizmos.com

LILYGO T-Impulse Plus wearable dev board comes with LoRa, GNSS, OLED, and IMU

LILYGO has listed the T-Impulse Plus, a low-power wristband-style development board based on the Nordic nRF52840 microcontroller. The device offers LoRa connectivity, Bluetooth 5 support, GNSS positioning, an IMU, a small OLED display, power management, and a vibration motor in a compact wearable enclosure.

DietPi v10.5 Updates Raspberry Pi Display and Camera Options

The June 2026 release of DietPi v10.5 updates the dietpi-config display options, with several Raspberry Pi-specific changes related to graphics drivers, camera support, and display configuration. The release also adds ARMv7 support for the RustDesk Client package and includes several bug fixes affecting NanoPi K2, RTC configuration, and ownCloud Infinite Scale installations.

QuadRF uses Raspberry Pi 5 for 4×4 MIMO SDR, RF visualization, and scalable phased-array support

Crowd Supply recently featured QuadRF, a 4×4 MIMO software-defined radio platform designed for spatial RF visualization, beamforming, and phased-array experimentation. The platform includes four coherent transmit/receive channels, swappable dual-polarization antennas, an integrated Raspberry Pi 5, and a browser-based interface for viewing nearby wireless activity.

Window Maker Live 0.95.9-0

posted by Roy Schestowitz on Aug 13, 2023

Window Maker Live

WINDOW MAKER LIVE 0.95.9-0

WHAT IS NEW SINCE THE LAST RELEASE? This release is based on stable Debian/Bookworm version 12.1. The current Window Maker 0.95.9 is used as default window manager and exclusive desktop session option. The additional xfce4 desktop session option was removed. Selected components and utilities of xfce4, mate, and lxqt were seamlessly integrated with Window Maker. A Fail-safe mode session option was added for troubleshooting needs. The gtk3 widget libraries have been recompiled with the gtk3-classic patches from https://github.com/lah7/gtk3-classic The login manager is now lightdm instead of the former wmlive-gdm. The default web browsers are Pale Moon and Surf. As mail messaging client Claws-Mail has been chosen. Most wmlive-specific scripts have been localized using machine translation for about 17 of the most common European languages used worldwide. All wmlive specific components have been modularized as separate packages and are available via https://wmlive.rumbero.org/repo/ to provide future upgrades and bug fixes via the apt package management. These packages are also installable on compatible Debian systems. The default init system is now systemd instead of sysvinit. As it turned out, systemd has become the defacto standard init system over time, and trying to circumvent and replace it with sysvinit while maintaining the same levels of functionality has become increasingly difficult and laborious. The very same sources used to create this ISO image are available in /usr/local/src/wmlive-bookworm-0.95.9.tar.xz on this system. These sources can be used to either recreate the current ISO image, but using the most recent package versions downloaded during the process from official Debian mirrors. Or they can be modified to produce a tailor made ISO image according to the user's own wishes and requirements.
KNOWN ISSUES:
* Dialogs of the main wmlive scripts and menus are machine translated and language content is with unknown quality.
Please provide corrections for the machine translated texts via mail to wmlive@rumbero.org and help enhancing internationalization.
CREDENTIALS FOR THE LIVE SESSION
The user account for the live session is named 'user' and its password is 'live'.
When installing the system to disk, this generic user account will disappear and be replaced by one of your own defintion.
SOME WORDS OF CAUTION
Before you start to install wmlive to disk, please be aware of the following constraints:
* Both the i386 and the amd64 variants boot and install on UEFI based machines and also older BIOS based computers and laptops.
* If using an USB stick instead of a DVD-R for installation, please don't even think of using something like 'unetbootin' or 'Universal-USB-Installer' or similar tools to create a bootable USB stick from the wmlive ISO image. These tools are designed to unpack and copy the ISO contents to the USB stick and thus actually break the wmlive ISO's functionality.
The wmlive ISO images are isohybrid images containing an embedded partition table. To work as intended, they need to be dumped in raw form to a USB stick. This is the preferred way of using the provided ISO images.
In Linux you would use one of these commands (the # sign represents the shell prompt) to write an ISO to a USB pendrive:
# dd if=wmlivebookworm_0.95.9-0_amd64.iso of=/dev/sdx bs=2048 status=progress or # cat wmlive-bookworm_0.95.9-0_i386.iso > /dev/sdx
Replace /dev/sdx with the device file name of your actual USB stick.
BE CAREFUL: This process will completely erase it, there is no way back. So better be very careful to not overwrite the wrong storage drive!
If running in Windows, you can use the dd mode of the excellent 'rufus' utility which is included on the ISO image in the top level tools folder.
* The standard installation procedure is designed for offline installation, so no network configuration will be created during the installation stage. Network configuration will later be managed exclusively by NetworkManager on the running system after successful installation to disk.
Alternatively, if you choose the expert mode installation menu entry, all possible installation options will become available.
If you find any issue, fault, or simply have any idea for improvement, please don't hesitate to send a mail to 'wmlive@rumbero.org' to share your thoughts.
We need your feedback to widen our own perspective!
Enjoy Window Maker Live!

Read on

Other Recent Tux Machines' Posts

GNU Guix on Using Codeberg and GIMP 0.54.1 Released Again in 2026
GNU Project umbrella
Android Leftovers
The Android dark mode power-pack: 5 secrets for a smarter screen setup
Canonical/Ubuntu: Livepatching, Ubuntu in the Wild, and More
Canonical/Ubuntu leftovers
 
NVIDIA 580.173.02 Linux Graphics Driver Released for GeForce 10 Series
NVIDIA 580.173.02 Linux graphics driver is now available for GeForce 10 Series GPUs to address a few bugs and improve performance.
Linux and Hardware Leftovers
mostly Open Hardware
Ubuntu Leftovers
3 stories related to Ubuntu
Android Leftovers
Android 17’s new foldable gaming mode could make flippy phones more fun
Dolphin Emulator 2606 finally added Game Boy Player Support
The new version of this popular video game console emulator finally implemented the Game Boy Player support, which was requested more than 16 years ago
Free and Open Source Software
This is free and open source software
After Social Control Media [original]
in the Cyber Show
Tflinux – Brazilian Linux distribution based on Debian
Tflinux is a Brazilian Linux distribution based on Debian 12 Bookworm
Getting More Out of KDE Plasma System Monitor
The k in KDE stands for "Kustomization" so let's "kustomize" the default system monitor
GNOME: The Day I Learned That “Remove” Doesn’t Mean Remove
Flatseal is a GNOME application that provides a graphical interface for managing Flatpak permissions
Today in Techrights
Some of the latest articles
Calibre 9.10 Open-Source E-Book Manager Brings New UI to the Content Server
Calibre 9.10 open-source e-book management software is now available for download with a new “modern” interface for the Content Server that features a sidebar for easier navigation and other changes.
today's howtos
Instructionals/Technical picks
Steam Machine Rising While XBox is Dying
Steam Machines and more
DXVK 3.0 Released with Shader Compilation and D3D9 Improvements
DXVK 3.0 Vulkan-based implementation of D3D9, D3D10, and D3D11 for Linux / Wine is now available for download with new features and various improvements for many games.
Biggest Microsoft Layoffs Commencing Early [original]
This is what it looked like for Intel a few years ago
Growing Up [original]
Lately we have had more opportunities to get our government involved and interested in what we do
Purism Announces Librem 16 as World’s Most Private and Secure Linux Laptop
Purism announced the launch of Librem 16 as the world’s most private and secure Linux laptop designed to protect your digital life.
Android Leftovers
Android 17 Update Triggers Widespread Touchscreen Issues on Pixel Phones
Security Leftovers
Security related news picks
Free and Open Source Software
This is free and open source software
Free Software, Open Data, and Standards Leftovers
FOSS and more
GNU/Linux Leftovers
KDE, Games, and More
Basalt Linux – Debian-based Linux distribution
Basalt Linux is a Debian-based Linux distribution built around the Xfce desktop environment
Programming Leftovers
Development picks
Linux Devices, Open Hardware, and T9 Keyboard
hardware projects and more
Red Hat's Fascination With Hey Hi (AI) Slop on Overdrive This Past Day
Hey Hi fluff and more
Kubernetes Device Management and New Releases of Istio
Server stuff
today's howtos
Instructionals/Technical posts
Audiocasts/Shows: FLOSS Weekly, Smashing Security, and More
new episodes
Bugfix and Reports in EasyOS: EasySR and More
EasyOS news
Games: Proton Experimental, GE-Proton, SteamOS, and More
latest from GamingOnLinux
Vendefoul Wolf is a Linux distro that goes against the grain with terrific results
Vendefoul Wolf is everything you need and nothing you don't
5 Linux distros that are perfect for running in a VM
If you want to experiment with new software, host a home service, or try a new operating system without risking your main PC
Kubuntu Focus M2 and Zr Linux Laptops Now Ship with Intel Core Ultra 9 290HX Plus
Kubuntu Focus launches refreshed versions of the Focus M2, Focus Zr, and Focus XE laptops, along with a new Focus Ar laptop with latest generation Intel processors.
Alpine Linux 3.24 scales new desktop heights with COSMIC
Alpine Linux 3.24 is out, bringing a new desktop environment that should make for a very high-performance combination
Best Free and Open Source Software, and Review
Only free and open source software qualifies for inclusion
Twenty glorious years of Dedoimedo!
This week marks the twentieth anniversary of Dedoimedo, a place to learn a lot about a lot
GNU/Linux Coverage in LWN (Mostly Kernel)
outside the paywall today
Today in Techrights
Some of the latest articles
Society Lost Empathy [original]
The behaviour of people in society seems to have worsened over time
The World Wide Web is Fundamentally Broken [original]
The state of the "modern" Web has become so sordid a mess that eventually people will opt out and look for something else
KaOS Linux 2026.06 Launches Officially as First Release with Dinit
KaOS Linux 2026.06 distribution is now available for download as the first ISO snapshot using Dinit as the default init system instead of systemd. Here’s what’s new!
Microsoft's Possibly Biggest-Ever Layoffs Next Week [original]
Expect GNU/Linux to truly capitalise on that
Free, Libre, and Open Source Software Leftovers
FOSS and sharing
GNU/Linux Videos/Shows: The Kernel Is Not a Museum and YouTube EasyOS Series
2 new picks
BSD: OpenBSD and FreeBSD on Its Core Team Elections
BSD leftovers
Kernel: Storage, LXC, and Upcoming Linux Release
Linux leftovers
BrowserEngineKit and Mozilla (Thunderbird and Firefox)
WWW and browsing stories
WordPress bloat and a WordPress exodus
WordPress picks
Microsoft's Open Source Initiative Promoting Slop, as Does 'Linux' Foundation (Pay-to-Say)
Openwashing and more
Linux Devices, 3D Printing, and Open Hardware
gadgets and more
Desktop Environments (DE)/Window Managers (WM): COSMIC and Niri
alternative ways of using GNU/Linux
Red Hat Leftovers
from Red Hat's official site
Fedora Leftovers: Report and Experiences
Fedora picks
Steam Machines, SteamOS, and Graphics With CUDA
gaming related leftovers
today's howtos
Instructionals/Technical picks
Security: Patches, Holes, and Rust
Security leftovers
postmarketOS 26.06 “Alpen Avocado” Released with GNOME 50 and KDE Plasma 6.6
postmarketOS 26.06 distribution is now available for download based on Alpine Linux 3.24 and featuring the GNOME 50, KDE Plasma 6.6, Phosh 0.55.0, and Sxmo 1.18.1 graphical interfaces.
Games: Godot Engine Sponsorship, Steam Machines, Forza Horizon, and More
mostly GamingOnLinux
Programming Leftovers
Development news
Android Leftovers
Can an Android tablet replace a desktop screen? I spent a week working with one
I gave my Android a terminal, and it became my most capable computer
It looks and functions like any other Android phone, but once I fire up Termux or Google's native Linux terminal
Whatever happened to Ubuntu TV? Where Linux smart TVs are now
Many of us have dreamed of running Linux on all the things, including our TVs
Inertia and Momentum [original]
Momentum is a big factor in blogging.
Latest Steam Client Update Improves PipeWire Session Logic on Linux
Valve released a new stable Steam Client update that promises to improve the PipeWire session logic on Linux systems, add support for the Malay language, and address various bugs.
Free and Open Source Software
This is free and open source software
KDE Plasma 6.7.1 Desktop Is Out with Fixes for Kickoff, Discover, and KWin
KDE Plasma 6.7.1 is now available as the first maintenance update to the latest KDE Plasma 6.7 desktop environment series with various bug and regression fixes, and some small improvements.
DietPi v10.5 Updates Raspberry Pi Display and Camera Options
DietPi is a lightweight, Debian-based operating system optimized for single-board computers and embedded devices
A Religious Take on the Lawfare Against Tux Machines [original]
Religions speak of relevant scenarios
Today in Techrights
Some of the latest articles