[Bug 293610] khelpcenter do not show any help

Ralf Habacker ralf.habacker at gmail.com
Wed Feb 8 11:36:05 UTC 2012


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





--- Comment #7 from Ralf Habacker <ralf habacker gmail com>  2012-02-08 11:36:05 ---
(In reply to comment #0)
> The related docbook file is present. It looks that the internal docbook
> processing is somehow broken.

After locally fixed the missing docbook packages and the path issues with
kdelibs packages khelpcenter returns still not the expected result. It displays
empty pages for every application help. 

The reason is that in C:\Program
Files\KDE-vc100-4.8.0\share\apps\ksgmltools2\customization\dtd\kdex.dtd an
additional absolute path reference is included: 

line 98: 
<!ENTITY % DocBookDTD        PUBLIC
  "-//OASIS//DTD DocBook XML V4.2//EN"
  "n:/share/xml/docbook/schema/dtd/4.2/docbookx.dtd"         >
%DocBookDTD;

changing it to 

<!ENTITY % DocBookDTD        PUBLIC
  "-//OASIS//DTD DocBook XML V4.2//EN"
  "../../../../xml/docbook/schema/dtd/4.2/docbookx.dtd"         >
%DocBookDTD;


fixes the problem - applications manuals are now displayed in khelpcenter

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Kde-windows mailing list