Re: [systemd-devel] Locale setup for non-shells

2017-05-23 Thread Lennart Poettering
On Mon, 22.05.17 19:36, Nikolai Kondrashov (nikolai.kondras...@redhat.com) wrote: > On 05/22/2017 04:46 PM, Lennart Poettering wrote: > > On Mon, 22.05.17 14:11, Nikolai Kondrashov (nikolai.kondras...@redhat.com) > > wrote: > > > I'm trying to solve a problem of supplying locale settings to

Re: [systemd-devel] Locale setup for non-shells

2017-05-22 Thread Andrei Borzenkov
22.05.2017 15:45, Mantas Mikulėnas пишет: > > (Keep in mind that "sourceable by sh" means the value might be quoted and > with the occassional backslash in the middle – e.g. LANG="en\_US\.UTF\-8" > is within spec.) > Well, the next sentence goes on with "beyond mere variable assignments, no

Re: [systemd-devel] Locale setup for non-shells

2017-05-22 Thread Nikolai Kondrashov
On 05/22/2017 04:46 PM, Lennart Poettering wrote: On Mon, 22.05.17 14:11, Nikolai Kondrashov (nikolai.kondras...@redhat.com) wrote: I'm trying to solve a problem of supplying locale settings to non-shell programs acting as login shells in Fedora and RHEL, as described below. Which services

Re: [systemd-devel] Locale setup for non-shells

2017-05-22 Thread Mantas Mikulėnas
On Mon, May 22, 2017, 16:40 Tomas Mraz wrote: > On Mon, 2017-05-22 at 15:45 +0300, Mantas Mikulėnas wrote: > > On Mon, May 22, 2017 at 2:11 PM, Nikolai Kondrashov < > > nikolai.kondras...@redhat.com> wrote: > > > > > Hi everyone on systemd-devel, > > > > > > I'm trying to solve

Re: [systemd-devel] Locale setup for non-shells

2017-05-22 Thread Tomas Mraz
On Mon, 2017-05-22 at 15:45 +0300, Mantas Mikulėnas wrote: > On Mon, May 22, 2017 at 2:11 PM, Nikolai Kondrashov < > nikolai.kondras...@redhat.com> wrote: > > > Hi everyone on systemd-devel, > > > > I'm trying to solve a problem of supplying locale settings to non- > > shell > > programs acting

Re: [systemd-devel] Locale setup for non-shells

2017-05-22 Thread Lennart Poettering
On Mon, 22.05.17 14:11, Nikolai Kondrashov (nikolai.kondras...@redhat.com) wrote: > Hi everyone on systemd-devel, > > I'm trying to solve a problem of supplying locale settings to non-shell > programs acting as login shells in Fedora and RHEL, as described > below. Which services precisely are

Re: [systemd-devel] Locale setup for non-shells

2017-05-22 Thread Mantas Mikulėnas
On Mon, May 22, 2017 at 2:11 PM, Nikolai Kondrashov < nikolai.kondras...@redhat.com> wrote: > Hi everyone on systemd-devel, > > I'm trying to solve a problem of supplying locale settings to non-shell > programs acting as login shells in Fedora and RHEL, as described below. > > So far it seems the

Re: [systemd-devel] Locale setup for non-shells

2017-05-22 Thread Nikolai Kondrashov
Hi everyone on systemd-devel, I'm trying to solve a problem of supplying locale settings to non-shell programs acting as login shells in Fedora and RHEL, as described below. So far it seems the Debian way of doing things will work. Could you please confirm that the format of locale.conf is not