On Thu, Jul 6, 2023 at 8:46 AM Marcin Błażejowski <marcin(a)wrzosy.nsb.pl> wrote:
Another strange thing: there is no ~/.gretl2rc file at all (on both
machines). I'm using current GIT version in a very standard
configuration (gcc, openblas, gtk3).
If there's no rc file, the default gretl workdir is $HOME/gretl/
gretlcli doesn't write .gretl2rc. The expectation is that you can run
the gretl GUI at least once to set your preferences. This should work
over an ssh connection with ForwardX11 enabled. Alternatively you can
create a minimal ~/.gretl2rc containing
workdir = /your/preferred/path/
or
usecwd = true
Allin