hey @Tim Schumacher (work) / @Tim Schumacher it will depend how your initial scuttle-shell
is being started - with what config... the current way I'm detecting a scuttle-shell
running is to see if ssb-client
can connect to an sbot ... but it does this assuming certain config
https://github.com/ssbc/patchbay/pull/295/files#diff-78c12f5adc1848d13b1c6f07055d996eR13
Note the scuttle-shell I'm running in here is the branch refactor_config
which, in which I've modified the config that scuttle-shell is starting with (because patchbay couldn't connect otherwise, and I'm still learning how this connections config works):
https://github.com/ssbc/scuttle-shell/pull/24/files#diff-e22b50e740e102c8de5e858dbcd7753dR15
Would love to hear about your setup and see if you have an ok time if you're running that branch.
@DavidW thanks for testing this. Out of interest do you do development on linux (this matters because if you are building stuff you probably have some .so files in place which a fresh install might not)