Bug 388291

Summary: Queue copy
Product: [Applications] dolphin Reporter: Mr.Null <b3hrooz.ram3zani>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: elvis.angelaccio, nate
Priority: NOR    
Version: 17.12.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Mr.Null 2017-12-28 11:29:25 UTC
It would be great to add option to put copys in queue so that there is always only one active operation.
Comment 1 Nate Graham 2018-01-02 17:42:18 UTC
Why?
Comment 2 Nate Graham 2018-01-02 17:43:11 UTC
Why?
Comment 3 Mr.Null 2018-01-07 22:04:54 UTC
(In reply to Nate Graham from comment #2)
> Why?

When you copy 100 large file to external H.D.D queue is usefull
Comment 4 Nate Graham 2018-01-07 22:12:29 UTC
In what way? What would a queue gain you over the existing implementation?
Comment 5 Mr.Null 2018-01-07 22:19:42 UTC
(In reply to Nate Graham from comment #4)
> In what way? What would a queue gain you over the existing implementation?

Sorry my english is not good enough understand your means but I ask you if possible add queue to dolphin for copy/cut files.
Comment 6 Nate Graham 2018-01-08 01:06:27 UTC
Here is my question, specifically:

What is the advantage of queue over the current approach?

You are asking for a new feature; I am asking you to explain what benefit it brings over the current implementation.
Comment 7 Christoph Feck 2018-01-10 02:43:36 UTC
A queue allows multiple copy jobs to be added any time, but they execute only serially. This is useful for spinning disks, because concurrent accesses in different positions slows down the disk.

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