Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e97f3937 authored by Danesh M's avatar Danesh M Committed by Abhisek Devkota
Browse files

FileManager : Update to use toybox ls

Toolbox ls does not include inode column, which causes parser
to fail and not show directory size in properties dialog.

CYNGNOS-3081

Change-Id: I8b0779404795be63de56bc1bc4a7dc46468fcb77
(cherry picked from commit 65db0406)
parent a0e9719e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@
  <!-- Usage -->
  <command commandId="diskusage" commandPath="/system/bin/df" commandArgs="-h %1$s" />
  <command commandId="diskusageall" commandPath="/system/bin/df" commandArgs="-h" />
  <command commandId="folderusage" commandPath="/system/bin/ls" commandArgs="-alR %1$s 2&gt; /dev/null" />
  <command commandId="folderusage" commandPath="/system/bin/toybox" commandArgs="ls -alR %1$s 2&gt; /dev/null" />

  <!-- I/O -->
  <command commandId="read" commandPath="/system/bin/cat" commandArgs="%1$s" />