[Akonadi] [Bug 323675] New: Akonadi IMAP resource does not load translations from libkimap.mo
Yuri Chornoivan
yurchor at ukr.net
Sun Aug 18 16:17:39 BST 2013
https://bugs.kde.org/show_bug.cgi?id=323675
Bug ID: 323675
Summary: Akonadi IMAP resource does not load translations from
libkimap.mo
Classification: Unclassified
Product: Akonadi
Version: 4.10
Platform: Mageia RPMs
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: IMAP resource
Assignee: ervin at kde.org
Reporter: yurchor at ukr.net
CC: kdepim-bugs at kde.org, vkrause at kde.org
I have an Akonadi IMAP resource (gmail account). When connection to IMAP server
is lost (due to the machine suspending or Google server failure) I see a
notification message in a system tray saying "Connection to server lost."
(untranslated) (KDE 4.10).
This message is from kdepimlibs/libkimap.po. It is translated into Ukrainian
but is never loaded.
Searching "libkimap" in the code of kdepim, kdepim-runtime and kdepimlibs in
git/master shows nothing but Messages.sh in kdepimlibs.
lsof | grep libkimap shows some processes:
akonadi_a 12326 yurchor mem REG 8,5 499592
1063665 /usr/lib64/libkimap.so.4.10.5
akonadi_i 12339 yurchor mem REG 8,5 499592
1063665 /usr/lib64/libkimap.so.4.10.5
KIMAP::Se 12339 15150 yurchor mem REG 8,5 499592
1063665 /usr/lib64/libkimap.so.4.10.5
KIMAP::Se 12339 16189 yurchor mem REG 8,5 499592
1063665 /usr/lib64/libkimap.so.4.10.5
akonadi_m 12347 yurchor mem REG 8,5 499592
1063665 /usr/lib64/libkimap.so.4.10.5
QProcessM 12347 13779 yurchor mem REG 8,5 499592
1063665 /usr/lib64/libkimap.so.4.10.5
but lsof | grep libkimap.mo shows nothing.
Reproducible: Always
Steps to Reproduce:
1. Add an Akonadi IMAP resource in a system with non-English locale and
translated kdepimlibs/libkimap.po.
2. Broke connection to with server with some method.
Actual Results:
Notification in the tray "Connection to server lost." is shown untranslated.
Expected Results:
Translated notification.
It was suggested by Albert Astals Cid that libkimap should use a
KCatalogLoader.
Thanks for fixing this issue.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Kdepim-bugs
mailing list