sudo systemctl restart gdm.service
# Then kill the current vnc session 关闭当前vnc session
vncserver -kill :<Your VNC session number>
# Start the new vncserver virtual session 重新启动vncserver
vncserver -localhost no :<Your VNC session number>
暂无评论