Download Latest Version flamerobin-0.9.3.c75f861-setup-x64.exe (3.1 MB)
Email in envelope

Get an email when there's a new version of FlameRobin

Home / v26.7.15
Name Modified Size InfoDownloads / Week
Parent folder
flamerobin_26.7.15_amd64.snap 2026-07-27 25.1 MB
FlameRobin-26.7.15-x86.msi 2026-07-27 15.9 MB
flamerobin-portable-26.7.15-x86.zip 2026-07-27 20.1 MB
FlameRobin-26.7.15-x64.msi 2026-07-27 16.6 MB
flamerobin-portable-26.7.15-x64.zip 2026-07-27 21.1 MB
flamerobin-26.7.15.flatpak 2026-07-27 15.4 MB
flamerobin-26.7.15.deb 2026-07-27 31.0 MB
flamerobin-macos-26.7.15.zip 2026-07-27 7.5 MB
FlameRobin v26.7.15 source code.tar.gz 2026-07-27 1.4 MB
FlameRobin v26.7.15 source code.zip 2026-07-27 2.0 MB
README.md 2026-07-27 2.5 kB
Totals: 11 Items   156.0 MB 19

FlameRobin v26.7.15

Patch release that fully resolves the long-standing Debian package icon quality issue (#656).


🐛 Bug Fixes

Fix: Debian package icon displayed in low resolution (#656)

The icon appeared after the v26.7.13 partial fix, but at low resolution. This release fully resolves the problem.

Root cause: The postinst installer script had correct logic to copy a full hicolor icon theme tree to /usr/share/icons/hicolor/ and run gtk-update-icon-cache, but the share/icons/hicolor/ directory was never included in the Debian package template tree — so that code path never executed. The package only shipped a single oddly-sized 300×300 PNG in share/pixmaps/, which desktop environments couldn't scale cleanly.

Fix (commit fab26b09): The full hicolor icon set is now bundled in the Debian package:

Icon Resolution
hicolor/48x48/apps/flamerobin.png 48×48
hicolor/64x64/apps/flamerobin.png 64×64
hicolor/128x128/apps/flamerobin.png 128×128
hicolor/256x256/apps/flamerobin.png 256×256
hicolor/512x512/apps/flamerobin.png 512×512
hicolor/scalable/apps/flamerobin.svg SVG (vector — any resolution)

The share/pixmaps/flamerobin.png is also replaced with the canonical 256×256 variant (was 300×300).

On installation, postinst now copies all sizes to /usr/share/icons/hicolor/ and /usr/local/share/icons/hicolor/, then runs gtk-update-icon-cache. The flamerobin icon will now display at native resolution at any size on GNOME, KDE, XFCE, and all other Freedesktop-compliant desktop environments.


📦 What's Changed

Commit Description
fab26b09 Fix Debian package low-resolution icon issue (#656)

Full Changelog: https://github.com/mariuz/flamerobin/compare/v26.7.14...v26.7.15


🙏 Contributors

  • @luronumen — reported and verified the icon issue across multiple releases (#656)

⬇️ Installation

Pre-built packages are available in the GitHub Actions artifacts for Windows, Linux (Flatpak/Snap/deb), and macOS.

For build instructions see BUILD.md (github.com).

Source: README.md, updated 2026-07-27