Bug 444858 - Krusader - Compress here (as ZIP) does not work any more
Summary: Krusader - Compress here (as ZIP) does not work any more
Status: RESOLVED FIXED
Alias: None
Product: krusader
Classification: Applications
Component: general (show other bugs)
Version: 2.7.2
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-02 22:45 UTC by Piotrek
Modified: 2021-12-18 18:53 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Piotrek 2021-11-02 22:45:45 UTC
SUMMARY
When using Krusader, right click on not empty directory and selecting `Compress => Here (as ZIP)` does nothing. Also selecting `Compress as...` and clicking OK does not work too. Compressing worked some time ago.

STEPS TO REPRODUCE

1. Create not empty directory
2. Right click on directory and choose Compress => Here (as ZIP) 

OBSERVED RESULT

Nothing happens, no zip archive created.

EXPECTED RESULT

Compressed ZIP file should be created in same directory

SOFTWARE/OS VERSIONS

Operating System: Manjaro Linux
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version: 5.10.70-1-MANJARO (64-bit)
Graphics Platform: X11
Processors: 16 × AMD Ryzen 7 1700X Eight-Core Processor
Memory: 15,6 GiB of RAM
Graphics Processor: Radeon RX 580 Series

ADDITIONAL INFORMATION

I think this is not related to ZIP directly. Seems like this context menu is not working at all because compressing as tar.gz also does not work.
Comment 1 Toni Asensi Esteve 2021-11-20 18:49:18 UTC
I tried it (using the git version of Krusader, under Kubuntu 20.04 and under Kubuntu 21.04) and no problem was seen. If you can follow the steps of
    https://commits.kde.org/krusader?path=INSTALL
then you can build the git version of Krusader, use its latest features, etc. 
If you have been able to do it, is your problem solved?
Comment 2 Toni Asensi Esteve 2021-11-21 23:57:08 UTC
It seems that this problem is related to the one described on <https://bugs.kde.org/show_bug.cgi?id=441376>, which happens with newer software. There's a proposed solution on https://invent.kde.org/utilities/krusader/-/merge_requests/73
Comment 3 raven2cz 2021-11-25 17:45:41 UTC
I have same issue on arch linux. It is not just zip, save is unzip for "unzip archive here". The Extract tab works in dolphin correctly. I expect that it is using ark.
Comment 4 Toni Asensi Esteve 2021-11-27 17:06:16 UTC
A change (https://invent.kde.org/utilities/krusader/-/merge_requests/73) has been applied to the source code. Can you follow the steps of
    https://commits.kde.org/krusader?path=INSTALL
in order to build the git version of Krusader and tell us if your problem is solved?
Comment 5 Bug Janitor Service 2021-12-12 04:35:16 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 6 Piotrek 2021-12-17 23:08:58 UTC
I'll try doing this this weekend if I have time. I'll let you know how it goes.
Comment 7 Piotrek 2021-12-18 08:50:39 UTC
(In reply to Toni Asensi Esteve from comment #4)
> A change (https://invent.kde.org/utilities/krusader/-/merge_requests/73) has
> been applied to the source code. Can you follow the steps of
>     https://commits.kde.org/krusader?path=INSTALL
> in order to build the git version of Krusader and tell us if your problem is
> solved?

After some fight with arch linux I've managed to install krusader from git repo and it works now. It creates zip files when I use context menu. What I don't get is why after packing files and creating zip, Krusader opens dolphin with directory that contains archive... But it works so it can be marked as solved now. Thanks
Comment 8 Toni Asensi Esteve 2021-12-18 18:53:05 UTC
> What I don't get is why after packing files and creating zip, Krusader opens 
> dolphin with directory that contains archive

If it may help you, Davide Gianforte wrote about that on https://invent.kde.org/utilities/krusader/-/merge_requests/73#note_344383

> After some fight with arch linux I've managed to install krusader from git repo and it works now.

If you want the INSTALL file (https://commits.kde.org/krusader?path=INSTALL) to be changed, you can log in invent.kde.org (you can register on https://identity.kde.org/index.php?r=registration/index), go to https://invent.kde.org/utilities/krusader/-/blob/master/INSTALL , edit that file there, and so some developer can approve your changes.