Ubuntu devs are creating new "dangerous" daily builds with edge channel snaps pre-installed, designed to help with testing spikes at Canonical.
You're reading Ubuntu’s New “Dangerous” Daily Builds – What Are They?, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
Ubuntu 25.10 "Questing Quokka" default wallpaper features a line-art quokka motif, purple gradient, and a cute nod to the 'questing' part of the codename.
You're reading Ubuntu 25.10 Reveals New Wallpaper, Mascot Artwork, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
Hello community, here we have another set of package updates.
Current PromotionsGet our latest daily developer images now from Github: Plasma, GNOME, XFCE. You can get the latest stable releases of Manjaro from CDN77.
Our current supported kernelsPackage Changes (Sat Aug 16 23:28:59 CEST 2025)
Overlay Changes
A list of all changes can be found here.
Check if your mirror has already synced:
8 posts - 5 participants
Kiro, an IDE with AI-powered agentic features, has announced pricing tiers with usage limits and restricted new downloads by implementing a waitlist.
You're reading Kiro (Agentic AI IDE) Tightens Free Access, Adds Paid Tiers, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
A new version of the nifty Floating Mini Panel GNOME Shell extension is available, and adds the sought-after ability to show/hide indicator and applet icons.
You're reading Mini Floating Panel Extension Adds Sought-After Features, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
Hello community, here we have another set of package updates.
Current PromotionsGet our latest daily developer images now from Github: Plasma, GNOME, XFCE. You can get the latest stable releases of Manjaro from CDN77.
Our current supported kernelsPackage Changes (Fri Aug 15 17:32:41 CEST 2025)
Overlay Changes
A list of all changes can be found here.
Check if your mirror has already synced:
8 posts - 5 participants
Ghostty terminal has undergone a GTK rewrite, embracing the GObject type system. The result: new features, better memory management, and improved stability.
You're reading Ghostty Terminal Rewrites GTK Build to Fix Linux Issues, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
VirtualBox 7.2.0 brings hardware-accelerated video decoding for Linux hosts, a rejigged interface, and support for running Windows on ARM.
You're reading VirtualBox 7.2 Release Brings Big UI Change, Better ARM Support, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
For decades, the humble terminal has been one of the most unchanging parts of the Linux desktop. Text streams flow in monochrome grids, and while the underlying libraries have evolved, the experience has remained more or less the same. Ubuntu, however, is preparing to rewrite this narrative. The distribution is adopting Ptyxis, a fresh terminal emulator designed for modern computing, and one of its standout qualities is that it leans on the GPU for rendering rather than relying solely on the CPU.
This shift is more than cosmetic. It represents a rethink of how command-line tools should perform in an era of container-heavy development, high-DPI displays, and demanding workloads. Let’s unpack what makes Ptyxis a different breed of terminal, why Ubuntu is betting on it, and what it means for everyday users and power developers alike.
The Origin Story of PtyxisPtyxis is not an accidental side project. It was initially prototyped under the name GNOME Prompt by Christian Hergert, a well-known GNOME contributor also behind GNOME Builder. Early experiments showed there was space for a terminal designed from scratch with today’s GNOME ecosystem and GPU pipelines in mind.
To avoid conflicts with existing software, the project was later rebranded as Ptyxis. The application has since matured rapidly, and major distributions such as Fedora and Ubuntu have committed to it. Ubuntu introduced it in experimental form in 24.10, and by the upcoming Ubuntu 25.10 “Questing Quokka”, it is expected to replace the aging GNOME Terminal as the default choice.
A New Kind of Terminal Experience GPU Acceleration as the CoreTraditional terminals typically rely on CPU-bound rendering stacks, often through libraries like Cairo and Pango. This works fine until you throw thousands of lines of log output or try to run full-screen text-based UIs that push rendering to its limits. Ptyxis sidesteps these bottlenecks by shifting the drawing work to the graphics processor, taking advantage of Vulkan or OpenGL backends supplied by GTK4.
The result is immediately noticeable: smooth scrolling, responsive updates, and consistent performance even with massive amounts of text on screen. It’s not just about speed, either, offloading rendering to the GPU reduces CPU strain, leaving headroom for the processes you’re actually running.
Go to Full ArticleGNOME Shell search asks for perfect spelling, but fuzzy search extensions let you find apps even with typos – and a new one has just appeared to help.
You're reading Fuzzy Application Search Extension for GNOME Shell, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
Linux's firmware hub, the LVFS, announces a new funding model with quotas for vendors to help firm up the future of the service, benefitting us all.
You're reading Linux Firmware Service Calls on Hardware Makers to Help Fund It, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
Welcome to the August 2025 edition of the Linux Foundation Newsletter.
This month, the Linux Foundation welcomed a groundbreaking project, expanded our India‑based open source footprint, and amplified developer collaboration across continents.
HighlightsRead on for more news and opportunities from across the Linux Foundation.
Kagi's privacy-focused Orion browser for Linux hits Milestone 2 with working tabs, bookmarks, and performance parity with GNOME Web/Epiphany.
You're reading Orion Browser for Linux Gets Exciting Progress Update, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
CrossOver 25.1.0 brings Microsoft Office 2016 stability buffs, fixes for EA and Ubisoft launchers, better Xbox and 8BitDo controller support, and more.
You're reading CrossOver 25.1.0 Released with Microsoft Office Fixes on Linux, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
For most of the last decade, talk about Wayland on KDE sounded like a promise: stronger security, modern graphics, fewer legacy foot‑guns, once the pieces land. With Plasma 6, those pieces finally clicked into place. Plasma 6.1 delivered two changes that go straight to how frames hit your screen, explicit synchronization and smarter buffering, while 6.2 followed with color‑management and HDR work that makes creators and gamers care. Together, they turn “Wayland someday” into a desktop you can log into today without caveats.
The frame pipeline finally behaves Explicit sync: the missing handshakeOn X11/older Wayland setups, graphics drivers and compositors often assumed when work finished (“implicit sync”), which is fine until it isn’t, especially on NVIDIA, where that guesswork frequently produced flicker or glitches. Plasma 6.1’s Wayland session speaks the explicit sync protocol instead. Now the compositor and apps exchange fences that say “this frame is done,” reducing visual artifacts and making delivery predictable. If you run the proprietary NVIDIA driver, this is the change you’ve been waiting for: NVIDIA added explicit‑sync support in the 555 series, and XWayland 24.1 gained matching support so many games and legacy X11 apps benefit as well.
What you’ll notice: fewer one‑off hitches, less tearing in XWayland content, and a general sense that motion is “locked in” rather than tentative, particularly with the 555.58+ drivers.
Dynamic triple buffering: fewer “missed the train” stuttersTraditional double buffering is cruel: miss a vblank by a hair and your framerate can fall in half. KWin 6.1 added triple buffering that only kicks in when the compositor predicts a frame won’t make the next refresh, letting another frame be “in flight” without permanently increasing latency. One of KWin’s core developers outlined how it activates selectively, tries not to add avoidable lag, and works regardless of GPU vendor. It sounds simple; it feels like the end of random judder during heavy scenes.
VRR/Adaptive‑Sync polishVariable refresh is no longer a roulette wheel. KDE’s devs chased down stutter/flicker under Adaptive‑Sync, and those fixes landed in the same timeframe as Plasma 6.1. If your monitor supports FreeSync/G‑Sync Compatible and the GPU stack is sane, frame pacing is noticeably calmer.
Go to Full ArticleLinux Mint 22.2 "Zara" beta brings fingerprint login, improved theming, new Hypnotix viewing modes, and a fair bit more – do you fancy testing it?
You're reading Linux Mint 22.2 Beta Released, This is What’s New, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
Ubuntu 25.10 may ship with a Linux 6.17 release candidate kernel due to timing conflicts, marking the first Ubuntu release with an "unstable" kernel.
You're reading Ubuntu 25.10 May Ship with an “Unstable” Linux Kernel, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
Hello community, here we have another set of package updates. We are also happy to tell you about our latest Gaming Notebook from Slimbook.
Slimbook MANJARO III SpecsCPU: AMD Ryzen 7 8845HS
Graphics: Nvidia RTX 4070 8GB
Display: 15.3" WQHD 2560*1600p 120 Hz
Keyboard: RGB
Material: aluminum
Ports: 3x USB 3.2, 1x USB-C 3.2, HDMI 2.1, MiniDP
Connectivity: RJ45, Wifi 6, Bluetooth 5.2
RAM memory: up to 96GB DDR5
Storage: 2x SSD NVMe PCIe 4.0 M.2 up to 8TB
Keyboard: multiple languages
Operating System: Manjaro Gaming Plasma 6
Get our latest daily developer images now from Github: Plasma, GNOME, XFCE. You can get the latest stable releases of Manjaro from CDN77.
Our current supported kernelsPackage Changes (Thu Aug 7 19:55:16 CEST 2025)
A list of all changes can be found here.
Check if your mirror has already synced:
90 posts - 52 participants
Copyright © 2025 WNCLUG-Asheville - All rights reserved
Developed & Designed by Alaa Haddad