Related topic: viewtopic.php?f=4&t=6944&start=30#p56734NormandC wrote:The thing to check is, does FreeCAD knows to look there for the Help file.
But this Assistant.cpp file is above my comprehension.
Related topic: viewtopic.php?f=4&t=6944&start=30#p56734NormandC wrote:The thing to check is, does FreeCAD knows to look there for the Help file.
With this I have visible help in assistant. So helpfile is installed. And when I install FreeCad I do check helpfiles too.NormandC wrote: Translated for Ubuntu users:You will have to open the Qt Assistant separately from FreeCAD to access the documentation.
- Open Qt Assistant, either from the Unity menu, or from the terminal:
Code: Select all
assistant
- Go to Edit --> Preferences
- Switch to the "Documentation" tab
- Click on the "Add..." button
- Click on the "Filesystem" bookmark, and navigate to /usr/share/doc/freecad-doc/freecad.qch
- Click OK, close the window
- In the "Summary" left pane, there will now be "FreeCAD Documentation" listed.
As I already said, we need a developer to fix this.bonny wrote:Just isn't available trought F1..
Code: Select all
assistant -collectionFile "/usr/share/doc/freecad-doc/freecad.qhc"
As I said, here the Report view remains empty! This is really the FreeCAD version from the Daily Builds PPA you're using?sgrogan wrote:Either F1 or Help > Help
Yes just installed today's update. Same behaviour.NormandC wrote:This is really the FreeCAD version from the Daily Builds PPA you're using?![]()
Code: Select all
assistant -collectionFile "/usr/share/doc/freecad-doc/freecad.qhc"
Code: Select all
OS: Ubuntu 14.04.2 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.16.4856 (Git)
Branch: master
Hash: 3e82f69ca52e29642ec84fdc84ffc4e448d5c4d8
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
I found why: go to Edit --> Preferences / General / Output window: "Record log messages" needs to be checked (enabled).bonny wrote:Report view is blank on my computer when I hit F1 or acess from Help menu.
Code: Select all
sudo ln -s /usr/share/doc/freecad-doc/ /usr/lib/freecad/doc
Just to say that the symlink is persistent, it is not deleted when the freecad package is updated.NormandC wrote:The only problem now is, this symlink will probably be deleted the next time the freecad package is updated. So it is only a hack, not a real solution.