Skip to content

Commit

Permalink
Installs python-qt4 in whonix-ws-14
Browse files Browse the repository at this point in the history
The `python-qt4` package is required for the GUI feedback integration,
so status messages can be displayed to the user. The package isn't
present by default, and we need it in sd-journalist. Since we don't
have SD TemplateVMs yet, we're adding the package to the base template,
installing in `whonix-ws-14`, rather than `sd-journalist`, to get
persistence for the package.
  • Loading branch information
Conor Schaefer committed Sep 13, 2018
1 parent 956a351 commit 40d73f3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dom0/sd-journalist.sls
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ require:
- group: root
- mode: 644

# Temporary workaround to bootstrap Salt support on target.
qvm-run -a whonix-ws-14 "sudo apt-get install -qq python-futures":
# Temporary workarounds for sd-journalist:
#
# * python-futures required bootstrap Salt support
# * python-qt4 required for sd-process-feedback GUI integration
#
qvm-run -a whonix-ws-14 "sudo apt-get install -qq python-futures python-qt4":
cmd.run

# When our Qubes bug is fixed, this will *not* be used
Expand Down

0 comments on commit 40d73f3

Please sign in to comment.