A weekly roundup of openSUSE community blog highlights covers Tumbleweed's five snapshots featuring Podman 6.0.0 (which defaults rootless networking to pasta and drops slirp4netns and CNI), shadow 4.20.0 removing PASS_MIN_DAYS, and SDDM defaulting to Wayland sessions. KDE news includes KStars 3.8.4's new AI guiding assistant and MCP server, a Plasma 6.7 feature roundup, and several plasmoid/theme showcases. Also covered: Akademy-es 2026 registration in Madrid, a venue change for openSUSE.Asia Summit 2026 in Yogyakarta, an Agama Installer theming guide, an H.264 CPU usage explainer, Open Build Service's weekly packager update, and community podcast recaps.
Table of contents
A Mix of New Features in Plasma 6.7Qwen3.8-2.4T-A95B: Raising the Stakes in Frontier AIRegistration Opens for Akademy-es 2026 in MadridHelp Number Research Find Numbers With This Bash ScriptKStars 3.8.4 Arrives With an AI Guiding AssistantH.264 Playback Works, but CPU Usage Is HighGet Agama Dressed for SuccessVenue Update for openSUSE.Asia Summit 2026How to Blur Your Wallpaper in PlasmaAn Alternative Taskbar for Your Desktop, Punchi Dock – Plasmoids for Plasma 6 (37)Linux Saloon 215 | Odyssey LinuxLinux Saloon 214 | Early Edition AugustUI Improvements Galore – This Week in PlasmaMeasuring Binary Function Coverage of openSUSE Integration TestsDiagonal Icons for Your PCTumbleweed – Review of the Week 2026/32Tiny Wins for Packagers: End-of-Week Update (2026-08-07)Questions this post answers
What changed in Podman 6.0.0's default networking setup?
Podman 6.0.0 defaults rootless networking to pasta instead of the previous approach, and it drops legacy components including cgroups v1 support, slirp4netns, and CNI entirely. This means rootless container networking now relies on pasta by default, and setups depending on the removed components need to be updated. Track container runtime defaults like this before they break your Podman deployment on daily.dev.
Why does shadow 4.20.0 break scripts using --mindays?
shadow 4.20.0 removed the PASS_MIN_DAYS setting and its associated --mindays flags outright, rather than deprecating them gradually. Automated user-management scripts that rely on these options will now fail intentionally instead of silently ignoring the setting, so any provisioning scripts using --mindays need to be updated before upgrading. Follow package-level breaking changes like this on daily.dev before they hit your automation scripts.
Why is H.264 video playback CPU-intensive on a default openSUSE install?
openSUSE ships OpenH264 by default, but the official gstreamer and VLC packages are built with x264 and hardware-decoder paths for H.264 disabled to avoid patent-related IP risk. This forces high-resolution, high-framerate H.264 video to fall back to software decoding, which can pin a CPU at 100 percent. daily.dev helps Linux users keep up with codec and licensing tradeoffs like this one.