Bug 348579 - Add a compression options dialog
Summary: Add a compression options dialog
Status: REPORTED
Alias: None
Product: ark
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-02 11:18 UTC by Soukyuu
Modified: 2021-11-17 14:42 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
ark compression options dialog (73.44 KB, image/png)
2021-11-06 18:54 UTC, Antonio Prcela
Details
7z compression options (30.37 KB, image/png)
2021-11-17 14:42 UTC, Soukyuu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Soukyuu 2015-06-02 11:18:07 UTC
There does not seem to be a way to set any compression options - it always uses the default. With formats like 7z and rar, this is way too inflexible.

There should be an "options" button on the "add file" dialog, which either leads to a configuration dialog for this format OR at least a text field for a "custom command line", where the user can enter any custom switches the format supports. The layout of the option dialog could be copied from tools like 7zFM or winRAR.

Reproducible: Always

Steps to Reproduce:
1. create a new archive
2. add files
3. save archive

Actual Results:  
Archive is created with default settings for that format

Expected Results:  
Ark should provide a means to configure various compression settings for the chosen format

Adding this to bug tracker as asked to here: https://forum.kde.org/viewtopic.php?f=83&t=126466
Comment 1 Elvis Angelaccio 2015-10-27 12:35:57 UTC
Sorry for the delay and thanks for reporting. There is already a similar report, so I'm marking this as duplicate.

*** This bug has been marked as a duplicate of bug 148702 ***
Comment 2 Soukyuu 2016-12-25 18:37:00 UTC
While this one was marked a duplicate of #148702, mine goes further: being able to specify archive compression is of course great, most formats allow to play around with other options to squeeze out even more bytes. Notable examples include being able to increase the dictionary size in 7z and winRAR5

I'm not sure if the current implementation is only the first step, but please consider adding ALL format options to the configuration window - a text field to enter them manually is fine by me, too.
Comment 3 Antonio Prcela 2021-11-06 18:54:37 UTC
Created attachment 143292 [details]
ark compression options dialog

You don't mean this one that is included in Ark?
Comment 4 Soukyuu 2021-11-17 14:42:30 UTC
Created attachment 143669 [details]
7z compression options

Yes, but as I said in #c2, there are some things missing, for example dictionary/word size etc (see a screenshot of 7z options attached). That's why I proposed an "additional command parameters" edit field to pass the commands directly to 7z in case those missing options are too many to fit into the UI.