Josef Reidinger changed bug 1216689
What Removed Added
Flags needinfo?(jreidinger@suse.com)  

Comment # 12 on bug 1216689 from Josef Reidinger
I see nothing on ruby bindings side. It is done at
https://github.com/yast/yast-ruby-bindings/blob/master/src/ruby/yast/i18n.rb
and it is not change for 4 years and code is pretty straightforward. So maybe
it is more related to startup script?
During init we initialize locale, but I expect it needs to be switched by
installer
https://github.com/yast/yast-ruby-bindings/blob/master/src/ruby/yast/i18n.rb as
this is only when ruby-bindings is initialized initially.

In instalation lang switching should be done by this code
https://github.com/yast/yast-country/blob/master/language/src/modules/Language.rb#L728
but also the last change is 1 year old.

and really low level is WFM handling of language that calls that setlocale and
it is not touched for 7 years, so probably also not reason -
https://github.com/yast/yast-core/blob/master/wfm/src/Y2WFMComponent.cc#L434


You are receiving this mail because: