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

Bug#241853: openoffice.org: GUI language is not set correctly



Package: openoffice.org
Version: 1.1.1-1
Severity: normal
Tags: l10n

The script /usr/bin/openoffice does the following:

---------------(line 295-297)--------------------
LANG=$LOCALE
export LANG
exec "/usr/lib/openoffice/program/soffice" "$@"
--------------------------------------------------

With this configuration, OOo still uses the English 
GUI. Changing the lines to

---------------(line 295-297)--------------------
LC_ALL=$LOCALE
export LC_ALL
exec "/usr/lib/openoffice/program/soffice" "$@"
--------------------------------------------------

solves the problem on my system.

Maybe this is related to the fact that I do not set LC_ALL on my system, 
because I want LC_MESSAGES=C.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.1
Locale: LANG=de_CH.ISO8859-15, LC_CTYPE=de_CH.ISO8859-15
        LC_MESSAGES=C, LC_ALL=

Versions of packages openoffice.org depends on:
ii  debianutils           2.8.1              Miscellaneous utilities specific t
ii  dictionaries-common   0.22.5             Common utilities for spelling dict
ii  openoffice.org-bin    1.1.1-1            OpenOffice.org office suite binary
ii  openoffice.org-debian 1.1.0+1.1.1rc3-1+1 Debian specific parts of OpenOffic
ii  openoffice.org-l10n-d 1.1.1-1            German language package for openof
ii  openoffice.org-l10n-e 1.1.1-1            English (US) language package for 
ii  openoffice.org-l10n-f 1.1.1-1            French language package for openof

-- no debconf information



Reply to: