From e661da164cb8fb52dbaafe72bfdc901a8568266a Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Fri, 27 Feb 2026 18:24:05 -0600 Subject: Fix SVG icons and checkboxes: bundle qt6-svg-plugins The AppImage was missing libqsvg.so (Qt SVG imageformat plugin), causing SVG-based theme icons and checkboxes to render as blank squares. Add qt6-svg-dev and qt6-svg-plugins to the Docker image. Also add explicit unchecked checkbox images to all vs15 Dark themes for consistent rendering on Linux. Co-Authored-By: Claude Opus 4.6 --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index f4098af..153ff62 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -25,6 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ qt6-base-dev qt6-base-dev-tools \ qt6-webengine-dev \ libqt6websockets6-dev \ + qt6-svg-dev qt6-svg-plugins \ qt6-wayland \ kde-style-breeze \ # Python -- cgit v1.3.1