Results 13 comments of Rich Alimi

Seems like a reasonable request. Until that's implemented, note the following: * If an encrypted private key is provided, only the encrypted form is synced. * Unencrypted private keys are...

To do this, we'll need to migrate some of the data that we store in the browser to a slightly different format. I'm starting to add the plumbing to do...

By hacking around with the Selenium code, I managed to get a failed test with the Xvfb stderr output: `_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root`

Another failed run showed: `_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.`

Okay, closer to the full error now: ``` exec ${PAGER:-/usr/bin/less} "$0" || exit 1 Executing tests from //test:test ----------------------------------------------------------------------------- _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root --- FAIL:...

After experimenting a bit, some more observations: 1. This seems to happen only (a) after a system reboot, *and* (b) when the timeout for starting Xvfb is 3 seconds. 2....

> curious if there's a reason you're using X/xvfb and not chrome in headless mode Chrome extensions don't work with headless mode. See https://bugs.chromium.org/p/chromium/issues/detail?id=706008

Ah - interesting. In digging into this earlier, I had found a citation on stackoverflow that it wasn't supported (and wasn't going to be supported). Didn't catch the last comment...

This extension wasn't intended to support Opera; it was intended to work specifically with the [Secure Shell Chrome extension](https://chrome.google.com/webstore/detail/secure-shell/iodihamcpbpeioajjeobimgagajmlibd). Do you use that extension as your ssh client via Opera?

This extension doesn't provide a Secure Shell client itself; it relies on a different extension for that. Please let me know if I've misunderstood the request here.