Beta Midnightcommander


mcobit

Advanced Member
Joined
Jul 28, 2008
Messages
6,909
Made a PND-version of Midnightcommander:
http://www.midnight-commander.org/


Get the PND here:
http://repo.openpandora.org/?page=detail&app=midnightcommander-mc-23340
 
When there's already a terminal instance running, mc won't start due to $HOME not propagating to terminal (it seems).
Fix (scripts/mc.sh):
Code:
< 	exec terminal --fullscreen --hide-toolbars -e "./bin/mc" $*
---
> 	exec terminal --disable-server --fullscreen --hide-toolbars -e "./bin/mc" $*
 
Thanks for finding!
Will fix asap.

Edit: Fixed!

New place of the pnd: http://repo.openpandora.org/?page=detail&app=midnightcommander-mc-23340
 
Sorry that I have to ask but onto my Pandora, I can only see the NAND content I guess, I can't go "higher". I can't find a way to go all the way up to reach the level where I can choose the SD cards. There are no drive letters or anything above NAND I guess, I'm sure I do it wrong but what is the fastest way to reach the top dir level where I can reach the SD cards?
 
Look inside the "media" directory (go as far back/up as you can), your SD card names should be accessible there.
 
TitanUranus said:
Look inside the "media" directory (go as far back/up as you can), your SD card names should be accessible there.
Thanks, finaly found it. :) I actualy also searched for something that's called "media" but somehow I missed this folder. A separate drop down menu for choosing all available media(drives) would be the better solution but now that I know where to look it's ok.
 
Last edited by a moderator:
Back
Top