Skip to content

Commit

Permalink
Adds missing client-side packages to Qubes-Dangerzone
Browse files Browse the repository at this point in the history
Dangerzone was failing to convert documents in Qubes due to missing
client-side dependencies. In particular poppler-utils, ghostscript and
graphicsmagick.

Fixes #647
  • Loading branch information
deeplow committed Dec 8, 2023
1 parent 7f50ad2 commit f6f1de1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install/linux/dangerzone.spec
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,13 @@ Conflicts: dangerzone-qubes
BuildRequires: python3-devel

%if 0%{?_qubes}
# Qubes-only requirements
# Qubes-only requirements (server-side)
Requires: python3-magic
Requires: libreoffice
# Qubes-only requirements (client-side)
Requires: GraphicsMagick
Requires: ghostscript
Requires: poppler-utils
Requires: tesseract
# Explicitly require every tesseract model:
# See: https://github.com/freedomofpress/dangerzone/issues/431
Expand Down

0 comments on commit f6f1de1

Please sign in to comment.