mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 12:41:50 +02:00
![]() The `container.py` file has two functions that are incorrectly referenced in `tasks.py`. These are `document_to_pixels` and `pixels_to_pdf`. Renaming the args in the `tasks.py` file to appropriately reference those functions. Without these fixes the software crashes with an error of: `Error: No such command "document-to-pixels"` and `Error: No such command "pixels_to_pdf"`. The is_docker_ready function passes an invalid argument to exec_dangerzone_container. The passed argument contains a dash instead of an underscore. This creates the logic situation wherein the UI states that Docker is not installed on Linux derivatives and also issues a Failed to start docker service command line error. |
||
---|---|---|
.. | ||
__init__.py | ||
common.py | ||
container.py | ||
doc_selection_widget.py | ||
docker_installer.py | ||
global_common.py | ||
gui.py | ||
main_window.py | ||
settings.py | ||
settings_widget.py | ||
tasks.py | ||
tasks_widget.py |