我在Ubuntu 18.04电脑上安装了VNC服务器,但是无法启用云连接。根据文档,我需要运行命令以sudo在服务模式下启动VNC服务器。所以我尝试了以下命令:
sudo systemctl enable vncserver-x11-serviced.service
Run Code Online (Sandbox Code Playgroud)
但是当我尝试登录VNC服务器桌面应用程序时,它说 "Administrative privileges are required for this operation"
我在这里做错了什么?
谢谢