Summary: | There are no options to manage how file extensions are handled in Archive names | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | Roger Pixley <skreech2> |
Component: | general | Assignee: | Elvis Angelaccio <elvis.angelaccio> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | littlergirl |
Priority: | NOR | ||
Version: | 2.16 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/ark/e206a274a418a10c45af56706da8d7a3b60d4277 | Version Fixed In: | 16.04.0 |
Sentry Crash Report: |
Description
Roger Pixley
2011-09-27 04:47:23 UTC
Ark version: 2.14 KDE vresion 4.4.5 Operating system: Kubuntu Lucid Lynx I can confirm that when using the Ark GUI to zip a file with an extension in its name, the resulting file name has a double extension, and I agree that even an arkrc setting to control this behavior would be welcome. Reproducible: Always Steps to reproduce: 1) Right-click a file with an extension in its name in Dolphin or Konqueror. 2) Select Compress 3) Select As ZIP Archive 4) Examine the name of the resulting file. Desired result: An archive that uses the base name of the original file followed by the zip extension (example: file.zip). Actual Result: An archive that uses the base name and extension of the original file followed by the zip extension (example: file.txt.zip). Confirming, thanks for the report. Git commit e206a274a418a10c45af56706da8d7a3b60d4277 by Elvis Angelaccio, on behalf of Chantara Tith. Committed on 22/03/2016 at 13:54. Pushed by elvisangelaccio into branch 'Applications/16.04'. Don't create archives with double extension FIXED-IN: 16.04.0 Differential Revision: D1187 M +15 -4 kerfuffle/addtoarchive.cpp http://commits.kde.org/ark/e206a274a418a10c45af56706da8d7a3b60d4277 |