https://bugs.kde.org/show_bug.cgi?id=376714

            Bug ID: 376714
           Summary: kcmshell5 formats ignores ~/.config/plasma-localerc
           Product: systemsettings
           Version: 5.9.2
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: kcm_formats
          Assignee: se...@kde.org
          Reporter: 0xe2.0x9a.0...@gmail.com
  Target Milestone: ---

Created attachment 104127
  --> https://bugs.kde.org/attachment.cgi?id=104127&action=edit
Screenshot - LC_MEASUREMENT and LC_MONETARY are being ignored

Steps to reproduce the issue:

1. Modify formats via System Settings
2. [Optional] Logout from KDE desktop
3. [Optional] Login to KDE desktop
4. Run "kcmshell5 formats" from command line

----

$ cat ~/.config/plasma-localerc
[Formats]
LC_MEASUREMENT=sk_SK.UTF-8
LC_MONETARY=sk_SK.UTF-8
useDetailed=true

[Translations]
LANGUAGE=

----

$ echo $LC_MONETARY                                                            
                                                                               
                                      sk_SK.UTF-8

----

$ grep localerc formats.strace
stat("/home/atom/.config/plasma-localerc", {st_mode=S_IFREG|0600, st_size=104,
...}) = 0
lstat("/home/atom/.config/plasma-localerc", {st_mode=S_IFREG|0600, st_size=104,
...}) = 0
stat("/home/atom/.config/plasma-localerc", {st_mode=S_IFREG|0600, st_size=104,
...}) = 0
access("/home/atom/.config/plasma-localerc", W_OK) = 0
stat("/home/atom/.config/plasma-localerc", {st_mode=S_IFREG|0600, st_size=104,
...}) = 0
stat("/etc/xdg/plasma-localerc", 0x7ffdcfbe0160) = -1 ENOENT (No such file or
directory)
stat("/home/atom/.config/plasma-localerc", {st_mode=S_IFREG|0600, st_size=104,
...}) = 0
open("/home/atom/.config/plasma-localerc", O_RDONLY|O_CLOEXEC) = 17

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to