diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-02-27 18:24:05 -0600 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-02-27 18:24:05 -0600 |
| commit | e661da164cb8fb52dbaafe72bfdc901a8568266a (patch) | |
| tree | a7a69c44c0e32795c21bedcd394da3af57cdfae1 /docker | |
| parent | d88d47f427529542e6b09fc195ab7f15898c6305 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
