Page 1 of 1

[BUG] Stuck on copying search results

Posted: 2017-03-18, 07:45 UTC
by Cvulturbo
Hi! Thank your for great file manager!

I have problem with copying search results. When i search some folder in /data/data dir and then, copy it from search results window to second panel (/sdcard). Progress did not going at all. It is related to search results in /data/.. dir, for sdcard it works as expected.

UPD: Also if I pack some folder in /data/data with zip it creats empty zip file in the second panel without files.

Posted: 2017-03-19, 09:24 UTC
by ghisler(Author)
Yes, it's related to /data/data: This folder can only be reached with root rights. Currently TC does not count the size of subfolders when root rights are needed.

Posted: 2017-03-20, 10:08 UTC
by Cvulturbo
thank you for info! With root functions enabled it works!

In this mode links to folders shown as regular files! Can I tweak this behavior? In regular mode links to folders shown as folders..

Posted: 2017-03-20, 14:17 UTC
by ghisler(Author)
Unfortunately there is no way to distinguish links to files and links to folders when using the "ls" command (used to list in root mode). :(

Posted: 2017-03-20, 20:21 UTC
by Cvulturbo
ghisler(Author) wrote:Unfortunately there is no way to distinguish links to files and links to folders when using the "ls" command (used to list in root mode). :(
may be "ls -lL" command can distinguish links to files and links to folders. "L" parameter did exactly what regular browsing mode does.

Posted: 2017-03-21, 07:52 UTC
by ghisler(Author)
I will check that, thanks.