NuvioForLinux v0.2.3
·
72 commits
to cmp-rewrite
since this release
NuvioForLinux v0.2.3
A small fix release for the window opening smaller than the screen.
Fixed
- The window now opens sized to your screen (#4).
It previously opened at a hardcoded 1280x720 no matter how large the display was, which on
anything bigger looks like the window failed to scale. A first run now takes 90% of the usable
screen area instead. - A window size restored from a previous run is validated before use: it is clamped to the current
screen (so a size saved on a larger monitor can no longer put the title bar out of reach) and a
corrupt saved value is discarded rather than carried forward into every later launch. - Quitting while maximised no longer persists the maximised size as the floating window size. The
maximised state itself is now remembered and restored instead.
Added
- Nuvio prints one line describing the display at startup (screen size, scale, whether AWT reports
fullscreen support, and the session type). Window bugs are almost always window-manager specific
and can't be reproduced on the reporter's behalf, so this makes them triageable from a pasted log.
⬇️ Which file do I download?
| File | For | Notes |
|---|---|---|
Nuvio-0.2.3-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.3_amd64.deb |
Debian / Ubuntu / Pop!_OS / Mint | Installs system-wide; uses your system VLC (vlc-plugin-base | vlc). |
# AppImage
chmod +x Nuvio-0.2.3-x86_64.AppImage
./Nuvio-0.2.3-x86_64.AppImage
# .deb
sudo apt install ./nuvio_0.2.3_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.