On Thursday 19 August 2004 20:37, Hendrik Sattler wrote: > > Unfortunately, even after restarting X, this did not work. (Since I > > already had an appropriate /etc/environment file, I substituted that > > instead of one in $HOME.) > > Strange, because this works here just fine with Debian Sarge. > Create a file ("touch /xsession-test") in that script and see if it gets > executed...
Problem solved: I took a closer look at /etc/environment and realized that it didn't properly export the $LANG variable. Since $LANG is also set in /etc/sysconfig/i18n, I got it after the fact, so to speak. Stupid oversight, but everything works fine now, thanks for your help. :Peter