|
Jun 13 |
comment |
Debian VNC (Remote Desktop) only allowing first connection, then turns off Ehh, I'm only having a problem with this one machine. I have 20 more or so running the exact same configuration and they are all working fine... I'll try getting an image from another one and flashing it onto this one. Thanks |
|
Jun 13 |
comment |
Debian VNC (Remote Desktop) only allowing first connection, then turns off I usually enable it from the GUI System -> Preferences -> Remote Desktop I have like 20 other machines set up the same way and they have no problems |
|
Jun 13 |
comment |
Debian VNC (Remote Desktop) only allowing first connection, then turns off I'm using the default VNC that comes with debian it's called Vino I usually run these commands to set it up gconftool-2 -s -t bool /desktop/gnome/remote_access/enabled true
gconftool-2 --type bool --set /desktop/gnome/remote_access/prompt_enabled 0
gconftool-2 --type list --list-type string --set /desktop/gnome/remote_access/authentication_methods '[vnc]'
gconftool-2 --type string --set /desktop/gnome/remote_access/vnc_password $(echo -n 'mypassword'|base64) |
|
Jun 13 |
awarded | Student |
|
Jun 13 |
asked | Debian VNC (Remote Desktop) only allowing first connection, then turns off |