GNOME Bugzilla – Bug 480564
Add "Copy to ..."/"Move to folder ..." to menus
Last modified: 2012-07-03 16:10:20 UTC
Hi guys... I wrote a patch which add "Copy to folder" and "Move to folder" to nautilus menus. I miss this feature from Konqueror or Windows Explorer, so I thought it could be useful. Hope you like it. Best regards. Shogun
Created attachment 96224 [details] [review] Patch for add "Copy to..."/"Move to..." to menus
Please, don't make the nautilus context menus larger than they already are. Maybe the nautilus-sendto extension is something to look at for the people who want this?
(In reply to comment #2) > Please, don't make the nautilus context menus larger than they already are. > > Maybe the nautilus-sendto extension is something to look at for the people who > want this? > I haven't seen nautilus-sendto extension's source code, but the core method I used is fm_directory_view_move_copy_items (I tried nautilus_file_operations_copy_move too) which is not available in libnautilus-extension and so not usable in any Nautilus extension. If I'm wrong, can someone tell me how to make that method visible? I spent almost a week on Google but I couldn't figure it out. If I'm right, the patch I've done it's the only way to do it... Best regards. Shogun
Any change to this? If you want to develope this as an extension, can you make the method fm_directory_view_move_copy_items accessible by nautilus-extensions? Best regards... Shogun
I think you can find more people to help you by subscribing and writing to nautilus-list@gnome.org.
(In reply to comment #4) > Any change to this? > If you want to develope this as an extension, can you make the method > > fm_directory_view_move_copy_items > > accessible by nautilus-extensions? This would probably be some good use for the nautilus DBus interface. Otherwise you could use GIO directly, but you would lose the integration with the File Operations dialog in Nautilus. Anyway, I agree with Reinout when he says that the context menu shouldn't be larger than it is now.
*** This bug has been marked as a duplicate of bug 679298 ***