Revision [756]
This is an old revision of ConfiguringMintBetsy made by WojciechLisiewicz on 2015-03-22 10:24:36.
Configuring Linux Mint Betsy
debian based linux mint
Vino want run
On Ubuntu based Mint it was easy to configure VNC-server Vino. Some options setted and it was up and running. Connection from a mac was possible and fast. Only thing to remember was to turn of the setting require-encryption.On debian based there was a problem. I found some help here:
settings
In tools on board ther is no possibility to set options of Vino. Tolls additionally installed (grafical) doesn't really work. So I had to take gsettings. Details here:settings - alternative !
With dconf-editor it does work too - just apt-get install dconf-editorSee this too: http://ask.xmodulo.com/enable-configure-desktop-sharing-linux-mint-cinnamon-desktop.html
starting and stopping Vino-service
If vino doesn't link to the right screen (only black screen after VNC-connection), use this:http://linuxforcynics.com/how-to/restart-vnc-server-via-ssh
specially:
pkill vino
export DISPLAY=:0.0
/usr/lib/vino/vino-server &