LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Default language (https://www.linuxquestions.org/questions/slackware-14/default-language-560246/)

phantom_cyph 06-08-2007 12:17 PM

Default language
 
I'm working with Austrumi (a distro completely based on Slack), and I need to know where the file is that stores the settings for which language is default. Thanks!

titopoquito 06-08-2007 12:42 PM

LC_ALL and/or LANG are set in /etc/profile.d/lang.sh
keyboard layout is loaded in /etc/rc.d/rc.keymap

phantom_cyph 06-08-2007 02:34 PM

By the way, I am editing an uncompressed iso...

I only found "gtk+.csh" and "gtk+.sh" in /etc/profile.d

Any idea where it is?

(also, rc.keymap is not in rc.d)

titopoquito 06-08-2007 02:45 PM

rc.keymap appears only if you choose another language during the setup process. My rc.keymap looks like this:
Code:

#!/bin/sh
# Load the keyboard map.  More maps are in /usr/share/kbd/keymaps.
if [ -x /usr/bin/loadkeys ]; then
 /usr/bin/loadkeys de-latin1.map
fi

lang.sh comes with the "etc" package in Slackware.

phantom_cyph 06-08-2007 04:31 PM

Well, Austrumi contains Latvian and English, so somewhere, there has to be a file that designates which to start with. I just can't find it...


All times are GMT -5. The time now is 08:08 PM.