Am Donnerstag, den 19.02.2009, 17:08 +0100 schrieb Michelle Konzack: > Am 2009-02-19 16:19:32, schrieb Michael Jarosch:
> > > # ---- language-env DON'T MODIFY THIS LINE! > > # set LANG > > LANG=de_DE > > export LANG > > > > if [ -x "$WINDOW_MANAGER" ]; then > > realstartup=$WINDOW_MANAGER > > elif [ -x /usr/bin/x-session-manager ]; then > > realstartup=x-session-manager > > elif [ -x /usr/bin/x-window-manager ]; then > > realstartup=x-window-manager > > elif [ -x /usr/bin/x-terminal-emulator ]; then > > realstartup=x-terminal-emulator > > fi > > exec $realstartup > > # ---- language-env end DON'T MODIFY THIS LINE! > > Do you realy need all this lines? > I really don't know! I haven't touched the file. This is just how my .xsession looks like after a fresh install of etch and after running dpkg-reconfigure "language-env". > > I guess LANG=de_DE and LANG=de_DE.UTF-8 should be the same for my > > apps / wdm / fvwm / whatever. But I remember that I tried several > > preferences, also LANG=de_DE.UTF-8 without success. > > It should be "de_DE.UTF-8" > Does your locale "de_DE" exist? Yes! I have all possible 3 german locales generated: de_DE, de...@euro and de_DE.UTF-8. The last one is my default. > OK, can you put the following lines > > echo "########## env ###################################################" > env > echo "########## locale ################################################" > locale > echo "########## locale -a #############################################" > locale -a > echo "##################################################################" > > before the line > > exec $realstartup > > and look into the ~/.xsession-errors whats going on here? I guess there should be at least the #-lines with env, locale and locale -a, right? But look: ----------------------------------------- Xsession: X session started for mitsch at Thu Feb 19 19:25:13 CET 2009 /home/mitsch/.Xresources:1:24: warning: missing terminating ' character /home/mitsch/.Xresources:13:28: warning: missing terminating ' character ----------------------------------------- In front of the other 5 lines stands "[fvwm]", where fvwm complaints about missing images. That's it. greetings Mitsch
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

