Advertisement
Guest User

Untitled

a guest
Aug 12th, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.31 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schemalist gettext-domain="gsettings-desktop-schemas">
  3. <schema path="/org/gnome/desktop/interface/" id="org.gnome.desktop.interface">
  4. <key type="b" name="toolkit-accessibility">
  5. <default>false</default>
  6. <summary>Enable Toolkit Accessibility</summary>
  7. <description>Whether toolkits should load accessibility related modules.</description>
  8. </key>
  9. <key type="b" name="enable-animations">
  10. <default>true</default>
  11. <summary>Enable Animations</summary>
  12. <description>Whether animations should be displayed. Note: This is a global key, it changes the behaviour of the window manager, the panel etc.</description>
  13. </key>
  14. <key type="b" name="menus-have-tearoff">
  15. <default>false</default>
  16. <summary>Menus Have Tearoff</summary>
  17. <description>Whether menus should have a tearoff.</description>
  18. </key>
  19. <key type="b" name="can-change-accels">
  20. <default>false</default>
  21. <summary>Can Change Accels</summary>
  22. <description>Whether the user can dynamically type a new accelerator when positioned over an active menuitem.</description>
  23. </key>
  24. <key name="toolbar-style" enum="org.gnome.desktop.GDesktopToolbarStyle">
  25. <default>'both-horiz'</default>
  26. <summary>Toolbar Style</summary>
  27. <description>Toolbar Style. Valid values are "both", "both-horiz", "icons", and "text".</description>
  28. </key>
  29. <key type="b" name="menus-have-icons">
  30. <default>false</default>
  31. <summary>Menus Have Icons</summary>
  32. <description>Whether menus may display an icon next to a menu entry.</description>
  33. </key>
  34. <key type="b" name="buttons-have-icons">
  35. <default>false</default>
  36. <summary>Buttons Have Icons</summary>
  37. <description>Whether buttons may display an icon in addition to the button text.</description>
  38. </key>
  39. <key type="b" name="menubar-detachable">
  40. <default>false</default>
  41. <summary>Menubar Detachable</summary>
  42. <description>Whether the user can detach menubars and move them around.</description>
  43. </key>
  44. <key type="b" name="toolbar-detachable">
  45. <default>false</default>
  46. <summary>Toolbar Detachable</summary>
  47. <description>Whether the user can detach toolbars and move them around.</description>
  48. </key>
  49. <key name="toolbar-icons-size" enum="org.gnome.desktop.GDesktopToolbarIconSize">
  50. <default>'large'</default>
  51. <summary>Toolbar Icon Size</summary>
  52. <description>Size of icons in toolbars, either "small" or "large".</description>
  53. </key>
  54. <key type="b" name="cursor-blink">
  55. <default>true</default>
  56. <summary>Cursor Blink</summary>
  57. <description>Whether the cursor should blink.</description>
  58. </key>
  59. <key type="i" name="cursor-blink-time">
  60. <range min="100" max="2500"/>
  61. <default>1200</default>
  62. <summary>Cursor Blink Time</summary>
  63. <description>Length of the cursor blink cycle, in milliseconds.</description>
  64. </key>
  65. <key type="i" name="cursor-blink-timeout">
  66. <range min="1" max="2147483647"/>
  67. <default>10</default>
  68. <summary>Cursor Blink Timeout</summary>
  69. <description>Time after which the cursor stops blinking, in seconds.</description>
  70. </key>
  71. <key type="s" name="icon-theme">
  72. <default>'gnome'</default>
  73. <summary>Icon Theme</summary>
  74. <description>Icon theme to use for the panel, nautilus etc.</description>
  75. </key>
  76. <key type="s" name="gtk-theme">
  77. <default>'Adwaita'</default>
  78. <summary>Gtk+ Theme</summary>
  79. <description>Basename of the default theme used by gtk+.</description>
  80. </key>
  81. <key type="s" name="gtk-key-theme">
  82. <default>'Default'</default>
  83. <summary>Gtk+ Keybinding Theme</summary>
  84. <description>Basename of the default keybinding theme used by gtk+.</description>
  85. </key>
  86. <key type="s" name="font-name">
  87. <default>'Cantarell 11'</default>
  88. <summary>Default font</summary>
  89. <description>Name of the default font used by gtk+.</description>
  90. </key>
  91. <key type="d" name="text-scaling-factor">
  92. <range min="0.5" max="3.0"/>
  93. <default>1.0</default>
  94. <summary>Text scaling factor</summary>
  95. <description>Factor used to enlarge or reduce text display, without changing font size.</description>
  96. </key>
  97. <key type="u" name="scaling-factor">
  98. <default>0</default>
  99. <summary>Window scaling factor</summary>
  100. <description>Integer factor used to scale windows by. For use on high-dpi screens. 0 means pick automatically based on monitor.</description>
  101. </key>
  102. <key type="s" name="gtk-im-preedit-style">
  103. <default>'callback'</default>
  104. <summary>GTK IM Preedit Style</summary>
  105. <description>Name of the GTK+ input method Preedit Style used by gtk+.</description>
  106. </key>
  107. <key type="s" name="gtk-im-status-style">
  108. <default>'callback'</default>
  109. <summary>GTK IM Status Style</summary>
  110. <description>Name of the GTK+ input method Status Style used by gtk+.</description>
  111. </key>
  112. <key type="s" name="gtk-im-module">
  113. <default>''</default>
  114. <summary>GTK IM Module</summary>
  115. <description>Name of the input method module used by GTK+.</description>
  116. </key>
  117. <key type="s" name="document-font-name">
  118. <default>'Sans 11'</default>
  119. <summary>Document font</summary>
  120. <description>Name of the default font used for reading documents.</description>
  121. </key>
  122. <key type="s" name="monospace-font-name">
  123. <default>'Monospace 11'</default>
  124. <summary>Monospace font</summary>
  125. <description>Name of a monospaced (fixed-width) font for use in locations like terminals.</description>
  126. </key>
  127. <key type="s" name="menubar-accel">
  128. <default>'F10'</default>
  129. <summary>Menubar accelerator</summary>
  130. <description>Keyboard shortcut to open the menu bars.</description>
  131. </key>
  132. <key type="b" name="show-input-method-menu">
  133. <default>true</default>
  134. <summary>Show the 'Input Methods' menu</summary>
  135. <description>Whether the context menus of entries and text views should offer to change the input method.</description>
  136. </key>
  137. <key type="b" name="show-unicode-menu">
  138. <default>true</default>
  139. <summary>Show the 'Unicode Control Character' menu</summary>
  140. <description>Whether the context menus of entries and text views should offer to insert control characters.</description>
  141. </key>
  142. <key type="s" name="cursor-theme">
  143. <default>'Adwaita'</default>
  144. <summary>Cursor theme</summary>
  145. <description>Cursor theme name. Used only by Xservers that support the Xcursor extension.</description>
  146. </key>
  147. <key type="i" name="cursor-size">
  148. <default>24</default>
  149. <summary>Cursor size</summary>
  150. <description>Size of the cursor used as cursor theme.</description>
  151. </key>
  152. <key type="i" name="gtk-timeout-initial">
  153. <default>200</default>
  154. <summary>Timeout before click repeat</summary>
  155. <description>Timeout in milliseconds before a click starts repeating (on spinner buttons for example).</description>
  156. </key>
  157. <key type="i" name="gtk-timeout-repeat">
  158. <default>20</default>
  159. <summary>Timeout between click repeats</summary>
  160. <description>Timeout in milliseconds between repeated clicks when a button is left pressed.</description>
  161. </key>
  162. <key type="s" name="gtk-color-palette">
  163. <default>'black:white:gray50:red:purple:blue:light blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light green:gray10:gray30:gray75:gray90'</default>
  164. <summary>Palette used in the color selector</summary>
  165. <description>Palette used in the color selector as defined by the 'gtk-color-palette' setting</description>
  166. </key>
  167. <key type="s" name="gtk-color-scheme">
  168. <default>''</default>
  169. <summary>List of symbolic names and color equivalents</summary>
  170. <description>A '\n' separated list of "name:color" as defined by the 'gtk-color-scheme' setting</description>
  171. </key>
  172. <key name="clock-format" enum="org.gnome.desktop.GDesktopClockFormat">
  173. <default>'24h'</default>
  174. <summary>Whether the clock displays in 24h or 12h format</summary>
  175. <description>Whether the clock displays in 24h or 12h format</description>
  176. </key>
  177. <key type="b" name="clock-show-seconds">
  178. <default>false</default>
  179. <summary>Whether the clock shows seconds</summary>
  180. <description>If true, display seconds in the clock.</description>
  181. </key>
  182. <key type="b" name="clock-show-date">
  183. <default>false</default>
  184. <summary>Show date in clock</summary>
  185. <description>If true, display date in the clock, in addition to time.</description>
  186. </key>
  187. <key type="b" name="automatic-mnemonics">
  188. <default>true</default>
  189. <summary>Only show mnemonics on when the Alt key is pressed</summary>
  190. <description>Whether mnemonics should be automatically shown and hidden when the user presses the Alt key.</description>
  191. </key>
  192. <key type="b" name="ubuntu-overlay-scrollbars">
  193. <default>false</default>
  194. <summary>Overlay Scrollbar</summary>
  195. <description>Toggle the overlay scrollbar.</description>
  196. </key>
  197. </schema>
  198. </schemalist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement