Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Midnight Commander and exiting into current directory
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
DriveTime
n00b
n00b


Joined: 10 Aug 2002
Posts: 2
Location: England

PostPosted: Mon Aug 12, 2002 11:16 am    Post subject: Midnight Commander and exiting into current directory Reply with quote

I use Midnight Commander as my main file manager on all versions of Linux, and on every other distro, i can exit into the last directory visited, this is the way i like MC setup.

On gentoo however, this is not the case, i realise that the mc.sh script on a RedHat box does this, but how can i implement it on gentoo ?.

I seem to remember when building a LinuxFromScratch system that i had to specifically compile this feature, does anyone know if the binaries created by emere mc does this.


All comments gratefully recieved (except RTFM, cos ive done that already).
_________________
WWW.DriveTime.biz Recycled Computer hard drives put to a novel use.
Back to top
View user's profile Send private message
batnator
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2002
Posts: 93
Location: Berlin / Germany

PostPosted: Mon Aug 12, 2002 4:23 pm    Post subject: put this in your profile Reply with quote

first, please use the search function of the board. i didn't now who was the autor of the posting, but here is the code for your /etc/profile or other resourcefiles:
Code:

mc ()
{
 mkdir -p $HOME/.mc/tmp 2>/dev/null;
 chmod 700 $HOME/.mc/tmp;
 MC=$HOME/.mc/tmp/mc-$$;
 /usr/bin/mc -P "$@" >"$MC";
 cd "`cat $MC`";
 rm -f "$MC";
 unset MC
}
export -f mc

have more fun
Back to top
View user's profile Send private message
DriveTime
n00b
n00b


Joined: 10 Aug 2002
Posts: 2
Location: England

PostPosted: Tue Aug 13, 2002 1:32 pm    Post subject: Reply with quote

Thanks for the reply.

I did use the search facility, seems like i must have missed or skipped over this.

Anyway ill place this in the file you mentioned, thanks again.
_________________
WWW.DriveTime.biz Recycled Computer hard drives put to a novel use.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum