dangerzone icon indicating copy to clipboard operation
dangerzone copied to clipboard

Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs

Results 100 dangerzone issues
Sort by recently updated
recently updated
newest added

Currently Dangerzone requires manual download of a 0.x version for Windows/Mac users. We should evaluate the benefits and drawbacks of potentially distributing the app on stores for these platforms, either...

Parallel conversion is currently implemented [for the CLI](https://github.com/freedomofpress/dangerzone/blob/aba699/dangerzone/logic.py#L64) and [the graphical](https://github.com/freedomofpress/dangerzone/blob/aba699a2388f83e13723b55a1dbe18fb385842ef/dangerzone/gui/main_window.py#L592) versions of Dangerzone. However, it increased increased the likelihood of timeout. We should figure out a better strategy to...

The Dangerzone project does not only ship Python code, but also some configuration files, assets, and the container image tarball (see [`qubes/`](https://github.com/freedomofpress/dangerzone/tree/main/qubes) and [`share/`](https://github.com/freedomofpress/dangerzone/tree/main/share)). In order to create a Dangerzone...

I wanted to test dangerzone on ubuntu 20.04 but unfortunately I failed to run podman under podman with the following error: ```python Error: 'overlay' is not supported over overlayfs, a...

**Warning: this is a thought experiment :bulb:** Suppose that Dangerzone was installed in Tails ([original discussion](https://gitlab.tails.boum.org/tails/tails/-/issues/18135)). What would the container image look like in this case? Most probably, it would...

Our native CI runners don't seem to work well with nested virtualization (docker within a non-linux VM). For this reason we want to explore options of bypassing compartmentalization in theses...

First, thanks for such great tool. I am very interested in localizing both the software and the web to Brazilian Portuguese and Spanish. Presuming first look media is interested in...

localization

Consider changing the compression algorithm from Gzip to LZMA for our container image. Currently, our 1.3GiB container image gets compressed down to **~620 MiB** with Gzip. With LZMA, we can...

development

The current large tests run is too slow (24h+). This makes it impractical for testing for releases and regularly. Furthermore, there are a lot of repeated tests with the `_uncompressed.pdf`...

## Change 1 In our instructions we have something [like this](https://github.com/freedomofpress/dangerzone/blob/main/BUILD.md#in-dom0): > Create a new Fedora template (fedora-38-dz) for Dangerzone development: > > > qvm-clone fedora-38 fedora-38-dz > > 💡...

documentation
P:Qubes