Bug 388291 - Queue copy
Summary: Queue copy
Status: RESOLVED DUPLICATE of bug 161017
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 17.12.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-28 11:29 UTC by Mr.Null
Modified: 2018-01-10 02:43 UTC (History)
2 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 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 ***