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
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/
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
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
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
5 matches
Mail list logo