Nick Howes
Nick Howes
If you know you're using VirtualBox as a provider, this is significantly faster than SSHing in (for me anyway): ``` config.hostmanager.ip_resolver = proc do |vm, resolving_vm| if vm.id `VBoxManage guestproperty...
Yeah, that makes loads more sense - got caught up in the command line and forgot I was in Ruby :)
I was in this situation and found the `--skip-iptables` option which is all that's needed to complete setup and have rootless working in Chrome OS.
Confirmed I can save both tests together now, thanks for the fix!
I wondered if there is any option available to swap the silent fall-back with an exception? I'm well aware of the requirements for getting a cursor but due to abstractions...
I have this problem too - `gedit` or any other graphical app consistently takes minutes to run. On last timing it took 8m 50s. Assume some stuff is sitting waiting...
I found my answer in #26 - `$DISPLAY` was set to `172.24.96.1:0.0`. After setting it to `:0` apps start quickly. For reference this gets left in `.bashrc` and `.profile` even...
@f-liva That sounds like a different problem from what's described here (which is just about launch time, not sluggish behaviour once launched) so I'd raise a new issue.