dangerzone/dangerzone
Alex Pyrgiotis 3f86e7b465
Make PyMuPDF always log to stderr
PyMUPDF logs to stdout by default, which is problematic because we use
the stdout of the conversion process to read the pixel stream of a
document.

Make PyMuPDF always log to stderr, by setting the following environment
variables: PYMUPDF_MESSAGE and PYMUPDF_LOG.

Fixes #877
2024-08-09 14:32:19 +03:00
..
conversion Make PyMuPDF always log to stderr 2024-08-09 14:32:19 +03:00
gui Add drag and drop support for document selection 2024-06-27 11:51:41 +02:00
gvisor_wrapper Sandbox all Dangerzone document processing within gVisor. 2024-06-12 13:40:04 +03:00
isolation_provider container: Set container_engine_t SELinux label 2024-07-26 16:34:19 +03:00
__init__.py chore(imports): remove useless imports 2024-06-05 14:19:30 +02:00
args.py Always use sys.exit when exiting the application 2024-05-09 15:57:42 +03:00
cli.py chore: remove unused code 2024-06-05 14:19:31 +02:00
document.py chore(imports): remove useless imports 2024-06-05 14:19:30 +02:00
errors.py chore: minor linting 2024-06-05 14:19:31 +02:00
logic.py chore: remove unused code 2024-06-05 14:19:31 +02:00
settings.py fix: do not catch bare exceptions 2024-06-05 14:19:31 +02:00
util.py refactor: use pathlib / separator rather than .joinpath 2024-06-05 14:19:31 +02:00