http://bugzilla.opensuse.org/show_bug.cgi?id=918221 --- Comment #5 from Axel Köllhofer <AxelKoellhofer@web.de> --- (In reply to Wolfgang Bauer from comment #4)
FYI, "su -" sets up a completely clean root environment, whereas "su" takes over some variables from the user's environment.
Strange though, I did test with LANG set to de-DE.UTF-8 here. Could you please post the complete output of "locale", as user and after running "su -"?
Yup, I know, I just wanted to point out (in a sense of "story telling") how I got closer to the cause of this problem. Well, talking about the output of "locale", here you go: LC_TIME="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8" LC_MESSAGES="de_DE.UTF-8" LC_PAPER="de_DE.UTF-8" LC_NAME="de_DE.UTF-8" LC_ADDRESS="de_DE.UTF-8" LC_TELEPHONE="de_DE.UTF-8" LC_MEASUREMENT="de_DE.UTF-8" LC_IDENTIFICATION="de_DE.UTF-8" LC_ALL= axel@Fatboy:~> su - Passwort: Fatboy:~ # locale LANG=POSIX LC_CTYPE=de_DE.UTF-8 LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL=
PS: The files in /usr/share/ooo/ are just symlinks to the ones in /usr/share/templates/libreoffice/. So copying them over from one directory to the other doesn't change anything of course.
Yes, after my last post I had a closer look and saw they are only symlinks. However, please note there are no symlinks from /usr/share/templates/libreoffice/de to /usr/share/templates/ooo/de, so that is why I tried to copy (also tried symlinks) the folder, also trying different names like de, de-DE or de_DE in order to maybe find out how LO handles "locale"-Variables.
It works fine here with the exact same structure though.
A real difference to your system seems to be that my systems have been updated from 12.3 to 13.1 some time ago, however doing a clean install is not an option (at least for now). I will also try to remove all packages of libreoffice, try to find and remove all possible "leftovers" and see what happens. Greetings, AK -- You are receiving this mail because: You are on the CC list for the bug.