dangerzone/dangerzone
David J. Meier 7d0c96eaac
Fix for tasks.py
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.
2020-03-28 13:52:34 -05:00
..
__init__.py Version bump to 0.1.1 2020-03-17 11:11:47 -07:00
common.py Refactor Common into GlobalCommon (for the whole app) and Common (for a window), and allow multiple dangerzone windows at once in macOS 2020-02-26 15:46:23 -08:00
container.py This creates a separate script dangerzone-container which is a wrapper for running the container. This lets us run dangerzone as unprivileged, but dangerzone-container as privileged, to avoid adding the user to the dangerzone group. 2020-03-13 16:49:53 -07:00
doc_selection_widget.py Fix filter ODF extension .ods 2020-03-11 22:43:26 +01:00
docker_installer.py All dangerzone-container subprocesses get called from global_commons, and if the user cancels or fails the authentication dialog, handle gracefully 2020-03-16 14:26:07 -07:00
global_common.py All dangerzone-container subprocesses get called from global_commons, and if the user cancels or fails the authentication dialog, handle gracefully 2020-03-16 14:26:07 -07:00
gui.py All dangerzone-container subprocesses get called from global_commons, and if the user cancels or fails the authentication dialog, handle gracefully 2020-03-16 14:26:07 -07:00
main_window.py All dangerzone-container subprocesses get called from global_commons, and if the user cancels or fails the authentication dialog, handle gracefully 2020-03-16 14:26:07 -07:00
settings.py This creates a separate script dangerzone-container which is a wrapper for running the container. This lets us run dangerzone as unprivileged, but dangerzone-container as privileged, to avoid adding the user to the dangerzone group. 2020-03-13 16:49:53 -07:00
settings_widget.py All dangerzone-container subprocesses get called from global_commons, and if the user cancels or fails the authentication dialog, handle gracefully 2020-03-16 14:26:07 -07:00
tasks.py Fix for tasks.py 2020-03-28 13:52:34 -05:00
tasks_widget.py Use container from dockerhub instead of building it 2020-02-27 15:18:19 -08:00