संक्षिप्त जवाब:
gconftool-2 --set --type=bool /desktop/gnome/remote_access/enabled true
स्वीकार किए गए उत्तर के रूप में उल्लेख किया गया है, यदि दूरस्थ मशीन पर vino प्रारंभ नहीं हुआ है, तो उपयोग करें
/usr/lib/vino/vino-server
लंबे उत्तर और अधिक जानकारी:
वर्तमान में निर्मित रिमोट एक्सेस सर्वर (vino) के लिए सेटिंग्स का एक सबसेट, जैसा कि उल्लेख किया गया है, vino-वरीयताओं से देखा जा सकता है। Gconf झंडे की एक पूरी सूची gconf-editor
कमांड के साथ देखी जा सकती है , जो कि डेस्कटॉप / gnome / 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
यहां बताया गया है कि सभी स्कीमा डॉक्स को / डेस्क / सूक्ति / रिमोट / एक्सेस (कमांड-लाइन / बिन / वॉश के माध्यम से) कैसे सूचीबद्ध करें:
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