Summary: | The help button for Configuration/Accounts does not bring help | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Christopher Yeleighton <giecrilj> |
Component: | GUI | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | montel |
Priority: | NOR | ||
Version: | 1.12.4 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christopher Yeleighton
2010-09-01 11:42:47 UTC
Works fine here. Perhaps there is a pb in doc for your country. kdelibs-4.3.5/kutils/kcmultidialog.cpp:246 246 KUrl docUrl( KUrl( "help:/" ), docPath ); in my case, docPath is empty. The code should disable the button if docPath is empty, which it does not do (sub-bug_A). That is because *d->modules["Konta"].d_ptr->modInfo.d->doc.d is empty. It is configured in KCModuleInfo::Private::loadAll using the following code: 127 doc = service->property( "X-DocPath", QVariant::String ).toString(); at usr/src/debug/kdelibs-4.3.5/kutils/kcmoduleinfo.cpp:127 The service in question is kmail_config_accounts.desktop. For the documentation button to work, the service must have an X-DocPath entry. However, the file /usr/share/kde4/services/kmail_config_accounts.desktop does not have such an entry, neither in English nor in any other language (sub-bug_B). QED. ok kde-4.3.x in kde-4.4.5 it's ok X-DocPath=kmail/index.html#configure-accounts Just update your kde :) it's ok now, I close it |