Off-Topic > SCM Extension Requests
Request Midnight Commander File Manager
Jason W:
egrep, fgrep, and grep added to localbin/ in mc.scm.
SamK:
--- Quote from: Jason W on June 24, 2012, 10:11:06 PM ---egrep, fgrep, and grep added to localbin/ in mc.scm.
--- End quote ---
When browsing an ISO an unmissable error message is obtained (see screenshot). Upon cancelling the message the ISO directories and files are then presented. Other than modifying the offending script is there a way to prevent the display of the message?
Rich:
Hi SamK
Other than modifying the script, install grep.tcz.
SamK:
--- Quote from: Rich on June 25, 2012, 09:22:49 AM ---Hi SamK
Other than modifying the script, install grep.tcz.
--- End quote ---
Hi Rich
Yes that does work. Have a browse back to post #43 in the thread, it was the aproach I used it to help diagnose the problem. As a fully self-contained app has been decided upon, the question is whether the misleading error message can be circumvented with grep built into the SCM as it is now.
Edit: typos
Rich:
Hi SamK
The message is not misleading, the error just wasn't fatal so you could still view the ISO. There is still at least
one hard coded path to /usr/local/bin/ in the iso9660 script. Execute:
--- Code: ---grep "usr/local/bin" /apps/mc/libexec/mc/extfs.d/*
--- End code ---
If the app were self contained, you probably shouldn't get any results. So, besides fixing the script or installing
grep, I guess the only other possibility is creating a link to busyboxes grep in /usr/local/bin/.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version