Bug 420653 - Make it easier extract a compressed archive to the current location in the Dolphin plugin
Summary: Make it easier extract a compressed archive to the current location in the Do...
Status: ASSIGNED
Alias: None
Product: ark
Classification: Applications
Component: plugins (show other bugs)
Version: 20.04.0
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Ragnar Thomsen
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2020-04-27 10:04 UTC by tr1950x
Modified: 2023-01-12 11:34 UTC (History)
5 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 tr1950x 2020-04-27 10:04:09 UTC
SUMMARY
Show 'Extract archive here' in the right click panel on a selected .zip file.

STEPS TO REPRODUCE
1. Open Dolphin containing a compressed file such as a .zip file
2. Right click on the compressed file.
3. The panel shows 'Extract'.

OBSERVED RESULT
I need to click one more time to extract the archive.

EXPECTED RESULT
Show 'Extract here' and when clicked, the archive is extracted in the current directory.

This way users can increase productivity.
Comment 1 2wxsy58236r3 2020-04-28 01:14:59 UTC
That means don't hide "Extract here" in the "Extract    >" sub-menu, right?
Comment 2 Nate Graham 2020-04-28 14:07:18 UTC
Yeah.
Comment 3 Sean Long 2023-01-12 10:34:41 UTC
Is this still something we are looking at implementing? I have no c++ or Qt experience, but am happy to give it a shot.

I am thinking the right click menu would end up being:

....
Extract here
Extract >
     Extract archive to...
     Extract archive here, autodetect subfolder
....
Comment 4 Bug Janitor Service 2023-01-12 11:34:51 UTC
A possibly relevant merge request was started @ https://invent.kde.org/utilities/ark/-/merge_requests/164