Line 377 of mainWindow.cpp indeed searches for a index.html in the following paths:<br>&quot;/usr/share/qtpfsgui/html&quot;) &lt;&lt; &quot;/usr/local/share/qtpfsgui/html&quot; &lt;&lt; &quot;./html&quot; &lt;&lt; docDir &lt;&lt; &quot;/Applications/qtpfsgui.app/Contents/Resources/html&quot;
<br>I&#39;m not quite sure what would be the best course of action here: maybe you guys would like to specify a path at qmake time similar to I18NDIR, but for the html dir? (as you can see from <a href="http://project.pro">
project.pro</a> the current installation path is $${PREFIX}/share/qtpfsgui)<br>The odd thing is that the search path does not include the home dir ~ ?<br><br><div class="gmail_quote">On Jan 17, 2008 6:37 PM, Cyril Brulebois &lt;
<a href="mailto:cyril.brulebois@enst-bretagne.fr">cyril.brulebois@enst-bretagne.fr</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Giuseppe,<br><br>executive summary: help used not to be available in the online browser,<br>due to a wrong symlink (now correct, from /usr/share/qtpfsgui/html to<br>/usr/share/doc/qtpfsgui/html, where the files are actually installed).
<br><br>On 17/01/2008, Julien Valroff wrote:<br>&gt; &gt; &gt; Even with this fix, only the index file is available - other pages<br>&gt; &gt; &gt; are not displayed.<br>&gt; &gt;<br>&gt; &gt; Hm? I seem to be able to view all links listed on the index:
<br>&gt; &gt; &nbsp;- Qtpfsgui Manual<br>&gt; &gt; &nbsp;- FAQ<br>&gt; &gt; &nbsp;- Hints and tips<br>&gt; &gt; &nbsp;- Raw Conversion<br>&gt; [...]<br>&gt; &gt;<br>&gt; &gt; Maybe there are some documents in your path, that it detects, and<br>
&gt; &gt; then tries and finds other documents in the same location? What if<br>&gt; &gt; you move to /tmp or something? Works fine here (as it did with one<br>&gt; &gt; of my previous build, including the correct symlink).
<br>&gt;<br>&gt; You were right - I have an index.html in my home directory. When I<br>&gt; rename this file, the documentation is displayed correctly.<br>&gt;<br>&gt; I would however consider this as a bug anyway (the severity can be
<br>&gt; dropped to minor, as I might be the only person with an index.hmtl<br>&gt; file in ~/)<br><br>That&#39;s indeed a glitch IMHO, forwarding upstream.<br><br>Cheers,<br><br>--<br><font color="#888888">Cyril Brulebois
<br></font></blockquote></div><br>