Linux Mint Cinnamon Desktop Sharing
Linux Mint Cinnamon Desktop comes with pre-installed vino-server for VNC desktop sharing, so it's easy to connect to Linux desktops using Vncviewer, and there are a lot of problems with using Vnc4server for desktop Sharing under Ubuntu. , there is also an alternative to desktop sharing using the Xfce lightweight desktop on the web. However, these effects are not ideal after all, so found the vino-server of this scheme.
Configuration of the Vino-server
The configuration of the vino-server can be done using the Dconf-editor graphical interface.
Start Dconf-editor First, enter the command dconf-editor
, and if Dconf-editor is not installed, use sudo apt-get install dconf-editor
to install it.
In the left panel of Dconf-editor, navigate to org->gnome->desktop->remote-access
, and then you can see the various configuration options for desktop Sharing.
Most importantly, click "Enabled" to activate desktop remote access. In addition, you can customize other options.
You can enable VNC password verification by modifying the following fields:
Authentication-methods: Set to [' VNC ']
Vnc-password: Change your favorite password to a Base64 encoded string.
In this example, we select "Password" as the VNC password, and its Base64 encoded string is "cgfzc3dvcmq=".
It is important to note that the password set is BASE64 encoded, so here is the BASE64 code to set the password, not the password you want to set.
You can also choose to enable other options:
Notify-on-connect: Displays desktop notifications when vino-server receives a connection request.
prompt-enabled: The remote user does not allow access to the desktop via the VNC tool unless the VNC request is licensed by the owner of the desktop.
To enable desktop sharing services, use the dconf-editor mentioned above. You can also choose to run the following command:
gsettings set org.gnome.Vino enabled true
reprint Please indicate the author Jason Ding and its provenance
Gitcafe Blog Home page (http://jasonding1354.gitcafe.io/)
GitHub Blog Home page (http://jasonding1354.github.io/)
CSDN Blog (http://blog.csdn.net/jasonding1354)
Jane Book homepage (http://www.jianshu.com/users/2bd9b48f6ea8/latest_articles)
Baidu Search jasonding1354 access to my blog homepage
"Linux Mint" shares cinnamon desktop via Vino-server