mobaxterm配置jeston nano远程桌面

一、更新下载源和系统

更新软件源命令:sudo apt update
更新系统命令:sudo apt upgrade

二、开启桌面共享设置

1.打开设置,点击Desktop-Sharing(共享桌面)来进入到远程桌面设置。

如果打不开则进行修复

2.修复Desktop-Sharing(共享桌面)

如果打开失败,参照以下内容来进行修复。如果打开Desktop-sharing成功,请直接跳到下一节。

  • 安装Vino
sudo apt install vino
  • 编辑org.gnome.Vino:
sudo vi /usr/share/glib-2.0/schemas/org.gnome.Vino.gschema.xml
  • 在最后添加一下内容:
   <key name="enabled" type="b">
      <summary>Enable remote access to the desktop</summary>
      <description>
        If true, allows remote access to the desktop via the RFB
        protocol. Users on remote machines may then connect to the
        desktop using a VNC viewer.
      </description>
      <default>false</default>
    </key>
  • 运行schemas
sudo glib-compile-schemas /usr/share/glib-2.0/schemas
3.配置桌面共享设置

点击点击Desktop-Sharing(共享桌面)来进入到远程桌面设置,密码自己设置,配置如下:
mobaxterm配置jeston nano远程桌面_第1张图片

4.启动Vino-server
/usr/lib/vino/vino-server 

三、安装配置dconf-editor

  • dconf-editor安装命令:
sudo apt-get install dconf-editor
  • dconf-editor配置
dconf-editor

选择:org > gnome > desktop > remote-access

去掉prompt-enabled 和 require-encryption 的勾。

四、用mobaxterm打开VNC

打开mobaxterm,点击左上角Session,在生成的桌面点击VNC,输入密码。

你可能感兴趣的:(ubuntu,linux)