carpentries-incubator / gap-lesson

Programming with GAP
https://carpentries-incubator.github.io/gap-lesson/
Other
6 stars 10 forks source link

Using SetHelpViewer on Linux #23

Open olexandr-konovalov opened 6 years ago

olexandr-konovalov commented 6 years ago

From the Framapad at PGTC 2018 Tutorial:

If you had an issue with SetHelpViewer("browser"), you will have to specify what browser specifically you want to use (Linux users especially). So for example if you have firefox installed and want to use that the command will be SetHelpViewer("firefox");.

All browser names should not be capitalised. (If you're unsure, check the help page for SetHelpViewer, it gives you nearly all options, but does not mention that there is no default browser for Linux).