[Pkg-kde-extras] Bug#359872: solution for unstable
Thomas Braun
braun at physik.fu-berlin.de
Sat Oct 14 15:38:00 UTC 2006
Hi,
this bug is a distribution specific one.
We have hardcoded the help path in kile.kcfg with /usr/share/texmf/doc.
This works for some distributions, for others not.
For debian unstable one should change this to /usr/share/doc/tetex-doc and
have tetex-doc installed.
My suggested patch is:
Index: kile.kcfg
===================================================================
--- kile.kcfg (Revision 595301)
+++ kile.kcfg (Arbeitskopie)
@@ -207,7 +207,7 @@
<group name="Help">
<entry name="location" type="String">
<label>Location of the TeX documentation.</label>
- <default>/usr/share/texmf/doc</default>
+ <default>/usr/share/doc/tetex-doc</default>
</entry>
<entry name="use" type="Int">
<label>Use the system's TeX reference for the
contextual help.</label>
Regards,
Thomas
More information about the pkg-kde-extras
mailing list