| Summary: | Ark changes directory permissions of unzipped folders to 700 | ||
|---|---|---|---|
| Product: | [Applications] ark | Reporter: | Jasem Mutlaq <mutlaqja> |
| Component: | general | Assignee: | Elvis Angelaccio <elvis.angelaccio> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | grave | CC: | rakuco, rthomsen6 |
| Priority: | NOR | ||
| Version First Reported In: | 16.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jasem Mutlaq
2016-08-26 08:28:01 UTC
Does this happen with every zip archive or only with one? I just tried a random zip archive and permission of extracted folders was 755. Yes it happens on all zipped files, I just tried it on another computer with latest KDE Neon packages and the same result (In reply to Jasem Mutlaq from comment #2) > Yes it happens on all zipped files, I just tried it on another computer with > latest KDE Neon packages and the same result Can you try unzipping with 7z from command line? 7z x foo.zip Yes and same result with Ark. So something broken with the compression library somehow? (In reply to Jasem Mutlaq from comment #4) > Yes and same result with Ark. So something broken with the compression > library somehow? I see that ubuntu ships a very old version of p7zip (9.20.1). Can you confirm? This really looks like a bug in p7zip, you can try to report it against the ubuntu package: https://bugs.launchpad.net/ubuntu/ In the meantime, you could use the following workaround: edit the file ~/.config/arkrc and add the following two lines: [EnabledPlugins] kerfuffle_cli7z=false This will make Ark use unzip instead of 7z, but please do note that unzip has its own set of bugs (in particular with encoding of filenames). Thanks!! Will file a bug on Launchpad! |