Ultracopier icon indicating copy to clipboard operation
Ultracopier copied to clipboard

Any copied/moved file name root

Open blackPantherOS opened this issue 1 year ago • 2 comments

Hi, I meet now your code, thought I'd play with it a bit and try add filemanaeger integration support when the application get paramteres from command line... (https://github.com/blackPantherOS/Ultracopier) I think should definitely exit after the action has complete it can cause problems when it doesn't return the prompt.

And I not finished modification because i found bugs:

  1. any file are copied or moved renamed to "root" or "root-copy" if exists
  2. when destination is "?" and clicked to cancel on destination selection dialog the progress dialog still displaying
tail: /tmp/ultracopier-files.log
[Copy] [%18.09.2024 9:13:57%] / (4052418560) tmp/root
[Copy] [%18.09.2024 9:13:57%] Anybigfile (4052418560) tmp/root


[Move] [%18.09.2024 9:18:49%] / (1368068) /home/build/tmp/root
[Stop] [%18.09.2024 9:18:49%] base.apk (1368068) /home/build/tmp/root

blackPantherOS avatar Sep 18 '24 08:09 blackPantherOS

Hi, the behavior via CLI is send to main instance and close, if you need the event of finished copy then the unix socket protocol return this information.

  1. can you explain more?
  2. yes it's the desired behavior, maybe an checkbox to define close action will be usefull, noted

alphaonex86 avatar Sep 18 '24 15:09 alphaonex86

Can be useful a checkbox, or rather a default function, stops the tray icon at the end of the operation when the command line is in use Another issue: The "Add Copy" : does not provide file selection from the tray. The "Add Transfer" : open emty progress dialog

The video below shows some of the issues that prevent integration, I hope this helps you https://www.youtube.com/watch?v=XWlDzxY0F_Y

blackPantherOS avatar Sep 19 '24 10:09 blackPantherOS