Session child does not inherit all LC_* variables
Bug #1511259 reported by
Piotr Jurkiewicz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Light Display Manager |
Fix Released
|
Medium
|
Unassigned | ||
1.10 |
Fix Committed
|
Medium
|
Unassigned | ||
1.14 |
Fix Released
|
Medium
|
Unassigned | ||
1.16 |
Fix Released
|
Medium
|
Unassigned | ||
1.2 |
Won't Fix
|
Medium
|
Unassigned | ||
lightdm (Ubuntu) |
Fix Released
|
Medium
|
Robert Ancell | ||
Trusty |
Fix Released
|
Medium
|
Robert Ancell | ||
Vivid |
Fix Released
|
Medium
|
Robert Ancell | ||
Wily |
Fix Released
|
Medium
|
Robert Ancell |
Bug Description
[Impact]
Not all system locale variables are passed to sessions.
[Test Case]
1. Edit /etc/locale.conf and set LC_PAPER to a particular value
2. Start LightDM
3. Log into a session
Expected result:
LC_PAPER is set to the value in /etc/locale.conf
Observed result:
LC_PAPER is not set.
[Regression potential]
Low. We just added to an existing list of LC_* variables that are passed through to sessions.
Changed in lightdm: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in lightdm: | |
status: | Triaged → Fix Committed |
milestone: | none → 1.17.1 |
Changed in ubuntu (Ubuntu): | |
status: | New → Fix Released |
importance: | Undecided → Medium |
status: | Fix Released → Fix Committed |
affects: | ubuntu (Ubuntu) → lightdm (Ubuntu) |
Changed in lightdm (Ubuntu Vivid): | |
status: | New → In Progress |
importance: | Undecided → Medium |
description: | updated |
Changed in lightdm (Ubuntu Vivid): | |
assignee: | nobody → Robert Ancell (robert-ancell) |
Changed in lightdm: | |
status: | Fix Committed → Fix Released |
tags: |
added: verification-done-vivid removed: verification-done |
Changed in lightdm (Ubuntu Wily): | |
assignee: | nobody → Robert Ancell (robert-ancell) |
Changed in lightdm (Ubuntu Trusty): | |
assignee: | nobody → Robert Ancell (robert-ancell) |
Changed in lightdm (Ubuntu): | |
assignee: | nobody → Robert Ancell (robert-ancell) |
Changed in lightdm (Ubuntu Trusty): | |
importance: | Undecided → Medium |
status: | New → Fix Committed |
To post a comment you must log in.
This patch adds LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT and LC_IDENTIFICATION variables to the list of inherited locale variables.