Bug#679386: [Pkg-xfce-devel] Bug#679386: Dirty Workaround

2012-10-21 Thread John Paul Adrian Glaubitz
Hey Vladimir, > When accountsservice is installed, both versions work well with > workaround. Well, yes, except I cannot rely on AccountsService as it stores its information *locally* which is completely useless if users login over the network. I have no idea what went into the minds of GNOME de

Bug#679386: [Pkg-xfce-devel] Bug#679386: Dirty Workaround

2012-10-20 Thread Yves-Alexis Perez
On mer., 2012-10-17 at 14:24 +0400, Vladimir K wrote: > As a dirty workaround, I've created a script: > /etc/X11/Xsession.d/39-lightdm-dmrc-fix (runs just before xsessionrc parsing) > > --- > #!/bin/bash > TEMPLANG=$(cat "$HOME/.dmrc" | grep ^Language= | cut -d '=' -f 2 | sed > 's/utf8/UTF8/

Bug#679386: Dirty Workaround

2012-10-19 Thread John Paul Adrian Glaubitz
On Thu, Oct 18, 2012 at 11:56:21PM +0200, John Paul Adrian Glaubitz wrote: > your workaround is actually a nice idea. However, there is one problem > which is the fact that it relies on the .dmrc file which is not always > reliably written and the language setting is therefore not accessible. Shor

Bug#679386: Dirty Workaround

2012-10-18 Thread John Paul Adrian Glaubitz
Hi Vladimir, your workaround is actually a nice idea. However, there is one problem which is the fact that it relies on the .dmrc file which is not always reliably written and the language setting is therefore not accessible. I have filed a bug report with an attached patch which will fix this be

Bug#679386: Dirty Workaround

2012-10-17 Thread Vladimir K
As a dirty workaround, I've created a script: /etc/X11/Xsession.d/39-lightdm-dmrc-fix (runs just before xsessionrc parsing) --- #!/bin/bash TEMPLANG=$(cat "$HOME/.dmrc" | grep ^Language= | cut -d '=' -f 2 | sed 's/utf8/UTF8/') [ ! -z "$TEMPLANG" ] && export LANG=$TEMPLANG --- -- To UN