Last updated on September 13, 2020 by Dan Nanni
vino-server
) on Linux Mint 17 Cinnamon desktop. However, I notice that vino-preferences
tool which allows us to configure vino-server
(e.g., sharing option, security, notification on/off) no longer exists. Also, I cannot find desktop sharing menu on Cinnamon desktop. How can I configure desktop sharing via vino-server
on the latest Linux Mint 17 Cinnamon desktop?The latest Linux Mint Cinnamon desktop comes with vino-server
pre-installed for VNC desktop sharing, but it's reported that desktop sharing configuration menu is missing.
An alternative way to configure vino-server
and enable desktop sharing is to use dconf-editor
's graphical interface, as described in the following.
First install dconf-editor
:
$ sudo apt-get install dconf-editor
Launch dconf-editor
.
$ dconf-editor
Navigate to org->gnome->desktop->remote-access
on the left panel of dconf-editor
. Then you will see various desktop sharing options.
Most importantly, click on enabled
to activate desktop remote access. Besides this, you can customize other options.
For example, you can enable VNC password authentication by changing the following fields:
['vnc']
In this example, we choose VNC password as password
, and its Base64-encoded string is cGFzc3dvcmQK
.
$ echo "password" | base64
cGFzc3dvcmQK
Optionally, you can enable other options:
vino-server
receives a connection request.
1. I am getting the following error when attempting to start vino-server
.
** (vino-server:4280): WARNING **: The desktop sharing service is not enabled, so it should not be run.
To enable desktop sharing service, use dconf-editor
as described above. Alternatively, run the following command.
# gsettings set org.gnome.Vino enabled true
This website is made possible by minimal ads and your gracious donation via PayPal or credit card
Please note that this article is published by Xmodulo.com under a Creative Commons Attribution-ShareAlike 3.0 Unported License. If you would like to use the whole or any part of this article, you need to cite this web page at Xmodulo.com as the original source.
Xmodulo © 2021 ‒ About ‒ Write for Us ‒ Feed ‒ Powered by DigitalOcean