Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Unfortunately on the Gateway `konqueror` konqueror which is the default program used to open `html` html files, fails to show properly all structures when called from `dddd_doc`doc.

To force usage of `firefox` firefox and show properly all sub-structures (including the error bars), please create a xdg-open alias pointing to /gw/switm/bin/XDG-OPEN.

For instance you can perform the following command from BASH:

```echo echo "alias xdg-open=/gw/switm/bin/XDG-OPEN" >> ~/.bashrc```bashrc

or the following one from CSH:

```echo echo "alias xdg-open /gw/switm/bin/XDG-OPEN" >> ~/.cshrc```cshrc

Change will affect the next shell you open, or alternatively `source source ~/.bashrc` bashrc (resp. `source source ~/.cshrc`cshrc) in order to impact the current shell.