WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Request Midnight Commander File Manager  (Read 52825 times)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Request Midnight Commander File Manager
« Reply #30 on: June 16, 2012, 05:07:03 AM »
Hi AbNoRMiS
Actually, all you need to do is add a  /bin/grep  link to  /usr/local/bin/grep  to see if ti works.

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Re: Request Midnight Commander File Manager
« Reply #31 on: June 16, 2012, 05:18:36 AM »
yes it can be done :) but even if this will work
then in the mc this would not work immediately
"taking from box" without additional changes
« Last Edit: June 16, 2012, 05:27:36 AM by AbNoRMiS »
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Request Midnight Commander File Manager
« Reply #32 on: June 16, 2012, 05:46:06 AM »
Hi AbNoRMiS
That is only to determine if it works. If it does, the fix would be to change the hard coded path in /apps/mc/...../iso9660
(and any other scripts) from  /usr/local/bin/grep  to grep.

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Re: Request Midnight Commander File Manager
« Reply #33 on: June 16, 2012, 06:28:45 AM »
now i launched sudo ln -s /bin/grep /usr/local/bin && tce-load -i gawk.tcz
but then mc does not issue any errors and don't shows contents of iso-images





i don't understand why this occurs looking into /apps/mc/libexec/mc/extfs.d/iso9660
« Last Edit: June 16, 2012, 06:32:53 AM by AbNoRMiS »
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Request Midnight Commander File Manager
« Reply #34 on: June 16, 2012, 06:30:22 AM »
Abnormis-

I will add some of those things like grep to mc that are small and give the fuller functionality.  Give me a couple days or so.

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Re: Request Midnight Commander File Manager
« Reply #35 on: June 16, 2012, 06:41:31 AM »
thank you very much Jason, i already understood this :)
and we don't trying in any case to force you to rush this
but we here just try to find out some interesting points
« Last Edit: June 16, 2012, 06:45:07 AM by AbNoRMiS »
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Request Midnight Commander File Manager
« Reply #36 on: June 16, 2012, 07:17:57 AM »
It's all good.  As I don't use mc personally, at least not until after packaging it, this has been an educational thread on what it uses and it's dependencies.

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Re: Request Midnight Commander File Manager
« Reply #37 on: June 16, 2012, 09:07:57 AM »
i found in the repo cdrtools.scm which i have not seen formerly
then it may really be enough convert coreutils.tcz to coreutils.scm
about which i had not thought earlier and not break head?
« Last Edit: June 16, 2012, 10:00:48 AM by AbNoRMiS »
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Re: Request Midnight Commander File Manager
« Reply #38 on: June 16, 2012, 10:01:18 AM »
i'm sorry, i see that i was wrong because coreutils does not include grep and gawk
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Request Midnight Commander File Manager
« Reply #39 on: June 23, 2012, 02:07:26 PM »
I haven't forgotten about this, I will put some more support binaries in hopefully today.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Request Midnight Commander File Manager
« Reply #40 on: June 23, 2012, 03:46:52 PM »
Added cdparanoia, isoinfo, p7zip, zip/unzip, gawk, unrar.

I don't use these functions with mc so please test and report any issues.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Request Midnight Commander File Manager
« Reply #41 on: June 23, 2012, 05:14:01 PM »
Hitting enter on an iso does not open the iso as a directory.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Request Midnight Commander File Manager
« Reply #42 on: June 23, 2012, 07:46:06 PM »
It opens an iso as a directory here, wonder what the issue may be.

Offline SamK

  • Hero Member
  • *****
  • Posts: 713
Re: Request Midnight Commander File Manager
« Reply #43 on: June 24, 2012, 01:38:57 AM »
It opens an iso as a directory here, wonder what the issue may be.
Is the problem that grep is not listed is /apps/mc/localbin?

Installing grep.tcz enables an ISO to be browsed as directories and files.
   

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Request Midnight Commander File Manager
« Reply #44 on: June 24, 2012, 02:16:20 AM »
Ok, forgot to add grep, will add it in today.