Alex Pyrgiotis
Alex Pyrgiotis
# Containers The simplest way to think of this issue is to kill the underlying process. In case of Podman, the process that is spawned for the conversion is the...
Thanks a lot for the report. They are related, including https://github.com/freedomofpress/dangerzone/issues/270. What I believe happens here is that Dangerzone picks up a default font in your system, which somehow doesn't...
Thanks a lot @naglis! As discussed in https://github.com/freedomofpress/dangerzone/issues/788#issuecomment-2084879960, we'll merge this right after the 0.6.1 release, since we've mostly wrapped up the QA for this release: https://github.com/freedomofpress/dangerzone/issues/785
Merged! This is the last PR that remained open. Thanks a lot for the contributions @naglis, and your attention to detail.
Thanks a lot for bringing this issue to our attention, and for writing a test case. I agree that the generator result should be consumed in principle, but we catch...
Got it. So we practically need a `try: ... except Exception: log.exception` at the top level, that would log any stray exceptions from the exception blocks you pointed out.
Cool! Hopefully this issue provides enough context. In a nutshell, we want to: 1. Catch and report all stray conversion exceptions from [`IsolationProvider.convert`](https://github.com/freedomofpress/dangerzone/blob/c3a570eb7d81d42aa3974d1d91e2d0abfed966f2/dangerzone/isolation_provider/base.py#L68). 2. Mark the related document as failed....
Hm, in Ubuntu 22.04 you don't actually need Docker. You only need `podman`, which is installed as a dependency of Dangerzone. Probably an error message of ours threw you off,...
> The initial mistake was that I need to run it with root privileges but the menu access does it as my standard user. Actually, that's not a mistake! It's...
_(I edited the above code blocks in your comment for clarity. When pasting code, prefer to use Markdown's triple ticks (```)_ > Yes, my id is 1000. Is the first...