Skip to content

NuvioForLinux v0.2.2

Choose a tag to compare

@github-actions github-actions released this 04 Aug 06:23
· 74 commits to cmp-rewrite since this release
21775e5

NuvioForLinux v0.2.2

Fixed

  • The window menu bar no longer sits over fullscreen video (#3).
    The menu bar added in 0.2.0 is native window chrome, so it renders in the system theme — a white
    strip against Nuvio's dark UI on most setups — and it stayed on screen in fullscreen, over the
    video, with no way to dismiss it. It is now hidden automatically whenever the window is
    fullscreen, and there is a Settings → Playback → Show menu bar toggle to remove it entirely.

Changed

  • A source that fails or times out now shows its own error in the player's stream list instead of
    the generic "no streams found", and the list keeps a spinner at the end while slower sources are
    still reporting (partial port of upstream f5b75adc).
  • Player source state fixes picked up from upstream (d9eaca52).

⬇️ Which file do I download?

File For Notes
Nuvio-0.2.2-x86_64.AppImage Any modern distro Self-contained, bundles VLC. Needs glibc ≥ 2.35 (Ubuntu 22.04 LTS+, Debian 12+, Fedora, Arch, Mint).
nuvio_0.2.2_amd64.deb Debian / Ubuntu / Pop!_OS / Mint Installs system-wide; uses your system VLC (vlc-plugin-base | vlc).
# AppImage
chmod +x Nuvio-0.2.2-x86_64.AppImage
./Nuvio-0.2.2-x86_64.AppImage

# .deb
sudo apt install ./nuvio_0.2.2_amd64.deb

💡 Using AppImageLauncher and the file disappears or won't start? Run it from a
terminal with APPIMAGELAUNCHER_DISABLE=1 ./Nuvio-*.AppImage, or update AppImageLauncher.