Re: Specifiying a skin in ini



On Thu, 07 Oct 2010 17:04:08 +0100 Paul Marwick wrote:
Is the directive position sensitive in the ini?

Yes. The skin= key must be located in main [Midnight-Commander] section.

I've tried to setup a skin in ~/.mc/ini using several ways:

1) skin=gotar
2) skin=gotar.ini
3) skin=/usr/share/mc/skins/gotar.ini

Everything works fine for me.

Are you interested in specific environmet variables?

If you use "su" to be a root, you might get a home directory for user
not for root:

[andrew myhost ~]$ su -c 'echo $HOME'
Password: 
/home/andrew
[andrew myhost ~]$ su - -c 'echo $HOME'
Password: 
/root

-- 
Andrew



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]