Tried to configure RDP connection. The connection was successful, but instead of the screen a green window appeared, which was later converted to gray.
Connection ubuntu-ubuntu.
Installation was like here .
Tried to configure RDP connection. The connection was successful, but instead of the screen a green window appeared, which was later converted to gray.
Connection ubuntu-ubuntu.
Installation was like here .
Based on a variety of sources, the following conclusions can be drawn about "rdp gray screen" and "vnc gray screen" ( 1 , 2 , 3 , 4 ):
Detailed instructions on how to configure vnc to use xfce can be found at the last link mentioned. briefly:
in addition to installing packages, a password, you will need to create a file ~/.vnc/xstartup (and make it executable) of something like this:
#!/bin/bash xrdb $HOME/.Xresources startxfce4 & Source: https://ru.stackoverflow.com/questions/410726/
All Articles