Summary: | i18n of strings in nepomukstrigiservice doesn't work | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | Lasse Liehu <lasse.liehu> |
Component: | general | Assignee: | Sebastian Trueg <sebastian> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | lueck, me, trueg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Load the service cataloge in the service stub.
Update to load the service catalog in the service stub. |
Description
Lasse Liehu
2011-05-10 02:01:20 UTC
While I can reproduce the bug I cannot reproduce the fix (although I understand it to be perfectly fine). Could you please test the attached patch to see if it fixes the problem for you, too (without the patch you propose). Created attachment 60462 [details]
Load the service cataloge in the service stub.
Created attachment 60642 [details]
Update to load the service catalog in the service stub.
Yes, found out that it didn't quite work (only after reporting, though).
Anyway, this makes your patch work for me.
Git commit 75b5ab1cff55dd76949361bc7bed66a18b5e3de4 by Sebastian Trueg. Committed on 08/06/2011 at 09:10. Pushed by trueg into branch 'master'. Use the correct cataloge for the stub app itself and the service. Thanks go to Lasse Liehu for the patch which loads the cataloge for the started service and, thus, makes sure messages from the file indexer service are translated. BUG: 272900 M +3 -1 nepomuk/servicestub/main.cpp http://commits.kde.org/kde-runtime/75b5ab1cff55dd76949361bc7bed66a18b5e3de4 Git commit ef113c527089becd0658670c6f32453dba723e59 by Sebastian Trueg. Committed on 08/06/2011 at 09:10. Pushed by trueg into branch 'KDE/4.6'. Backport: Use the correct cataloge for the stub app itself and the service. Thanks go to Lasse Liehu for the patch which loads the cataloge for the started service and, thus, makes sure messages from the file indexer service are translated. BUG: 272900 M +3 -1 nepomuk/servicestub/main.cpp http://commits.kde.org/kde-runtime/ef113c527089becd0658670c6f32453dba723e59 |