Announcement

Collapse
No announcement yet.

LC_TIME update

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    LC_TIME update

    Hello.

    I need to permanently change my LC_TIME settings.

    After reading info in net I executed:

    Code:
    sudo update-locale LC_TIME="uk_UA.UTF-8"
    Then rebooted my PC.

    And after all that manipulations I still have:

    Code:
    $ locale | grep LC_TIME
    LC_TIME="en_US.UTF-8"
    
    $ grep LC_TIME /etc/default/locale
    LC_TIME=uk_UA.UTF-8
    
    $ env | grep LC_TIME
    LC_TIME=uk_UA.UTF-8
    Which way I can permanently change my LC_TIME settings?

    #2
    I think you might find the following bug report of interest as I think it probably is connected with what you are trying to do: https://bugs.kde.org/show_bug.cgi?id=340982

    It's a sad tale of woe from people who don't want KDE to intransigently adhere to some limited standard (imposed by the underlying Qt libs apparently) but want KDE to be what KDE has always been: configurable and flexible. As far as I can see until the Qt people fix the problem (if ever) it won't change in Plasma 5.

    I discovered this bug when I simply wanted to display the time in the System Tray to "am/pm" not "AM/PM" ... trivial, I know, but something which is so easy to do in KDE4.
    Last edited by Rod J; Oct 24, 2016, 04:46 PM.
    Desktop PC: Intel Core-i5-4670 3.40Ghz, 16Gb Crucial ram, Asus H97-Plus MB, 128Gb Crucial SSD + 2Tb Seagate Barracuda 7200.14 HDD running Kubuntu 18.04 LTS and Kubuntu 14.04 LTS (on SSD).
    Laptop: HP EliteBook 8460p Core-i5-2540M, 4Gb ram, Transcend 120Gb SSD, currently running Deepin 15.8 and Manjaro KDE 18.

    Comment

    Working...
    X