search for: langfile

Displaying 4 results from an estimated 4 matches for "langfile".

Did you mean: flagfile
2013 Jan 21
0
Custom locale, LC_TYPE and urxvt
...ings and system variables is insufficient to make much sense out of it. if [ -n "$LANG" ]; then saved_lang="$LANG" [ -f "$HOME/.i18n" ] && . "$HOME/.i18n" && sourced=1 LANG="$saved_lang" unset saved_lang else for langfile in /etc/sysconfig/i18n "$HOME/.i18n" ; do [ -f $langfile ] && . $langfile && sourced=1 done fi If I am not entirely mistaken, this code checks to see if $LANG is set and saves it. Presumably this is to preserve $LANG from being overridden by the contents of ~...
2009 Jul 31
0
Somewhat OT: OpenOffice.org Headless issues as non-root user
...=/sbin:/usr/sbin:/bin:/usr/bin ++ export PATH ++ '[' -z '' ']' ++ COLUMNS=80 ++ '[' -z '' ']' +++ /sbin/consoletype ++ CONSOLETYPE=pty ++ '[' -f /etc/sysconfig/i18n -a -z '' ']' ++ . /etc/profile.d/lang.sh +++ sourced=0 +++ for langfile in /etc/sysconfig/i18n '$HOME/.i18n' +++ '[' -f /etc/sysconfig/i18n ']' +++ . /etc/sysconfig/i18n ++++ LANG=en_US.UTF-8 ++++ SYSFONT=latarcyrheb-sun16 +++ sourced=1 +++ for langfile in /etc/sysconfig/i18n '$HOME/.i18n' +++ '[' -f /root/.i18n ']' +++ &...
2001 May 16
1
wine-20010510 fails to run?
...LEVEL=2 SECURITY=2 SESSION_MANAGER=local/linux.com:/tmp/.ICE-unix/796 SHELL=/bin/bash SHELLOPTS=braceexpand:hashall:histexpand:monitor:history:interactive-comments:emacs SHLVL=3 TERM=xterm UID=501 USER=jussij XAUTHORITY=/home/jussij/.Xauthority XMODIFIERS=@im=none _=zl32.exe langfile=/etc/sysconfig/i18n sourced=1 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 -i -f "$MC"; unset MC } Any indi...
2009 Oct 27
12
Virt-manager issue resolved
[This email is either empty or too large to be displayed at this time]