Nautilus/File Roller cannot password encrypt for zip compression

  • Open
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Csepp
Owner
unassigned
Submitted by
Maxim Cournoyer
Severity
normal

Debbugs page

Maxim Cournoyer wrote 2 years ago
(name . bug-guix)(address . bug-guix@gnu.org)
87mt31yk16.fsf@gmail.com
Hello,

When selecting a file in Nautilus and clicking right-click ->
Compress... and selected zip with password, attempting to proceed fails
with the message "encryption not supported".

The code path this supposedly uses is gnome-autoar, which itself uses
libarchive.

--
Thanks,
Maxim
Csepp wrote 2 years ago
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
87h6t8yfg5.fsf@riseup.net
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

Toggle quote (9 lines)
> Hello,
>
> When selecting a file in Nautilus and clicking right-click ->
> Compress... and selected zip with password, attempting to proceed fails
> with the message "encryption not supported".
>
> The code path this supposedly uses is gnome-autoar, which itself uses
> libarchive.

AFAIK our libarchive is outdated, it's apparently also why Evince can't
open comics anymore.
Maxim Cournoyer wrote 2 years ago
(name . Csepp)(address . raingloom@riseup.net)(address . 62984@debbugs.gnu.org)
87h6sw5iwc.fsf@gmail.com
Hi,

Csepp <raingloom@riseup.net> writes:

Toggle quote (14 lines)
> Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
>
>> Hello,
>>
>> When selecting a file in Nautilus and clicking right-click ->
>> Compress... and selected zip with password, attempting to proceed fails
>> with the message "encryption not supported".
>>
>> The code path this supposedly uses is gnome-autoar, which itself uses
>> libarchive.
>
> AFAIK our libarchive is outdated, it's apparently also why Evince can't
> open comics anymore.

We're now at 3.6.1, while the latest release is 3.6.2. I still
reproduce the problem. It seems there's more to it than that.

--
Thanks,
Maxim
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 62984@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62984
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help