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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]