mate-desktop / engrampa

A file archiver for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
113 stars 52 forks source link

Split file #514

Closed Mejioy closed 3 months ago

Mejioy commented 8 months ago

Expected behaviour

Clicks to resize should change split file size when creating a .7z archive format

Actual behaviour

Clicks to resize split file doesn't change size.

Steps to reproduce the behaviour

User select file/files and try to Compress them with utility displayed in File Browser Caja, in case if he choice .7z and press other options; checked the box "Split into volumes of " and start click on buttons in widget that will no give a result. img1 I noticed one thing: in case when hold LMB on this buttons, that will give you desired result, that will change split file size. img2 In case when u create new archive directly from Engrampa Archive Manager, select .7z and press other options widget of split file size will react correctly: it will change split file size after default click img3

MATE general version

1.26.0 caja-1.26.0

Package version

1.26.0

Mejioy commented 8 months ago

I tried this on the latest version (1.28.1), it works the same

zhuyaliang commented 7 months ago

I use archLinux and can properly split archive files in 7z format I manually build engrampa from the master branch

Mejioy commented 3 months ago

Fix with apply this patch: https://github.com/mate-desktop/engrampa/commit/128133d758cd0594b75c9592c404d458b0d33a74

lukefromdc commented 3 months ago

I just tested this and it works. Since this was basically ready to go, I created a PR for it, making one change in your patch by increasing maximum filesize from 1000 to 10000MB to accomodate the case of compressing very large files such as multiple root partition images.

https://github.com/mate-desktop/engrampa/pull/521