James Short
James Short
RFD: ``` When Vim starts up, after processing your .vimrc, it scans all directories in 'packpath' for plugins under the "pack/*/start" directory. First all those directories are added to 'runtimepath'....
Workaround (or suggestion for the wiki regarding vim-airline integration): If you are using Vim 8.0 or Neovim native package management, plugins are loaded after vimrc is loaded and therefore calling...
What is the path to etterminal? /usr/bin/etterminal? I'm guessing you need to pass the path prefix as the default isn't finding etterminal hence the error: ``` auto passKeyIndex = sshBuffer.find(string("IDPASSKEY:"));...
Can you print/log `sshBuffer` from here https://github.com/MisterTea/EternalTerminal/blob/master/src/terminal/SshSetupHandler.cpp#LL75C9-L75C9 to see what it is returning. Also do you have any errors in your etterminal log file (server side)?
So there is only ever one `etserver` process running on the server, but you are talking about knowing which `etterminal` processes (also on the server) are associated with a given...
I like this idea. Let me think it through and consult the code to see how this can be done.
@more-pepsi can you provide logs from the client (/tmp/etclient-\*) and from the server (/tmp/etserver-\* and /tmp/etterminal-\*).
@pavelbraginskiy can you paste an error stack/message? I've built on CentOS 8 without issue according to the instructions listed in the README.
@h3z How was it installed? Homebrew? Built from source?
I'm going to close this but I still have a small qualm with the ini file telemetry config: `telemetry = bool(stoi(ini.GetValue("Debug", "Telemetry", "1")));` The cxxopts option is assumed to be...