[systemsettings] [Bug 447903] New regional format in 5.24 generates incorrect plasma-localerc

2022-01-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=447903

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.24

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

[systemsettings] [Bug 447903] New regional format in 5.24 generates incorrect plasma-localerc

2022-01-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=447903

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||083ef23af2d0577e21a4a186546
   ||16500fca593f5

--- Comment #4 from Nate Graham  ---
Git commit 083ef23af2d0577e21a4a18654616500fca593f5 by Nate Graham, on behalf
of David Edmundson.
Committed on 10/01/2022 at 17:26.
Pushed by ngraham into branch 'master'.

[kcms/formats] Write text codec into localerc files

In the port this snippet got lost. Without the suffix we lose information
needed by clients.

This patch will also affect the names presented as a subtitle in the list.
If that is undesired we can introduce a new role.

M  +7-1kcms/formats/localelistmodel.cpp

https://invent.kde.org/plasma/plasma-workspace/commit/083ef23af2d0577e21a4a18654616500fca593f5

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

[systemsettings] [Bug 447903] New regional format in 5.24 generates incorrect plasma-localerc

2022-01-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=447903

Nate Graham  changed:

   What|Removed |Added

   Keywords||regression

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

[systemsettings] [Bug 447903] New regional format in 5.24 generates incorrect plasma-localerc

2022-01-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=447903

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[systemsettings] [Bug 447903] New regional format in 5.24 generates incorrect plasma-localerc

2022-01-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=447903

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1342

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

[systemsettings] [Bug 447903] New regional format in 5.24 generates incorrect plasma-localerc

2022-01-06 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=447903

David Edmundson  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from David Edmundson  ---
Old code that got lost:

QString cvalue = locale.name();
if (!cvalue.contains(QLatin1Char('.')) && cvalue != QLatin1Char('C')) {
// explicitly add the encoding,
// otherwise Qt doesn't accept dead keys and garbles the output as well
cvalue.append(QLatin1Char('.') + QTextCodec::codecForLocale()->name());
}

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

[systemsettings] [Bug 447903] New regional format in 5.24 generates incorrect plasma-localerc

2022-01-06 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=447903

David Edmundson  changed:

   What|Removed |Added

   Priority|NOR |VHI
 CC||k...@davidedmundson.co.uk

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

[systemsettings] [Bug 447903] New regional format in 5.24 generates incorrect plasma-localerc

2022-01-03 Thread Thiago Sueto
https://bugs.kde.org/show_bug.cgi?id=447903

--- Comment #1 from Thiago Sueto  ---
Forgot to mention: to reproduce this, the file should be generated after the
update has been applied, of course. So after a logout/login.

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