Any copied/moved file name root
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
```
2 条评论