When one drags files to a location in dolphin, the "copy/move/link here" pops up if one hasn't pressed a modifier key when dropping the files. I would like to be able to add custom actions to that menu, for example "copy/move with rsync". Reproducible: Always Steps to Reproduce: 1. drag files from location A to location B 2. release the mouse button Actual Results: A menu listing "copy/move/link here" entries pops up Expected Results: A menu listing "copy/move/link/copy with rsync here" entries pops up This could work similar to the services implementation, with an additional tab for the list of services enabled in the "copy/move/link here" menu. What will have to probably be added is sending a destination URL as a separate parameter for the services in the "copy/move/link here" menu.
Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved.
This would be very useful. I would like to add - create hardlink - create relative symlink copy with rsync would be great, for those users who require reliable copying via the GUI.
Even I see no real use for myself, I think this is a great idea! @Soukyuu: Do you think that there should be a limited amount of options(1) or should it be expandable with every custom entry you want(2)? (1) Would be easy to handle for the average user. (2) Would be a very powerfull tool for powerusers
I can see the value in this suggestion, sending along to the developers so they can consider this.
This is possible to implement by implementing a plugin for KIO::DndPopupMenuPlugin Ark has such an implementation to extract archives https://invent.kde.org/utilities/ark/-/blob/master/app/extractHereDndPlugin.h as an example.