User Tools

Site Tools


vnc-server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
vnc-server [2019/09/17 13:02] kawabatavnc-server [2019/09/17 13:05] (current) kawabata
Line 1: Line 1:
-VNC Server no Mint 19+====== VNC Server no Mint 19 ======
  
 Permite habilitar a conexão remota via VNC pois foi removido do mint. Permite habilitar a conexão remota via VNC pois foi removido do mint.
Line 5: Line 5:
 Retirado de [[https://thelinuxexperiment.com/enabling-remote-desktop-sharing-vnc-on-linux-mint-19/|https://thelinuxexperiment.com/enabling-remote-desktop-sharing-vnc-on-linux-mint-19/]] Retirado de [[https://thelinuxexperiment.com/enabling-remote-desktop-sharing-vnc-on-linux-mint-19/|https://thelinuxexperiment.com/enabling-remote-desktop-sharing-vnc-on-linux-mint-19/]]
  
 +<code>
 sudo apt install vino sudo apt install vino
- 
-/usr/lib/vino/vino-server 
- 
 gsettings set org.gnome.Vino require-encryption false gsettings set org.gnome.Vino require-encryption false
- 
 gsettings set org.gnome.Vino prompt-enabled false gsettings set org.gnome.Vino prompt-enabled false
 +gsettings set org.gnome.Vino authentication-methods "['vnc']"
 +gsettings set org.gnome.Vino vnc-password $(echo -n 'minha_senha'|base64)
 +</code>
 +
 +Você deve ajustar uma senha sua na linha a seguir
  
 <code> <code>
-''gsettings set org.gnome.Vino authentication-methods "['vnc']"''+gsettings set org.gnome.Vino vnc-password $(echo -n 'minha_senha'|base64)
 </code> </code>
  
-<code> +Na interface gráfica vá em "Aplicativos da inicialização" e adicione a entrada abaixo
-''gsettings set org.gnome.Vino vnc-password $(echo -n 'mypasswd'|base64)'' +
-</code>+
  
-Aplicativos da inicializacao+''/usr/lib/vino/vino-server''
  
-''/usr/lib/vino/vino-server 
  
-@@_SP_@@ 
  
vnc-server.1568725320.txt.gz · Last modified: by kawabata