Created attachment 2858 New DBus methods. Hi. Here is the patch I wrote for Thunar, it adds four new D-BUS methods that Xfdesktop will need: move,link,copy and unlink files. I did some tests and seems to work without any problem, and, as you can see isn't a big thing, since move,link and copy are very similar. Regards, Daniel~
I've just added this functionality to the master branch of Thunar. I used your patch as a the basis for my work. Thanks a lot! commit 930d944f86d5b2f9ea48dc8dff577e6a98f0b219 Author: Jannis Pohlmann <jannis@xfce.org> Date: Sun Aug 29 19:39:51 2010 +0200 Update the copyright information. commit 6371d5d886dcb5b92eab532c0852a57a96da1fb1 Author: Jannis Pohlmann <jannis@xfce.org> Date: Sun Aug 29 19:36:04 2010 +0200 Add CopyTo, CopyInto, MoveInto, LinkInto, UnlinkFiles D-Bus methods. The groundwork for this was done by Daniel Morales. I refactored the code a little bit, fixed a few bugs and added a working directory parameter to all functions. The startup id parameter is unused at the moment but this may change in the future. The methods have been added to the org.xfce.FileManager D-Bus interface.