[Midnight Commander WEB ] (CLI) File explorer

Discussion on apps, protocols, APIs, specifications, and more. You are welcome to join us as a TOS app developer!
User avatar
lkss
Posts: 3
Joined: 25 Sep 2022, 13:46

Re: [Midnight Commander WEB ][ 4.8.27.1 ] File explorer

Post by lkss »

Thank You!

But it doen't work :roll:
I"ve installed it, but it does'nt drop icon on desktop and I find in app center in off-mode.
When I try to run it - system refuse it (writes "operation failure")

Model F5-221, tos5 ver. 5.0.171-00221
User avatar
outkastm
Posts: 1185
Joined: 29 Dec 2020, 23:52

Re: [Midnight Commander WEB ][ 4.8.27.1 ] File explorer

Post by outkastm »

Do you have the latest ModBase1 app installed?
User avatar
davidecavestro
Posts: 23
Joined: 17 Jul 2023, 16:07

Re: [Midnight Commander WEB ][ 4.8.27.1 ] File explorer

Post by davidecavestro »

It doesn't work on my F2-223 with TOS 1.5.40, so as of now I am going with a /usr/local/bin/mc script like this

Code: Select all

#!/bin/bash
docker run --rm -it \
  -v /Volume1:/Volume1 \
  -v $HOME/.config/mc/:/root/.config/mc \
  blackvoidclub/midnight-commander \
  "$@"
User avatar
outkastm
Posts: 1185
Joined: 29 Dec 2020, 23:52

Re: [Midnight Commander WEB ][ 4.8.27.1 ] File explorer

Post by outkastm »

It works fine if you have all the dependencies installed.
Saying only is not work is not enough to troubleshoot
User avatar
davidecavestro
Posts: 23
Joined: 17 Jul 2023, 16:07

Re: [Midnight Commander WEB ][ 4.8.27.1 ] File explorer

Post by davidecavestro »

outkastm wrote: 09 Sep 2023, 16:31 It works fine if you have all the dependencies installed.
Saying only is not work is not enough to troubleshoot
You are right, I didn't install ModBase1.
Post Reply