Kısa cevap:
gconftool-2 --set --type=bool /desktop/gnome/remote_access/enabled true
Kabul edilen cevabın da belirttiği gibi, uzak makinede vino başlatılmadıysa, kullan
/usr/lib/vino/vino-server
Uzun Cevap ve daha fazla bilgi:
Geçerli yerleşik uzaktan erişim sunucusu (vino) için ayarların bir alt kümesi, vino tercihlerinden belirtildiği gibi görülebilir. gconf-editor
/ Desktop / gnome / remote_access altında listelenen komutla gconf bayraklarının tam bir listesi görülebilir . Bu komut ile diğer remote_access anahtarlarını da görebilirsiniz (veya bunun üzerinde bir değişiklik var):
gconftool-2 -a /desktop/gnome/remote_access
(Hangi nedenle olursa olsun, -R
işe yarayacaktır.)
Ayrıca şema anahtarı belgelerini --long-docs
arg yoluyla da alabilirsiniz .
Örn. Alternative_port anahtarı için:
gconftool-2 --long-docs /desktop/gnome/remote_access/alternative_port
The port which the server will listen to if the
'use_alternative_port' key is set to true.
Valid values are in the range from 5000 to 50000.
Yani, örneğin, varsayılan portu komut satırı ile nasıl değiştireceğiniz:
gconftool-2 --set --type=bool /desktop/gnome/remote_access/use_alternative_port true
gconftool-2 --set --type=int /desktop/gnome/remote_access/alternative_port 5999
gconftool size verilen bir dizinin altındaki anahtarları verir. İşte 'remote_access' bölümü:
gconftool-2 -a /desktop/gnome/remote_access
use_upnp = false
vnc_password =
authentication_methods = [vnc]
network_interface =
require_encryption = false
disable_background = false
enabled = true
use_alternative_port = false
mailto =
disable_xdamage = false
lock_screen_on_disconnect = false
icon_visibility = always
view_only = false
prompt_enabled = true
alternative_port = 5900
Şema belgelerinin / desk / gnome / remote / access altındaki (komut satırı / bin / bash yoluyla) nasıl listeleneceği aşağıda açıklanmaktadır:
for key in ` gconftool-2 -a /desktop/gnome/remote_access | awk '{print $1}' ` ; do echo $key ; gconftool-2 --long-docs /desktop/gnome/remote_access/$key ; done
/usr/lib/vino/vino-server
No protocol specified ** (vino-server:2040): WARNING **: Could not open X display