RimuSDR 1.1.11 : Linux packaging reliability

Packaging-only maintenance release. The applications are unchanged from 1.1.10.

Version 1.1.11

Summary

  • Maintenance release - Linux packaging reliability. No functional or UI changes.
  • Applications are unchanged from 1.1.10. Only the Linux packages were corrected to install and launch reliably on minimal installs and newer distributions. Windows and AppImage builds were unaffected.
  • All packages are now validated by automated install + launch tests in clean Ubuntu 24.04, Ubuntu 26.04, and Fedora 43/44 environments before shipping.

RimuSDR

  • Fixed a startup crash on Linux systems whose system Qt is newer than the bundled version (e.g. Fedora 44, which ships Qt 6.11), where the app aborted with version 'Qt_6.11' not found (required by libQt6Network.so.6). The Qt Network library is now bundled, so RimuSDR no longer loads an incompatible system copy.
  • Fixed .deb packages failing to start on minimal Debian/Ubuntu systems due to an undeclared ALSA runtime dependency.
  • If you previously worked around the Fedora startup error by copying libQt6Network from RimuDAX into the RimuSDR folder, you can remove that workaround - installing 1.1.11 supersedes it.

RimuDAX

  • Fixed launch failures on minimal Debian/Ubuntu systems - the bundled audio backend (PortAudio) requires ALSA, and the credential-storage library (libsecret) was undeclared; both are now declared.
  • Fixed the application failing to start on minimal Fedora installs, where the Qt display plugin could not load because libxcb-cursor was missing. The RPM now pulls it in automatically.

RimuCAT

  • Fixed .deb packages failing to start on minimal Debian/Ubuntu systems due to an undeclared credential-storage (libsecret) dependency.
×