Skip to content

Nuvio Linux v0.1.17-alpha (release 5)

Latest

Choose a tag to compare

@JJDizz1L JJDizz1L released this 14 Aug 06:56
· 1 commit to dev since this release
1f12c27

Hotfix release. Fixes two issues:

KDE screen-sleep during playback (issue #12)

The Flatpak previously held an inhibitor that Plasma 6's PowerDevil silently dropped. The sandbox path now routes through the standard XDG Desktop Portal Inhibit API (org.freedesktop.portal.Inhibit v3) via a bundled helper, which xdg-desktop-portal-kde bridges to a real logind idle inhibitor on the host. Native installs are unchanged (logind via systemd-inhibit).

4K / decode hardening (issue #13)

Hardware-decode selection is now vendor-aware (nvdec on NVIDIA, vaapi on AMD/Intel) instead of the generic auto-copy list, so mpv no longer probes CUDA/drmprime-overlay on non-matching hardware. The app also logs frame drops and a one-time warning when playback falls back to software decode, so lag reports are self-diagnosing.

Full commit list:
1f12c27 fix(power): route Flatpak inhibit through XDG portal Inhibit (issue #12) @JJDizz1L
2f42241 fix(player): vendor-aware hwdec + frame-drop/software-decode logging @JJDizz1L
ddc340e fix(power): use KDE PolicyAgent AddInhibition for the Flatpak inhibit (issue #12) @JJDizz1L
c3da3ed fix(power): KDE Solid suppress methods take a why arg and return a cookie @JJDizz1L
a0f2bbb fix(power): use KDE Solid suppress for screen-blank inhibit (issue #12) @JJDizz1L
7ddaf58 feat(aur): add nuvio-linux-bin (prebuilt) package + README AUR options @JJDizz1L