Elan Ruusamäe wrote: > this is unrelated to arch, but worth to know. Hmm - standard i686 install looks little different (for pl_PL locale) I will check en-US locale and the same without glibc-localedb-all.
> $ sh -x /usr/bin/mozilla-thunderbird -mail > + MOZILLA_FIVE_HOME=/usr/lib64/mozilla-thunderbird > + MOZARGS= > + /usr/bin/locale > + grep ^LC_MESSAGES= > + sed -e s|LC_MESSAGES=||g -e s|"||g > + MOZLOCALE=en_US.UTF-8 > + echo > + tr : > + echo en_US.UTF-8 > + sed -e s|_\([^.]*\).*|-\1|g > + eval MOZLANG=en-US > + MOZLANG=en-US > + [ -f /usr/lib64/mozilla-thunderbird/chrome/en-US.jar ] > + MOZARGS=-UILocale en-US > + break > + [ -z -UILocale en-US ] > + [ -n -UILocale en-US ] > + THUNDERBIRD=/usr/lib64/mozilla-thunderbird/thunderbird -UILocale en-US > + [ -mail == -remote ] > + /usr/lib64/mozilla-thunderbird/thunderbird -UILocale en-US -remote ping() > + 2>&1 > + PING=+ > /dev/null > + [ -n + > /dev/null ] > + /usr/lib64/mozilla-thunderbird/thunderbird -UILocale en-US -mail > Warning: unrecognized command line flag -UILocale > Warning: unrecognized command line flag -mail $ sh -x /usr/bin/mozilla-thunderbird -mail + MOZILLA_FIVE_HOME=/usr/lib/mozilla-thunderbird + MOZARGS= + /usr/bin/locale + grep ^LC_MESSAGES= + sed -e s|LC_MESSAGES=||g -e s|"||g + MOZLOCALE=pl_PL + echo + tr : + echo pl_PL + sed -e s|_\([^.]*\).*|-\1|g + eval MOZLANG=pl-PL + MOZLANG=pl-PL + [ -f /usr/lib/mozilla-thunderbird/chrome/pl-PL.jar ] + [ -z ] + echo + tr : + echo pl_PL + sed -e s|_.*||g + eval MOZLANG=pl + MOZLANG=pl + echo /usr/lib/mozilla-thunderbird/chrome/pl*.jar + sed s/\s.*//g + LANGFILE=/usr/lib/mozilla-thunderbird/chrome/pl*.jar + [ -f /usr/lib/mozilla-thunderbird/chrome/pl*.jar ] + [ -n ] + THUNDERBIRD=/usr/lib/mozilla-thunderbird/thunderbird + [ -mail == -remote ] + /usr/lib/mozilla-thunderbird/thunderbird -remote ping() + 2>&1 + PING=+ > /dev/null + [ -n + > /dev/null ] + /usr/lib/mozilla-thunderbird/thunderbird -mail > $ sh -x /usr/bin/mozilla-thunderbird -compose > + MOZILLA_FIVE_HOME=/usr/lib64/mozilla-thunderbird > + MOZARGS= > + /usr/bin/locale > + grep ^LC_MESSAGES= > + sed -e s|LC_MESSAGES=||g -e s|"||g > + MOZLOCALE=en_US.UTF-8 > + echo > + tr : > + echo en_US.UTF-8 > + sed -e s|_\([^.]*\).*|-\1|g > + eval MOZLANG=en-US > + MOZLANG=en-US > + [ -f /usr/lib64/mozilla-thunderbird/chrome/en-US.jar ] > + MOZARGS=-UILocale en-US > + break > + [ -z -UILocale en-US ] > + [ -n -UILocale en-US ] > + THUNDERBIRD=/usr/lib64/mozilla-thunderbird/thunderbird -UILocale en-US > + [ -compose == -remote ] > + /usr/lib64/mozilla-thunderbird/thunderbird -UILocale en-US -remote ping() > + 2>&1 > + PING=+ > /dev/null > + [ -n + > /dev/null ] > + /usr/lib64/mozilla-thunderbird/thunderbird -UILocale en-US -compose > Warning: unrecognized command line flag -UILocale > Hash Manager Error : 1 > Error - could not open affix description file > /usr/lib64/mozilla-thunderbird/components/myspell/en-US.aff > Failure loading aff file > /usr/lib64/mozilla-thunderbird/components/myspell/en-US.aff $ sh -x /usr/bin/mozilla-thunderbird -compose + MOZILLA_FIVE_HOME=/usr/lib/mozilla-thunderbird + MOZARGS= + /usr/bin/locale + grep ^LC_MESSAGES= + sed -e s|LC_MESSAGES=||g -e s|"||g + MOZLOCALE=pl_PL + echo + tr : + echo pl_PL + sed -e s|_\([^.]*\).*|-\1|g + eval MOZLANG=pl-PL + MOZLANG=pl-PL + [ -f /usr/lib/mozilla-thunderbird/chrome/pl-PL.jar ] + [ -z ] + echo + tr : + echo pl_PL + sed -e s|_.*||g + eval MOZLANG=pl + MOZLANG=pl + echo /usr/lib/mozilla-thunderbird/chrome/pl*.jar + sed s/\s.*//g + LANGFILE=/usr/lib/mozilla-thunderbird/chrome/pl*.jar + [ -f /usr/lib/mozilla-thunderbird/chrome/pl*.jar ] + [ -n ] + THUNDERBIRD=/usr/lib/mozilla-thunderbird/thunderbird + [ -compose == -remote ] + /usr/lib/mozilla-thunderbird/thunderbird -remote ping() + 2>&1 + PING=+ > /dev/null + [ -n + > /dev/null ] + /usr/lib/mozilla-thunderbird/thunderbird -compose Regards, Marek _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
