/vino-3.5.2/common/org.gnome.Vino.gschema.xml

# · XML · 174 lines · 155 code · 19 blank · 0 comment · 0 complexity · e1622cd74f771d3692ac156d7e3c9ece MD5 · raw file

  1. <schemalist>
  2. <schema id='org.gnome.Vino' path='/desktop/gnome/remote-access/'>
  3. <key name='enabled' type='b'>
  4. <summary>Enable remote access to the desktop</summary>
  5. <description>
  6. If true, allows remote access to the desktop via the RFB
  7. protocol. Users on remote machines may then connect to the
  8. desktop using a VNC viewer.</description>
  9. <default>false</default>
  10. </key>
  11. <key name='prompt-enabled' type='b'>
  12. <summary>Prompt the user before completing a connection</summary>
  13. <description>
  14. If true, remote users accessing the desktop are not allowed
  15. access until the user on the host machine approves the
  16. connection. Recommended especially when access is not password
  17. protected.
  18. </description>
  19. <default>true</default>
  20. </key>
  21. <key name='view-only' type='b'>
  22. <summary>Only allow remote users to view the desktop</summary>
  23. <description>
  24. If true, remote users accessing the desktop are only allowed to
  25. view the desktop. Remote users will not be able to use the mouse
  26. or keyboard.
  27. </description>
  28. <default>false</default>
  29. </key>
  30. <key name='network-interface' type='s'>
  31. <summary>Network interface for listening</summary>
  32. <description>
  33. If not set, the server will listen on all network interfaces.
  34. Set this if you want that accept connections only from some
  35. specific network interface. eg: eth0, wifi0, lo, ...
  36. </description>
  37. <default>''</default>
  38. </key>
  39. <key name='use-alternative-port' type='b'>
  40. <summary>Listen on an alternative port</summary>
  41. <description>
  42. If true, the server will listen to another port, instead of the
  43. default (5900). The port must be specified in the
  44. 'alternative-port' key.
  45. </description>
  46. <default>false</default>
  47. </key>
  48. <key name='alternative-port' type='q'>
  49. <summary>Alternative port number</summary>
  50. <description>
  51. The port which the server will listen to if the
  52. 'use-alternative-port' key is set to true. Valid values are in
  53. the range from 5000 to 50000.
  54. </description>
  55. <default>5900</default>
  56. </key>
  57. <key name='require-encryption' type='b'>
  58. <summary>Require encryption</summary>
  59. <description>
  60. If true, remote users accessing the desktop are required to
  61. support encryption. It is highly recommended that you use a
  62. client which supports encryption unless the intervening network
  63. is trusted.
  64. </description>
  65. <default>false</default>
  66. </key>
  67. <key name='authentication-methods' type='as'>
  68. <summary>Allowed authentication methods</summary>
  69. <description>
  70. Lists the authentication methods with which remote users may
  71. access the desktop.
  72. There are two possible authentication methods; "vnc" causes the
  73. remote user to be prompted for a password (the password is
  74. specified by the vnc-password key) before connecting and "none"
  75. which allows any remote user to connect.
  76. </description>
  77. <choices>
  78. <choice value='none'/>
  79. <choice value='vnc'/>
  80. </choices>
  81. <default>['none']</default>
  82. </key>
  83. <key name='vnc-password' type='s'>
  84. <summary>Password required for "vnc" authentication</summary>
  85. <description>
  86. The password which the remote user will be prompted for if the
  87. "vnc" authentication method is used. The password specified by
  88. the key is base64 encoded.
  89. The special value of 'keyring' (which is not valid base64) means
  90. that the password is stored in the GNOME keyring.
  91. </description>
  92. <default>'keyring'</default>
  93. </key>
  94. <key name='mailto' type='s'>
  95. <summary>E-mail address to which the remote desktop URL should be sent</summary>
  96. <description>
  97. This key specifies the e-mail address to which the remote
  98. desktop URL should be sent if the user clicks on the URL in the
  99. Desktop Sharing preferences dialog.
  100. </description>
  101. <default>''</default>
  102. </key>
  103. <key name='lock-screen-on-disconnect' type='b'>
  104. <summary>Lock the screen when last user disconnect</summary>
  105. <description>
  106. If true, screen will be locked after the last remote client
  107. disconnect.
  108. </description>
  109. <default>false</default>
  110. </key>
  111. <key name='icon-visibility' enum="org.gnome.Vino.VinoIconVisibility">
  112. <summary>When the status icon should be shown</summary>
  113. <description>
  114. This key controls the behavior of the status icon. There are
  115. three options: "always" - The icon will be always there;
  116. "client" - You will see the icon only when there is someone
  117. connected, this is the default behavior; "never" - Never shows
  118. the icon.
  119. </description>
  120. <default>'client'</default>
  121. </key>
  122. <key name='disable-background' type='b'>
  123. <summary>When true, disable the background on receive valid session</summary>
  124. <description>
  125. When true, disable the background on receive valid session
  126. </description>
  127. <default>false</default>
  128. </key>
  129. <key name='use-upnp' type='b'>
  130. <summary>Whether we should use UPNP to forward the port in routers</summary>
  131. <description>
  132. If true, we will use UPNP protocol to automatically forward the
  133. port used by vino in the router.
  134. </description>
  135. <default>false</default>
  136. </key>
  137. <key name='disable-xdamage' type='b'>
  138. <summary>Whether we should disable the XDamage extension of X.org</summary>
  139. <description>
  140. If true, we will not use the XDamage extension of X.org. This
  141. extension does not work properly on some video drivers when
  142. using 3D effects. Disabling it will make vino work on these
  143. environments with a slower rendering as side effect.
  144. </description>
  145. <default>false</default>
  146. </key>
  147. <key name='notify-on-connect' type='b'>
  148. <summary>Notify on connect</summary>
  149. <description>
  150. If true, we will notify, when the user connects to the system.
  151. </description>
  152. <default>true</default>
  153. </key>
  154. </schema>
  155. </schemalist>