https://bugs.kde.org/show_bug.cgi?id=373960

--- Comment #5 from Amaro <[email protected]> ---
One minor edit. The Help->TeX Documentation->LaTeX menu (and the other help
menus on LaTeX Commands, Subject and Env) gave out an error that the .html help
file was not being found. Looking at the error message it is visible that the
menu is pointing to 
$HOME/kile-master/install/share/kile/helplatex2e-texlive.html 
instead of 
$HOME/kile-master/install/share/kile/help/latex2e-texlive.html 
as it should. 
Fix: edit the source file kilehelp.cpp and change the line

m_helpDir = QStandardPaths::locate(QStandardPaths::DataLocation, "help",
QStandardPaths::LocateDirectory);

to

m_helpDir = QStandardPaths::locate(QStandardPaths::DataLocation, "help/",
QStandardPaths::LocateDirectory);

This solved the problem after recompiling kile.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to