คำตอบสั้น ๆ :
gconftool-2 --set --type=bool /desktop/gnome/remote_access/enabled true
ตามคำตอบที่ยอมรับหาก vino ไม่ได้เริ่มทำงานบนเครื่องระยะไกลให้ใช้
/usr/lib/vino/vino-server
คำตอบยาวและข้อมูลเพิ่มเติม:
ชุดย่อยของการตั้งค่าสำหรับเซิร์ฟเวอร์การเข้าถึงระยะไกลในตัวปัจจุบัน (vino) สามารถมองเห็นได้จากการตั้งค่า vino รายการที่สมบูรณ์ของการตั้งค่าสถานะ gconf สามารถเห็นได้ด้วยgconf-editor
คำสั่งที่แสดงภายใต้ / desktop / gnome / remote_access คุณสามารถดูคีย์ remote_access อื่น ๆ ได้ด้วยคำสั่งนี้ (หรือรูปแบบที่เปลี่ยนแปลง):
gconftool-2 -a /desktop/gnome/remote_access
(ไม่ว่าด้วยเหตุผลใดก็-R
จะใช้ได้เช่นกัน)
นอกจากนี้คุณยังสามารถรับเอกสารคีมาคีย์ผ่าน--long-docs
หาเรื่อง
เช่นสำหรับรหัส Altern_port:
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.
ตัวอย่างเช่นต่อไปนี้เป็นวิธีเปลี่ยนพอร์ตเริ่มต้นผ่านบรรทัดคำสั่ง:
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 จะให้กุญแจภายใต้ไดเรกทอรีที่กำหนด นี่คือส่วน 'remote_access':
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
นี่คือวิธีการแสดงรายการเอกสาร schema ทั้งหมดภายใต้ / desk / gnome / remote / access (ผ่าน command-line / bin / bash):
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