Version: unspecified (using Devel) OS: Linux Chapter 4. Basic Functions Title: Basic File Management Subheading: Queue manager Text "Queueing is used for one-by-one copying." in the paragraph does not take into account moving, packing and unpacking. Reproducible: Always Steps to Reproduce: translation documentation Actual Results: The copy, move, pack and unpack operations can be queued. After selecting copy or move, hit <keycap>F2</keycap> to use it. After selecting pack or unpack, hit <keycap>F2</keycap> to use it. Or the direct shortcuts: copy by queue <keycombo action="simul">&Shift;<keycap>F5</keycap></keycombo> , move by queue <keycombo action="simul">&Shift;<keycap>F6</keycap></keycombo> . Queueing is used for one-by-one copying. E.g. if you have a pen drive (which is slow), and you want to copy 40 files onto it, it's much better copying them one-by-one instead of starting to copy 40 files in parallel. That's why enqueuing is important. If you pack/unpack 40 files parallelly, you overload your computer, but adding them to a queue, is much more useful. Expected Results: The copy, move, pack and unpack operations can be queued. After selecting copy or move, hit <keycap>F2</keycap> to use it. After selecting pack or unpack, hit <keycap>F2</keycap> to use it. Or the direct shortcuts: copy by queue <keycombo action="simul">&Shift;<keycap>F5</keycap></keycombo> , move by queue <keycombo action="simul">&Shift;<keycap>F6</keycap></keycombo>. Queue manager perform actions one-by-one. E.g. if you have a pen drive (which is slow), and you want to copy 40 files onto it, it's much better copying them one-by-one instead of starting to copy 40 files in parallel. That's why enqueuing is important. If you pack/unpack 40 files in parallel, you overload your computer, but adding them to a queue, is much more useful.
Fixed. http://commits.kde.org/krusader/5eff2805215668415dda7259acf52e53e8b1a2a4 Thanks for the report.