[opensuse-factory] Place for YaST time zones configuration
Today I found that openSUSE Leap 15 / Tumbleweed YaST Date and Time module writes times zones configuration into /root/.config/ktimezonedrc E.g. [TimeZones] LocalZone=Europe/Vilnius ZoneinfoDir=/usr/share/zoneinfo Zonetab=/usr/share/zoneinfo/zone.tab I suggest that writing such configurations into /etc/sysconfig/ directory would be more expected place. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
2019.03.26 09:10, opensuse.lietuviu.kalba rašė:
Today I found that openSUSE Leap 15 / Tumbleweed YaST Date and Time module writes times zones configuration into /root/.config/ktimezonedrc
Hmm... seems that changes in this file are sideeffect... But where openSUSE Tumbleweed YaST Date and Time module writes times zones configuration actually? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 3/26/19 8:19 AM, opensuse.lietuviu.kalba wrote:
2019.03.26 09:10, opensuse.lietuviu.kalba rašė:
Today I found that openSUSE Leap 15 / Tumbleweed YaST Date and Time module writes times zones configuration into /root/.config/ktimezonedrc
Hmm... seems that changes in this file are sideeffect... But where openSUSE Tumbleweed YaST Date and Time module writes times zones configuration actually?
Is this a readable-enough answer? https://github.com/yast/yast-country/blob/master/timezone/src/modules/Timezo... Cheers -- Ancor González Sosa YaST Team at SUSE Linux GmbH -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 26/03/2019 11.28, Ancor Gonzalez Sosa wrote:
On 3/26/19 8:19 AM, opensuse.lietuviu.kalba wrote:
2019.03.26 09:10, opensuse.lietuviu.kalba rašė:
Today I found that openSUSE Leap 15 / Tumbleweed YaST Date and Time module writes times zones configuration into /root/.config/ktimezonedrc
Hmm... seems that changes in this file are sideeffect... But where openSUSE Tumbleweed YaST Date and Time module writes times zones configuration actually?
Is this a readable-enough answer?
https://github.com/yast/yast-country/blob/master/timezone/src/modules/Timezo...
Yes, thanks :-) It is a call to "/usr/bin/timedatectl set-timezone". I didn't know that. On a side note, I noticed this: # TRANSLATORS: the "%s" is replaced by the executed command I think it should be: #. TRANSLATORS: the "%s" is replaced by the executed command A Space marks a comment written by the translator (on the po file, it doesn't get transmitted back to the programmer). But '#.' marks a comment on the source that is transmitted to the translator on the .pot file he gets. That is, unless the syntax on rb is different. File: gettext.info, Node: PO Files, WHITE-SPACE # TRANSLATOR-COMMENTS #. EXTRACTED-COMMENTS #: REFERENCE… #, FLAG… #| msgid PREVIOUS-UNTRANSLATED-STRING msgid UNTRANSLATED-STRING msgstr TRANSLATED-STRING HTH -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
opensuse.lietuviu.kalba wrote:
Today I found that openSUSE Leap 15 / Tumbleweed YaST Date and Time module writes times zones configuration into /root/.config/ktimezonedrc
That sounds kde related? "ktimezonedrc". -- Per Jessen, Zürich (4.1°C) -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
I also see changes in /etc/sysconfig/clock. But after changing time zone to new one via YaST, in /etc/sysconfig/clock I see, that sometimes old ("backup") timezone has been saved as DEFAULT_TIMEZONE variable. /etc/chrony.d/ is also empty I can not find, were new value of time zone are ? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 26/03/2019 11.21, opensuse.lietuviu.kalba wrote:
I can not find, were new value of time zone are ?
Finally! Seems it exist not as value but as /etc/localtime symlink
Yes. And also in /etc/sysconfig/clock But it is not related to chrony. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
participants (4)
-
Ancor Gonzalez Sosa
-
Carlos E. R.
-
opensuse.lietuviu.kalba
-
Per Jessen