https://bugs.kde.org/show_bug.cgi?id=405646
Bug ID: 405646
Summary: help buttons broken; depend on khelpcenter
Product: kinfocenter
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
In 2016 we moved khelpcenter from plasma to applications with the expectation
that we'll simply let help requests fall back to the docs.kde.org website when
khelpcenter is not installed (which ought to be the default expectation I guess
since the unreliable state of khelpcenter is why it was dropped from plasma to
begin with).
KInfocenter modules help however still 100% depends on khelpcenter
void KInfoCenter::helpClickedSlot()
{
// Nicked from Ben, could not use KToolInvocation due to docpath.
QString docPath = m_contain->helpPath();
QUrl url(QStringLiteral("help:/") + docPath );
QProcess::startDetached(QStringLiteral("khelpcenter"), QStringList() <<
url.url());
}
--
You are receiving this mail because:
You are watching all bug changes.