Package: vorta Version: 0.10.3-1 Severity: important X-Debbugs-Cc: [email protected]
Dear Maintainer, * What led up to the situation? at one point in time icons disappeared, probably due to an update of qt6 svg support was moved to a different dependency. https://github.com/borgbase/vorta/issues/1888 hints a similar problem. The problem started on the debian version 0.10.1 as well for me, the version 0.10.3 is a test build to investigate. * What exactly did you do (or not do) that was effective (or ineffective)? `apt install qt6-svg-plugins` * What was the outcome of this action? icons are shown again :) -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (990, 'testing'), (700, 'unstable'), (600, 'experimental'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.11.7-amd64 (SMP w/12 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages vorta depends on: ii libqt6svg6 6.7.2-6 ii pyqt6-dev-tools 6.8.0-1 ii python3 3.12.6-1 ii python3-packaging 24.2-1 ii python3-peewee 3.17.7+dfsg-1+b1 ii python3-pkg-resources 75.6.0-1 ii python3-platformdirs 4.3.6-1 ii python3-psutil 5.9.8-2 ii python3-pyqt6 6.8.0-1 ii python3-secretstorage 3.3.3-3 Versions of packages vorta recommends: pn borgbackup2 <none> ii openssh-client 1:9.9p1-3 vorta suggests no packages. -- no debconf information
>From 7985b85e5812381163eadcc3f5ba0df17763d6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Haa=C3=9F?= <[email protected]> Date: Thu, 26 Dec 2024 09:12:21 +0100 Subject: [PATCH] svg icon are missing, this dependency fixes icons --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index b572e21..f3239db 100644 --- a/debian/control +++ b/debian/control @@ -36,6 +36,7 @@ Package: vorta Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, libqt6svg6, + qt6-svg-plugins, pyqt6-dev-tools, Recommends: borgbackup, openssh-client -- 2.45.2

