mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +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
10 lines
1,017 B
Desktop File
10 lines
1,017 B
Desktop File
[Desktop Entry]
|
|
Name=Dangerzone
|
|
GenericName=Dangerzone
|
|
Comment=Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF
|
|
Exec=dangerzone %F
|
|
Terminal=false
|
|
Type=Application
|
|
Icon=press.freedom.dangerzone
|
|
Categories=Office;Utility;OCR;Security
|
|
MimeType=application/pdf;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/msword;application/vnd.ms-word.document.macroEnabled.12;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.ms-powerpoint;application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.presentation;application/vnd.oasis.opendocument.spreadsheet;application/epub+zip;application/x-mobipocket-ebook;image/svg+xml;image/bmp;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-pixmap;image/jpeg;image/gif;image/png;image/tiff;image/x-tiff
|