Bug 447075 - [Suggestion] Do not open a new tab after compression called from "compress here" is completed
Summary: [Suggestion] Do not open a new tab after compression called from "compress he...
Status: RESOLVED DUPLICATE of bug 440663
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 21.12.0
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2021-12-16 13:48 UTC by bonirar716
Modified: 2021-12-16 19:22 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 bonirar716 2021-12-16 13:48:56 UTC
SUMMARY

Dear developers,

When compressing files by right click -> "Compress here" in Dolphin, after the compression is completed, a new tab is opened in Dolphin with the same folder where the user initiated this action. In most cases the compression only take a few seconds and the user hasn't close/leave that folder. The current behavior leads to two tabs of the same folder which the user has to close manually.

I'm not sure what is the best approach here. Ideally one would check if the tab will be duplicated and do not open a new one if that is true. If this is not possible, I suggest do not open a new tab if the compression does not take more than 5 or 10 seconds since the user is likely still staying in the folder, waiting for it to finish.

Thanks for reading!

STEPS TO REPRODUCE
1. Right click a file in Dolphin and click "Compress here" in the context menu

OBSERVED RESULT
A new tab with the same path is opened.

EXPECTED RESULT
No duplicate tabs in the same Dolphin window after completion.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma
(available in About System)
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Comment 1 Nicolas Fella 2021-12-16 14:21:12 UTC
I do agree from a UX perspective.

Technically speaking Ark tells Dolphin "highlight this file" and the rest is up to Dolphin, so it needs to be addressed in Dolphin, not Ark
Comment 2 Nate Graham 2021-12-16 19:22:30 UTC

*** This bug has been marked as a duplicate of bug 440663 ***