Bug 1544 - Session startup cannot use the client language
Summary: Session startup cannot use the client language
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Other (show other bugs)
Version: trunk
Hardware: PC Linux
: P2 Enhancement
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords: interesting_210
Depends on:
Blocks:
 
Reported: 2005-10-04 14:26 CEST by Peter Åstrand
Modified: 2022-04-12 14:13 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Peter Åstrand cendio 2005-10-04 14:26:06 CEST
Currently, it's not possible to make tl-select-profile and tl-check-antivirus
display strings in the client language. This is because the tl-set-clientlang.sh
script runs from xstartup.d, but xstartup.d has not been executed before these
programs. Perhaps we should fix this somehow; perhaps tl-select-profile and
tl-check-antivirus should read the client_lang capabilities directly.
Comment 1 Peter Åstrand cendio 2008-04-02 10:36:54 CEST
This bug is basically solved, not that tl-select-profile etc are executed from xstartup.d rather than being hardcoded into xstartup. It should suffice just to add a link to tl-set-clientlang.sh with a number lower than the script that you want translated. At this point, however, tl-set-clientlang.sh is not linked by default. 
Comment 2 Pierre Ossman cendio 2016-12-06 11:25:19 CET
As noted in the previous comment, most things will be translated as long as client lang is set early in xstartup.d. The big remaining problem is tl-run-xstartup-feedback which is started before anything in xstartup.d is executed.

Note You need to log in before you can comment on or make changes to this bug.