NuvioForLinux v0.2.2
·
74 commits
to cmp-rewrite
since this release
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 upstreamf5b75adc). - 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 withAPPIMAGELAUNCHER_DISABLE=1 ./Nuvio-*.AppImage, or update AppImageLauncher.