mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
![]() On Linux, the `%u` field code results in multiple Dangerzone instances being launched when opening multiple documents with Dangerzone from e.g. Nautilus, as `%u` signifies that the application (in this case - Dangerzone) can only open a single file/URL at once. This changes the field code to `%F` as Dangerzone (now) supports converting multiple files at once. We use `%F` (multiple local files) instead of `%U` (multiple files and/or URLs) since Dangerzone does not support opening URLs. See also the Desktop Entry Specification [1] for more information on the field codes. Fixes #797 [1]: https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s07.html |
||
---|---|---|
.. | ||
common | ||
linux | ||
macos | ||
pyinstaller | ||
windows |