/usr/share/glib-2.0/schemas/org.sugarlabs.gschema.xml is in sugar-session 0.106.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.sugarlabs" path="/org/sugarlabs/">
<key name="gsettings-migrated" type="b">
<default>false</default>
<summary>Migrated to GSettings</summary>
<description>This key shows whether or not GConf values were migrated to GSettings</description>
</key>
<key name="backup-url" type="s">
<default>''</default>
<summary>Backup URL</summary>
<description>URL where the backup is saved to.</description>
</key>
<key name="show-logout" type="b">
<default>true</default>
<summary>Show Log out</summary>
<description>If TRUE, Sugar will show a "Log out" option.</description>
</key>
<key name="show-restart" type="b">
<default>true</default>
<summary>Show Restart</summary>
<description>If TRUE, Sugar will show a "Restart" option.</description>
</key>
<key name="show-shutdown" type="b">
<default>true</default>
<summary>Show Shutdown</summary>
<description>If TRUE, Sugar will show a "Shutdown" option.</description>
</key>
<key name="show-register" type="b">
<default>true</default>
<summary>Show Register</summary>
<description>If TRUE, Sugar will show a "Register" option in the buddy palette.</description>
</key>
<key name="protected-activities" type="as">
<default>[]</default>
<summary>Bundle IDs of protected activities</summary>
<description>Users will not be allowed to erase these activities through the list view.</description>
</key>
<key name="maximum-number-of-open-activities" type="i">
<default>0</default>
<summary>A limit to the number of simultaneously open activities.</summary>
<description>This int is used to set a limit to the number of open activities. By default (0), there is no limit.</description>
</key>
<child name="user" schema="org.sugarlabs.user" />
<child name="journal" schema="org.sugarlabs.journal" />
<child name="sound" schema="org.sugarlabs.sound" />
<child name="date" schema="org.sugarlabs.date" />
<child name="desktop" schema="org.sugarlabs.desktop" />
<child name="frame" schema="org.sugarlabs.frame" />
<child name="collaboration" schema="org.sugarlabs.collaboration" />
<child name="power" schema="org.sugarlabs.power" />
<child name="peripherals" schema="org.sugarlabs.peripherals" />
<child name="font" schema="org.sugarlabs.font" />
<child name="network" schema="org.sugarlabs.network" />
<child name="speech" schema="org.sugarlabs.speech" />
<child name="update" schema="org.sugarlabs.update" />
<child name="extensions" schema="org.sugarlabs.extensions" />
</schema>
<schema id="org.sugarlabs.user" path="/org/sugarlabs/user/">
<key name="nick" type="s">
<default>''</default>
<summary>User Name</summary>
<description>User name that is used throughout the desktop.</description>
</key>
<key name="default-nick" type="s">
<default>'system'</default>
<summary>Default nick</summary>
<description>"disabled" to ask nick on initialization; "system" to reuse UNIX account long name.</description>
</key>
<key name="color" type="s">
<default>''</default>
<summary>User Color</summary>
<description>Color for the XO icon that is used throughout the desktop. The string is composed of the stroke color and fill color, format is that of rgb colors. Example: #AC32FF,#9A5200</description>
</key>
<key name="gender" type="s">
<default>''</default>
<summary>User Gender</summary>
<description>Gender of the Sugar user, either male, female, or unassigned</description>
</key>
<key name="birth-timestamp" type="i">
<default>0</default>
<summary>User Birth Timestamp</summary>
<description>Birth timestamp (seconds since the epoch)</description>
</key>
<key name="group-label" type="s">
<default>''</default>
<summary>Group Label</summary>
<description>Label associated with age, e.g., '2nd Grade'</description>
</key>
<child name="background" schema="org.sugarlabs.user.background" />
</schema>
<schema id="org.sugarlabs.user.background" path="/org/sugarlabs/user/background/">
<key name="image-path" type="s">
<default>''</default>
<summary>Background image path</summary>
<description>Path to the image to be used as a background.</description>
</key>
<key name="alpha-level" type="s">
<default>''</default>
<summary>Background alpha level</summary>
<description>The opacity of the background image.</description>
</key>
</schema>
<schema id="org.sugarlabs.journal" path="/org/sugarlabs/journal/">
<key name="mime-registry" type="a{ss}">
<default>{}</default>
<summary>Mimetype registry</summary>
<description>Consists of key-value pairs mimetypes and their corresponding activity</description>
</key>
</schema>
<schema id="org.sugarlabs.sound" path="/org/sugarlabs/sound/">
<key name="volume" type="i">
<default>80</default>
<summary>Volume Level</summary>
<description>Volume level for the sound device.</description>
</key>
<key name="mute" type="b">
<default>false</default>
<summary>Sound Muted</summary>
<description>Setting for muting the sound device.</description>
</key>
</schema>
<schema id="org.sugarlabs.screen" path="/org/sugarlabs/screen/">
<key name="brightness" type="i">
<default>-1</default>
<summary>Brightness Level</summary>
<description>Brightness level for the computer screen.</description>
</key>
</schema>
<schema id="org.sugarlabs.date" path="/org/sugarlabs/date/">
<key name="timezone" type="s">
<default>''</default>
<summary>Timezone</summary>
<description>Timezone setting for the system.</description>
</key>
</schema>
<schema id="org.sugarlabs.desktop" path="/org/sugarlabs/desktop/">
<key name="homeviews" type="aa{ss}">
<default>[{'layout': 'ring-layout', 'view-icon': 'view-radial', 'favorite-icon': 'emblem-favorite'}]</default>
<summary>Home views</summary>
<description>List of home views, including the view icon, the favorite icon and the layout</description>
</key>
</schema>
<schema id="org.sugarlabs.frame" path="/org/sugarlabs/frame/">
<key name="edge-delay" type="i">
<default>1000</default>
<summary>Edge Delay</summary>
<description>Delay for the activation of the frame using the edges.</description>
</key>
<key name="corner-delay" type="i">
<default>0</default>
<summary>Corner Delay</summary>
<description>Delay for the activation of the frame using the corners.</description>
</key>
</schema>
<schema id="org.sugarlabs.collaboration" path="/org/sugarlabs/collaboration/">
<key name="jabber-server" type="s">
<default>'jabber.sugarlabs.org'</default>
<summary>Jabber Server</summary>
<description>URL of the jabber server to use.</description>
</key>
<key name="publish-gadget" type="b">
<default>true</default>
<summary>Publish to Gadget</summary>
<description>If TRUE, Sugar will make us searchable for the other users of the Jabber server.</description>
</key>
<key name="social-help-server" type="s">
<default>'https://use-socialhelp.sugarlabs.org'</default>
<summary>Social Help Server</summary>
<description>URL of the social help server to use with protocol.</description>
</key>
</schema>
<schema id="org.sugarlabs.power" path="/org/sugarlabs/power/">
<key name="automatic" type="b">
<default>false</default>
<summary>Power Automatic</summary>
<description>Automatic power management (increases battery life)</description>
</key>
<key name="extreme" type="b">
<default>false</default>
<summary>Power Extreme</summary>
<description>Extreme power management (disables wireless radio, increases battery life)</description>
</key>
</schema>
<schema id="org.sugarlabs.peripherals" path="/org/sugarlabs/peripherals/">
<child name="keyboard" schema="org.sugarlabs.peripherals.keyboard" />
</schema>
<schema id="org.sugarlabs.peripherals.keyboard" path="/org/sugarlabs/peripherals/keyboard/">
<key name="layouts" type="as">
<default>[]</default>
<summary>Keyboard layouts</summary>
<description>List of keyboard layouts. Each entry should be in the form layout(variant)</description>
</key>
<key name="options" type="as">
<default>[]</default>
<summary>Keyboard options</summary>
<description>List of keyboard options.</description>
</key>
<key name="model" type="s">
<default>''</default>
<summary>Keyboard model</summary>
<description>The keyboard model to be used</description>
</key>
</schema>
<schema id="org.sugarlabs.font" path="/org/sugarlabs/font/">
<key name="default-face" type="s">
<default>'Sans Serif'</default>
<summary>Default font face</summary>
<description>Font face that is used throughout the desktop.</description>
</key>
<key name="default-size" type="d">
<default>10</default>
<summary>Default font size</summary>
<description>Font size that is used throughout the desktop.</description>
</key>
</schema>
<schema id="org.sugarlabs.network" path="/org/sugarlabs/network/">
<key name="adhoc" type="b">
<default>true</default>
<summary>Show Sugar Ad-hoc networks</summary>
<description>If TRUE, Sugar will show default Ad-hoc networks for channel 1,6 and 11. If Sugar sees no "known" network when it starts, it does autoconnect to an Ad-hoc network.</description>
</key>
<key name="adhoc-autoconnect" type="b">
<default>true</default>
<summary>Enable Ad-hoc autoconnect</summary>
<description>If TRUE, Sugar will autoconnect to Ad-hoc networks.</description>
</key>
<child name="gsm" schema="org.sugarlabs.network.gsm" />
</schema>
<schema id="org.sugarlabs.network.gsm" path="/org/sugarlabs/network/gsm/">
<key name="username" type="s">
<default>''</default>
<summary>GSM network username (DEPRECATED/UNUSED)</summary>
<description>GSM network username configuration (DEPRECATED/UNUSED)</description>
</key>
<key name="password" type="s">
<default>''</default>
<summary>GSM network password (DEPRECATED/UNUSED)</summary>
<description>GSM network password configuration (DEPRECATED/UNUSED)</description>
</key>
<key name="number" type="s">
<default>'*99#'</default>
<summary>GSM network number (DEPRECATED/UNUSED)</summary>
<description>GSM network telephone number configuration (DEPRECATED/UNUSED)</description>
</key>
<key name="apn" type="s">
<default>''</default>
<summary>GSM network APN (DEPRECATED/UNUSED)</summary>
<description>GSM network access point name configuration (DEPRECATED/UNUSED)</description>
</key>
<key name="pin" type="s">
<default>''</default>
<summary>GSM network PIN (DEPRECATED/UNUSED)</summary>
<description>GSM network personal identification number configuration (DEPRECATED/UNUSED)</description>
</key>
<key name="puk" type="s">
<default>''</default>
<summary>GSM network PUK (DEPRECATED/UNUSED)</summary>
<description>GSM network personal unlock key configuration (DEPRECATED/UNUSED)</description>
</key>
<key name="country" type="s">
<default>''</default>
<summary>TODO: add summary</summary>
<description>TODO: add description</description>
</key>
<key name="provider" type="s">
<default>''</default>
<summary>TODO: add summary</summary>
<description>TODO: add description</description>
</key>
<key name="plan" type="i">
<default>0</default>
<summary>TODO: add summary</summary>
<description>TODO: add description</description>
</key>
</schema>
<schema id="org.sugarlabs.speech" path="/org/sugarlabs/speech/">
<key name="pitch" type="i">
<default>0</default>
<summary>Pitch value for the speech sugar service</summary>
<description>Pitch value used by the speech service in Sugar</description>
</key>
<key name="rate" type="i">
<default>0</default>
<summary>Rate value for the speech sugar service</summary>
<description>Rate value used by the speech service in Sugar</description>
</key>
</schema>
<schema id="org.sugarlabs.update" path="/org/sugarlabs/update/">
<key name="backend" type="s">
<default>'aslo.AsloUpdater'</default>
<summary>Activity update backend.</summary>
<description>Activity update backend module, followed by a period, followed by the class name.</description>
</key>
<key name="microformat-update-url" type="s">
<default>''</default>
<summary>Microformat update URL.</summary>
<description>URL used by the microformat update backend for activity update information.</description>
</key>
<key name="auto-update-frequency" type="i">
<default>0</default>
<summary>Automatic update frequency.</summary>
<description>Frequency of automatic activity updates, measured in days. 0 means disabled.</description>
</key>
<key name="last-activity-update" type="i">
<default>0</default>
<summary>Timestamp of last activity update.</summary>
<description>A unix timestamp (seconds since epoch) of the last successful activity update.</description>
</key>
<key name="new-aslo-url" type="s">
<default>'http://activities-2.sugarlabs.org/update.json'</default>
<summary>New ASLO update.json URL.</summary>
<description>URL used by the new ASLO updater to download activity data.</description>
</key>
</schema>
<schema id="org.sugarlabs.extensions" path="/org/sugarlabs/extensions/">
<child name="aboutcomputer" schema="org.sugarlabs.extensions.aboutcomputer" />
</schema>
<schema id="org.sugarlabs.extensions.aboutcomputer" path="/org/sugarlabs/extensions/aboutcomputer/">
<key name="hardware-model" type="s">
<default>''</default>
<summary>A description of the hardware available to the user.</summary>
<description>This string is displayed in the control panel, about computer section.</description>
</key>
</schema>
</schemalist>
|