KDE Gear 26.08.1 Ships Stability Hardening for kdenlive and ktorrent
KDE announces the point release for its 180+ application suite, bringing crash fixes, ASAN-found security patches, and new parsers for itinerary.
KDE has released KDE Gear 26.08.1. Dropped Thursday, the update is a maintenance release for the suite that ships alongside KDE Plasma. The focus here is on hardening rather than features. If you're running the 26.08 base, this is the patch to apply.
The release touches more than 180 programs. On top of that, it includes translation updates for over 60 languages. But the headline work lands in kdenlive, ktorrent, and okular.
kdenlive gets 16 commits, including FFmpeg modernization
kdenlive picked up a batch of 16 commits. The fixes cover the usual suspects for a release this size. There's a timeline preview crash triggered on new project creation. A save-exit-after-delete-sequence crash is also squashed. And the splash-screen hang that sometimes blocks users from closing the dialog is finally gone.
The release replaces the deprecated FFmpeg -vsync flag with -fps_mode. FFmpeg 8.0 introduced this change upstream. Users targeting legacy render farms should verify compatibility before pushing to a build server. It's a forward-compatibility play more than a performance bump, though it keeps kdenlive aligned with current codec standards.
macOS users get the necessary entitlement files added. And the KDDockWidgets tabbar palette refresh fixes unreadable tabs on Windows, a regression that slipped into the previous point release.
Keep in mind that the FFmpeg swap might affect projects using specific -vsync workarounds. Check your project settings if you notice any render drift.
ktorrent: ASAN catches memory leaks and use-after-free
ktorrent and its library libktorrent received patches for issues surfaced by AddressSanitizer. That's a good sign. It means the CI pipeline is catching things before users report them.
The stats plugin had a memory leak. The GeoIP class contained a use-after-free bug. And MagnetManager::update() crashed due to a reentrant slot mutation. Long-running torrent clients are an easy target for memory corruption. Patching these reduces the attack surface and improves stability for seedboxes.
download order search bar and sort button now enable correctly at startup. The latter has been nagging users since the 26.08 launch.
okular crash on save, plus Synctex security backport
okular had a crash bug tied to saving documents. A dangling form-field page pointer would trip the application after you clicked save. The release patches that, along with a crash on broken DVI files.
The real win here is a Synctex security fix backported from upstream. Bug #524168 affects users who work with TeX/LaTeX documents. If your workflow involves forward/inverse search, this is the update you want.
The PDF overprint visibility setting is now visible in the UI. And the uninitialized m_pasteAnnotation member that triggered bug #524527 is fixed.
itinerary adds Air Canada parser and Lufthansa PDF support
If you're a frequent flyer, the new kitinerary updates are the most practical upgrade in this release.
kitinerary gained an Air Canada flight parser. The Lufthansa PDF itinerary extractor now handles confirmation emails directly. The OSM food court detection treats food courts as restaurants, which seems like a reasonable interpretation of "eat near here."
itinerary itself got five fixes. Car rental pick-up/drop-off display in the timeline is corrected. The miscolored Car Rental title label is fixed. And release APKs now build against released dependencies, which helps mobile users on the stable branch.
A few other fixes worth mentioning
dolphin landed nine fixes. Middle-click tab closing now works regardless of close-button visibility, which helps users with visual impairments. Item width reverted back from 16 to 48 to fix a lingering visual bug. And the icon cache guard against zero-size icons is in place.
neochat picked up six commits. The backspace fix for selected text and the guard against double-accepting the logout dialog are the kind of details that stop you from losing a draft message.
kdeconnect fixed the plasmoid arrow orientation for RTL languages. It also skips notification server capability queries on Windows and macOS, which should speed up startup. And the clipboard plugin directory sharing fix resolves a bug that's been around since the beta.
kdevelop, kdev-php, and kdev-python are included in the release. The developer tools didn't get headline fixes, but they're part of the bundle.
minuet got an iOS build fix and Android App Bundle support with API 36 targeting. If you're using music education tools on mobile, the build should be cleaner.
Head here forĀ 26.08.1 releases source info page.
