Bug 301962 - Integration with catchcopy
Summary: Integration with catchcopy
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-15 10:20 UTC by BRULE Herman
Modified: 2022-04-05 13:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch to integration, but not work (8.34 KB, patch)
2012-06-27 09:07 UTC, BRULE Herman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description BRULE Herman 2012-06-15 10:20:28 UTC
Hello,
I wish support of catchcopy protocol.
With the lib provided it's just:
if(file.isLocal())
  if(connect())
     sendCopy(sources,destination);

That's allow use ultracopier by ctrl-c/ctrl-v into dolphin. When ultracopier is running of course. (Usage need be on demand).
The Windows explorer do it. That's to put dolphin at this level.

Thanks

Reproducible: Always
Comment 1 BRULE Herman 2012-06-27 09:07:36 UTC
Created attachment 72161 [details]
Patch to integration, but not work

Not work
Comment 2 BRULE Herman 2012-07-25 15:52:58 UTC
To have for KDE 4.10/5.0, it can be usefull, like nautilus into Gnome
Comment 3 Jeroen van Meeuwen (Kolab Systems) 2012-08-24 16:19:53 UTC
Resetting assignee to default as per bug #305719
Comment 4 Justin Zobel 2021-03-09 02:18:39 UTC
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.
Comment 5 BRULE Herman 2021-03-09 02:27:48 UTC
Maybe I will start on this bug if I have some help
Comment 6 BRULE Herman 2022-04-05 13:36:42 UTC
Some body can say WHERE!? intecept the copy/move to drop the event and send to Ultracopier?