home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / vino-server.schemas < prev    next >
Encoding:
Text File  |  2009-04-13  |  8.6 KB  |  246 lines

  1. <gconfschemafile>
  2.   <schemalist>
  3.     <schema>
  4.       <key>/schemas/desktop/gnome/remote_access/enabled</key>
  5.       <applyto>/desktop/gnome/remote_access/enabled</applyto>
  6.       <owner>gnome</owner>
  7.       <type>bool</type>
  8.       <default>false</default>
  9.       <gettext_domain>vino</gettext_domain>
  10.       <locale name="C">
  11.          <short>Enable remote desktop access</short>
  12.          <long>
  13.            If true, allows remote access to the desktop via the
  14.            RFB protocol. Users on remote machines may then
  15.            connect to the desktop using a vncviewer.
  16.          </long>
  17.       </locale>
  18.     </schema>
  19.  
  20.     <schema>
  21.       <key>/schemas/desktop/gnome/remote_access/prompt_enabled</key>
  22.       <applyto>/desktop/gnome/remote_access/prompt_enabled</applyto>
  23.       <owner>gnome</owner>
  24.       <type>bool</type>
  25.       <default>true</default>
  26.       <gettext_domain>vino</gettext_domain>
  27.       <locale name="C">
  28.          <short>Prompt the user before completing a connection</short>
  29.          <long>
  30.            If true, remote users accessing the desktop are not
  31.            allowed access until the user on the host machine
  32.            approves the connection. Recommended especially when
  33.            access is not password protected.
  34.          </long>
  35.       </locale>
  36.     </schema>
  37.  
  38.     <schema>
  39.       <key>/schemas/desktop/gnome/remote_access/view_only</key>
  40.       <applyto>/desktop/gnome/remote_access/view_only</applyto>
  41.       <owner>gnome</owner>
  42.       <type>bool</type>
  43.       <default>false</default>
  44.       <gettext_domain>vino</gettext_domain>
  45.       <locale name="C">
  46.          <short>Only allow remote users to view the desktop</short>
  47.          <long>
  48.            If true, remote users accessing the desktop are only
  49.            allowed to view the desktop. Remote users will not
  50.            be able to use the mouse or keyboard.
  51.          </long>
  52.       </locale>
  53.     </schema>
  54.  
  55.     <schema>
  56.       <key>/schemas/desktop/gnome/remote_access/network_interface</key>
  57.       <applyto>/desktop/gnome/remote_access/network_interface</applyto>
  58.       <owner>gnome</owner>
  59.       <type>string</type>
  60.       <default></default>
  61.       <gettext_domain>vino</gettext_domain>
  62.       <locale name="C">
  63.          <short>Network interface for listening</short>
  64.          <long>
  65.            If not set, the server will listen on all network interfaces.
  66.            Set this if you want that accept connections only from some specific
  67.            network interface. eg: eth0, wifi0, lo, ...
  68.          </long>
  69.       </locale>
  70.     </schema>
  71.  
  72.     <schema>
  73.       <key>/schemas/desktop/gnome/remote_access/use_alternative_port</key>
  74.       <applyto>/desktop/gnome/remote_access/use_alternative_port</applyto>
  75.       <owner>gnome</owner>
  76.       <type>bool</type>
  77.       <default>false</default>
  78.       <gettext_domain>vino</gettext_domain>
  79.       <locale name="C">
  80.          <short>Listen an alternative port</short>
  81.          <long>
  82.            If true, the server will listen to another port, instead of the
  83.            default (5900). The port must be specified in the 'alternative_port'
  84.            key.
  85.          </long>
  86.       </locale>
  87.     </schema>
  88.  
  89.     <schema>
  90.       <key>/schemas/desktop/gnome/remote_access/alternative_port</key>
  91.       <applyto>/desktop/gnome/remote_access/alternative_port</applyto>
  92.       <owner>gnome</owner>
  93.       <type>int</type>
  94.       <default>5900</default>
  95.       <gettext_domain>vino</gettext_domain>
  96.       <locale name="C">
  97.          <short>Alternative port number</short>
  98.          <long>
  99.            The port which the server will listen to if the
  100.            'use_alternative_port' key is set to true.
  101.            Valid values are in the range from 5000 to 50000.
  102.          </long>
  103.       </locale>
  104.     </schema>
  105.  
  106.     <schema>
  107.       <key>/schemas/desktop/gnome/remote_access/require_encryption</key>
  108.       <applyto>/desktop/gnome/remote_access/require_encryption</applyto>
  109.       <owner>gnome</owner>
  110.       <type>bool</type>
  111.       <default>false</default>
  112.       <gettext_domain>vino</gettext_domain>
  113.       <locale name="C">
  114.          <short>Require encryption</short>
  115.          <long>
  116.            If true, remote users accessing the desktop are required
  117.            to support encryption. It is highly recommended that you
  118.            use a client which supports encryption unless the
  119.            intervening network is trusted.
  120.          </long>
  121.       </locale>
  122.     </schema>
  123.  
  124.     <schema>
  125.       <key>/schemas/desktop/gnome/remote_access/authentication_methods</key>
  126.       <applyto>/desktop/gnome/remote_access/authentication_methods</applyto>
  127.       <owner>gnome</owner>
  128.       <type>list</type>
  129.       <list_type>string</list_type>
  130.       <default>[none]</default>
  131.       <gettext_domain>vino</gettext_domain>
  132.       <locale name="C">
  133.          <short>Allowed authentication methods</short>
  134.          <long>
  135.            Lists the authentication methods with which remote users
  136.            may access the desktop. There are two possible authentication
  137.            methods; "vnc" causes the remote user to be prompted for
  138.            a password (the password is specified by the vnc_password
  139.            key) before connecting and "none" which allows any remote
  140.            user to connect.
  141.          </long>
  142.       </locale>
  143.     </schema>
  144.  
  145.     <schema>
  146.       <key>/schemas/desktop/gnome/remote_access/vnc_password</key>
  147.       <applyto>/desktop/gnome/remote_access/vnc_password</applyto>
  148.       <owner>gnome</owner>
  149.       <type>string</type>
  150.       <default></default>
  151.       <gettext_domain>vino</gettext_domain>
  152.       <locale name="C">
  153.          <short>Password required for "vnc" authentication</short>
  154.          <long>
  155.            The password which the remote user will be prompted for
  156.            if the "vnc" authentication method is used. The password
  157.            specified by the key is base64 encoded.
  158.          </long>
  159.       </locale>
  160.     </schema>
  161.  
  162.     <schema>
  163.       <key>/schemas/desktop/gnome/remote_access/mailto</key>
  164.       <applyto>/desktop/gnome/remote_access/mailto</applyto>
  165.       <owner>gnome</owner>
  166.       <type>string</type>
  167.       <default></default>
  168.       <gettext_domain>vino</gettext_domain>
  169.       <locale name="C">
  170.          <short>E-mail address to which the remote desktop URL should be sent</short>
  171.          <long>
  172.            This key specifies the e-mail address to which the remote
  173.            desktop URL should be sent if the user clicks on the URL
  174.            in the Remote Desktop preferences dialog.
  175.          </long>
  176.       </locale>
  177.     </schema>
  178.  
  179.     <schema>
  180.       <key>/schemas/desktop/gnome/remote_access/lock_screen_on_disconnect</key>
  181.       <applyto>/desktop/gnome/remote_access/lock_screen_on_disconnect</applyto>
  182.       <owner>gnome</owner>
  183.       <type>bool</type>
  184.       <default>false</default>
  185.       <gettext_domain>vino</gettext_domain>
  186.       <locale name="C">
  187.          <short>Lock the screen when last user disconnect</short>
  188.          <long>
  189.            If true, screen will be locked after the last remote client
  190.            disconnect.
  191.          </long>
  192.       </locale>
  193.     </schema>
  194.  
  195.     <schema>
  196.       <key>/schemas/desktop/gnome/remote_access/icon_visibility</key>
  197.       <applyto>/desktop/gnome/remote_access/icon_visibility</applyto>
  198.       <owner>gnome</owner>
  199.       <type>string</type>
  200.       <default>client</default>
  201.       <gettext_domain>vino</gettext_domain>
  202.       <locale name="C">
  203.          <short>When the status icon should be shown</short>
  204.          <long>
  205.            This key controls the behavior of the status icon. There are
  206.            three options: "always" - The icon will be always there; "client" -
  207.            You will see the icon only when there is someone connected, this is
  208.            the default behavior; "never" - Never shows the icon.
  209.          </long>
  210.       </locale>
  211.     </schema>
  212.  
  213.     <schema>
  214.       <key>/schemas/desktop/gnome/remote_access/disable_background</key>
  215.       <applyto>/desktop/gnome/remote_access/disable_background</applyto>
  216.       <owner>gnome</owner>
  217.       <type>bool</type>
  218.       <default>false</default>
  219.       <gettext_domain>vino</gettext_domain>
  220.       <locale name="C">
  221.          <short>When true, disable the background on receive valid session</short>
  222.          <long>
  223.            When true, disable the background on receive valid session
  224.          </long>
  225.       </locale>
  226.     </schema>
  227.  
  228.     <schema>
  229.       <key>/schemas/desktop/gnome/remote_access/use_upnp</key>
  230.       <applyto>/desktop/gnome/remote_access/use_upnp</applyto>
  231.       <owner>gnome</owner>
  232.       <type>bool</type>
  233.       <default>false</default>
  234.       <gettext_domain>vino</gettext_domain>
  235.       <locale name="C">
  236.          <short>Whether we should use UPNP to forward the port in routers</short>
  237.          <long>
  238.            If true, we will use UPNP protocol to automatically forward the port
  239.            used by vino in the router.
  240.          </long>
  241.       </locale>
  242.     </schema>
  243.  
  244.   </schemalist>  
  245. </gconfschemafile>
  246.