https://bugs.kde.org/show_bug.cgi?id=377446
Bug ID: 377446
Summary: KServiceGroupPrivate::entries return not all menu
items
Product: frameworks-kservice
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
Created attachment 104483
--> https://bugs.kde.org/attachment.cgi?id=104483&action=edit
patch for fix this bug
In KServiceGroupPrivate::entries use conversion nameStr = name.toLocal8Bit().
In my system has bug, QTextCodec::codecForLocale()->name() is "US-ASCII" ,
system locale ru_RU.UTF-8.
Russian menu item Games and Office - "Игры" and "Офис" translate to identical
strings "????" and show only one menu item.
In the attachment, the patch fixes this bug.
Please help me to find settings location for QTextCodec::codecForLocale().
ps.
In pure Qt application QTextCodec::codecForLocale()->name() is "System".
--
You are receiving this mail because:
You are watching all bug changes.