Welcome to the SecureDrop chatroom. Code of Conduct: https://github.com/freedomofpress/securedrop/blob/develop/CODE_OF_CONDUCT.md
cfm on backport-6464
Merge pull request #6464 from f… (compare)
cfm on backport-6464
Merge pull request #6464 from f… (compare)
eaon on i18n-merge
eaon on develop
l10n: updated Arabic (ar) cont… l10n: updated Catalan (ca) con… l10n: updated Czech (cs) contr… and 17 more (compare)
@huertanix I added a recco a while ago to never use "Extract here" because of the filename issue, in https://docs.securedrop.org/en/stable/journalist.html
Always extract gzip archives with the Archive Manager application, which is the default when double-clicking the archive. Other methods may not preserve the filename contained in the archive.
For example, an archive called 1-artful_elevation-doc.gz might contain a file secrets.docx, but if you extract the contents by right-clicking the archive and selecting Extract here, the extracted file will be called 1-artful_elevation-doc instead of secrets.docx. This may result in problems when attempting to open the file due to the loss of its file extension.
gzip
's default behavior is to ignore the filename of the compressed file entirely. You have to explicitly tell it "I care about filenames, actually"