Re: Integration of ultracopier



I have well look to be not specific to ultracopier (all software using
this protocol can use this).
It's exactly what is do under windows, the explorer look if one code
intercept the copy (in my code I return true if intercepted, false
else), else do the copy him self.
I have used the same way than all other software (supercopier, copy
handler, teracopy, ...).

After if you have suggestion to be more cleaner, I'm open. But for lot
of user wish a quick integration, it's the priority (long time waiting
to integrate with natilus, some user more than 4 years).
What I can do to help? I thinks nautilus should integrate the plan to
intercept the copy (by plugin or not).

On Thu, Jul 5, 2012 at 3:02 PM, Cosimo Cecchi <cosimoc gnome org> wrote:
> On Wed, 2012-07-04 at 02:20 +0200, alpha_one_x86 wrote:
>> Hello,
>>
>> Thanks for your advised reply. I have do the windows and KDE
>> implementation, then the implementation can be resumed by:
>> if(file.isLocal() && catchcopy.isConnected())
>> {
>>    catchcopy.copy(sources,destination);
>>    return; //to ignore the copy because it will be done as external
>> }
>> Splitting the file operation is few hard and slow. Just implement this
>> kind of code is easy, transparent, and allow external application to
>> be used. Not always have advanced copier running, then the copy should
>> be with the default copy dialog when have not application to overwrite
>> it. It's why externalization is not a solution, because the default
>> code should be acceded.
>>
>> Can you add a entry into the wish list and give me the url?
>
> Hi, I don't think adding code into the core of Nautilus to detect if
> ultracopier is around is a great solution though (and I don't think
> that's something you can do e.g. on Windows). How were you able to do
> this kind of integration on other platforms?
>
> Cosimo
>



-- 
alpha_one_x86 <alpha_one_x86 first-world info>
Main developer of Ultracopier, Esourcing and server management
IT, OS, technologies, security and business department


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]