demotomohiro / remocolab

remocolab is a Python module to allow remote access to Google Colaboratory using SSH or TurboVNC.
MIT License
316 stars 229 forks source link

Stuck at Welcom Screen #65

Closed dshot92 closed 3 years ago

dshot92 commented 3 years ago

There might be a hint to solve your problem in FAQ

Describe the bug When i log into VNC connection i cannot control the machine. No mouse click or keyboard input are displayed inside the virtual machine Hard stuck at intro screen of the xcfe enviorment prompting to setup display option for panels

To Reproduce Steps to reproduce the behavior: Follow exact steps as tutorial

No extra code runned into google colab file

Expected behavior Being able to use the vm

Desktop (please complete the following information):

demotomohiro commented 3 years ago

remocolab.setupVNC() show 2 VNC passwords and second one is view only password.

For example:

VNC password: xxxxxxxx
VNC view only password: yyyyyyyy

You should be able to control the destkop if you login into VNC by using first VNC password. If you use second password to login, you can see the destkop but cannot control the desktop.

dshot92 commented 3 years ago

remocolab.setupVNC() show 2 VNC passwords and second one is view only password.

For example:

VNC password: xxxxxxxx
VNC view only password: yyyyyyyy

You should be able to control the destkop if you login into VNC by using first VNC password. If you use second password to login, you can see the destkop but cannot control the desktop.

Thank you. Did not notice that.