Ubuntu 解決無法開啟VINO VNC SERVER
先重新開啟VINO
pkill vinoexport DISPLAY=:0.0/usr/lib/vino/vino-server &
重啟後另開一個terminal:
gsettings
set org.gnome.Vino require-encryption false
以上指令設定VINO無需加密
但會出現錯誤:
Using
the 'memory' GSettings backend. Your settings will not be saved or
shared with other applications.
這時輸入這行後,解決Using
the 'memory' GSettings backend. Your settings will not be saved or
shared with other applications. 問題
export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules/ (注:這是臨時解決方法)
再次執行:
gsettings
set org.gnome.Vino require-encryption false
安裝:
sudo
apt-get install dconf-tools
設定:
gsettings
set org.gnome.Vino network-interface lo
gsettings
reset org.gnome.Vino network-interface
進入系統設定檔settings
→ sharing
打開screen
sharing 並設定登入密碼
完成
參考 reference:
1. kill and restart
vino-server
http://www.libregeek.org/2014/04/29/getting-remote-access-work-ubuntu-14-04-vino/
2. vino vnc server
setting
https://help.ubuntu.com/community/VNC/Servers
3.
resolve the Using the ‘memory’
Gsettings backend. Your settings will not be saved or shared with
other application Error
留言
張貼留言