Hello masters Allin and Jack (and Sven, and Henrique, and ...).
On my Fedora 28 Linux,
From the help on Specific Series, I tried to launch
https://next.nomics.world/
First I got an error with Firefox and it did not start the browser:
urlcmd='firefox -remote "openURLNewWindow(https://next.nomics.world/)"'
err
= 0
Second, with Google-Chrome it opened the site, but a lot of output
(specific of my system related with fonts):
urlcmd='google-chrome "https://next.nomics.world/""'
gretl_spawn: 'Text ended before matching quote was found for ". (The text
was “google-chrome "https://next.nomics.world/""”)'
Failed command: 'google-chrome "https://next.nomics.world/""'
err = 1
(...) Removed a lot of messages from Chrome
gretl_clipboard_set: fmt=1, imgtype=0, n_targs=4
gretl_clipboard_get: info = 0 (TARGET_UTF8_STRING)
gretl_clipboard_get: info = 0 (TARGET_UTF8_STRING)
Since I use KDE, I also experimented Konqueror, but similarly with Friefox
it did not launched the browser:
urlcmd='konqueror -remote
"openURLNewWindow(https://next.nomics.world/)"'
err = 0
This is not problematic, but I'd like for you to test on different systems.
Thanks.