/usr/share/glib-2.0/schemas/org.gnome.Empathy.gschema.xml is in empathy 3.4.1-0ubuntu1.
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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<enum id="position">
<value value="1" nick="top-left"/>
<value value="2" nick="top-right"/>
<value value="3" nick="bottom-left"/>
<value value="4" nick="bottom-right"/>
</enum>
<schema path="/org/gnome/empathy/" id="org.gnome.Empathy">
<key type="b" name="use-conn">
<default>true</default>
<summary>Connection managers should be used</summary>
<description>Whether connectivity managers should be used to automatically disconnect/reconnect.</description>
</key>
<key type="b" name="autoconnect">
<default>true</default>
<summary>Empathy should auto-connect on startup</summary>
<description>Whether Empathy should automatically log into your accounts on startup.</description>
</key>
<key type="b" name="autoaway">
<default>true</default>
<summary>Empathy should auto-away when idle</summary>
<description>Whether Empathy should go into away mode automatically if the user is idle.</description>
</key>
<key type="s" name="file-transfer-default-folder">
<default>''</default>
<summary>Empathy default download folder</summary>
<description>The default folder to save file transfers in.</description>
</key>
<key type="u" name="sanity-cleaning-number">
<default>0</default>
<summary>Magic number used to check if sanity cleaning tasks should be run</summary>
<description>empathy-sanity-cleaning.c uses this number to check if the cleaning tasks should be executed or not. Users should not change this key manually.</description>
</key>
<child schema="org.gnome.Empathy.ui" name="ui"/>
<child schema="org.gnome.Empathy.contacts" name="contacts"/>
<child schema="org.gnome.Empathy.sounds" name="sounds"/>
<child schema="org.gnome.Empathy.notifications" name="notifications"/>
<child schema="org.gnome.Empathy.conversation" name="conversation"/>
<child schema="org.gnome.Empathy.hints" name="hints"/>
<child schema="org.gnome.Empathy.location" name="location"/>
</schema>
<schema path="/org/gnome/empathy/ui/" id="org.gnome.Empathy.ui">
<key type="b" name="show-offline">
<default>true</default>
<summary>Show offline contacts</summary>
<description>Whether to show contacts that are offline in the contact list.</description>
</key>
<key type="b" name="show-avatars">
<default>true</default>
<summary>Show avatars</summary>
<description>Whether to show avatars for contacts in the contact list and chat windows.</description>
</key>
<key type="b" name="show-protocols">
<default>false</default>
<summary>Show protocols</summary>
<description>Whether to show protocols for contacts in the contact list.</description>
</key>
<key type="b" name="show-balance-in-roster">
<default>false</default>
<summary>Show Balance in contact list</summary>
<description>Whether to show account balances in the contact list.</description>
</key>
<key type="b" name="compact-contact-list">
<default>false</default>
<summary>Compact contact list</summary>
<description>Whether to show the contact list in compact mode.</description>
</key>
<key type="b" name="main-window-hidden">
<default>false</default>
<summary>Hide main window</summary>
<description>Hide the main window.</description>
</key>
<key type="s" name="avatar-directory">
<default>''</default>
<summary>Default directory to select an avatar image from</summary>
<description>The last directory that an avatar image was chosen from.</description>
</key>
<key type="b" name="separate-chat-windows">
<default>false</default>
<summary>Open new chats in separate windows</summary>
<description>Always open a separate chat window for new chats.</description>
</key>
<key type="b" name="events-notify-area">
<default>true</default>
<summary>Display incoming events in the status area</summary>
<description>Display incoming events in the status area. If false, present them to the user immediately.</description>
</key>
<key type="i" name="chat-window-paned-pos">
<default>0</default>
<summary>The position for the chat window side pane</summary>
<description>The stored position (in pixels) of the chat window side pane.</description>
</key>
<key type="b" name="show-groups">
<default>true</default>
<summary>Show contact groups</summary>
<description>Whether to show groups in the contact list.</description>
</key>
</schema>
<schema path="/org/gnome/empathy/contacts/" id="org.gnome.Empathy.contacts">
<key type="s" name="sort-criterium">
<default>'state'</default>
<summary>Contact list sort criterion</summary>
<description>Which criterion to use when sorting the contact list. Default is to sort by the contact's state with the value "state". A value of "name" will sort the contact list by name.</description>
</key>
</schema>
<schema path="/org/gnome/empathy/sounds/" id="org.gnome.Empathy.sounds">
<key type="b" name="sounds-enabled">
<default>true</default>
<summary>Use notification sounds</summary>
<description>Whether to play a sound to notify of events.</description>
</key>
<key type="b" name="sounds-disabled-away">
<default>true</default>
<summary>Disable sounds when away</summary>
<description>Whether to play sound notifications when away or busy.</description>
</key>
<key type="b" name="sounds-incoming-message">
<default>true</default>
<summary>Play a sound for incoming messages</summary>
<description>Whether to play a sound to notify of incoming messages.</description>
</key>
<key type="b" name="sounds-outgoing-message">
<default>false</default>
<summary>Play a sound for outgoing messages</summary>
<description>Whether to play a sound to notify of outgoing messages.</description>
</key>
<key type="b" name="sounds-new-conversation">
<default>true</default>
<summary>Play a sound for new conversations</summary>
<description>Whether to play a sound to notify of new conversations.</description>
</key>
<key type="b" name="sounds-contact-login">
<default>false</default>
<summary>Play a sound when a contact logs in</summary>
<description>Whether to play a sound to notify of contacts logging into the network.</description>
</key>
<key type="b" name="sounds-contact-logout">
<default>false</default>
<summary>Play a sound when a contact logs out</summary>
<description>Whether to play a sound to notify of contacts logging out of the network.</description>
</key>
<key type="b" name="sounds-service-login">
<default>false</default>
<summary>Play a sound when we log in</summary>
<description>Whether to play a sound when logging into a network.</description>
</key>
<key type="b" name="sounds-service-logout">
<default>false</default>
<summary>Play a sound when we log out</summary>
<description>Whether to play a sound when logging out of a network.</description>
</key>
</schema>
<schema path="/org/gnome/empathy/notifications/" id="org.gnome.Empathy.notifications">
<key type="b" name="notifications-enabled">
<default>true</default>
<summary>Enable popup notifications for new messages</summary>
<description>Whether to show a popup notification when receiving a new message.</description>
</key>
<key type="b" name="notifications-disabled-away">
<default>true</default>
<summary>Disable popup notifications when away</summary>
<description>Whether to show popup notifications when away or busy.</description>
</key>
<key type="b" name="notifications-focus">
<default>false</default>
<summary>Pop up notifications if the chat isn't focused</summary>
<description>Whether to show a popup notification when receiving a new message even if the chat is already opened, but not focused.</description>
</key>
<key type="b" name="notifications-contact-signin">
<default>false</default>
<summary>Pop up notifications when a contact logs in</summary>
<description>Whether to show a popup notification when a contact goes online.</description>
</key>
<key type="b" name="notifications-contact-signout">
<default>false</default>
<summary>Pop up notifications when a contact logs out</summary>
<description>Whether to show a popup notification when a contact goes offline.</description>
</key>
</schema>
<schema path="/org/gnome/empathy/conversation/" id="org.gnome.Empathy.conversation">
<key type="b" name="graphical-smileys">
<default>true</default>
<summary>Use graphical smileys</summary>
<description>Whether to convert smileys into graphical images in conversations.</description>
</key>
<key type="b" name="show-contacts-in-rooms">
<default>true</default>
<summary>Show contact list in rooms</summary>
<description>Whether to show the contact list in chat rooms.</description>
</key>
<key type="s" name="theme">
<default>'classic'</default>
<summary>Chat window theme</summary>
<description>The theme that is used to display the conversation in chat windows.</description>
</key>
<key type="s" name="theme-variant">
<default>''</default>
<summary>Chat window theme variant</summary>
<description>The theme variant that is used to display the conversation in chat windows.</description>
</key>
<key type="s" name="adium-path">
<default>''</default>
<summary>Path of the Adium theme to use</summary>
<description>Path of the Adium theme to use if the theme used for chat is Adium.</description>
</key>
<key type="b" name="enable-webkit-developer-tools">
<default>false</default>
<summary>Enable WebKit Developer Tools</summary>
<description>Whether WebKit developer tools, such as the Web Inspector, should be enabled.</description>
</key>
<key type="b" name="send-chat-states">
<default>true</default>
<summary>Inform other users when you are typing to them</summary>
<description>Whether to send the 'composing' or 'paused' chat states. Does not currently affect the 'gone' state.</description>
</key>
<key type="b" name="theme-chat-room">
<default>true</default>
<summary>Use theme for chat rooms</summary>
<description>Whether to use the theme for chat rooms.</description>
</key>
<key type="s" name="spell-checker-languages">
<default>'en'</default>
<summary>Spell checking languages</summary>
<description>Comma-separated list of spell checker languages to use (e.g. "en, fr, nl").</description>
</key>
<key type="b" name="spell-checker-enabled">
<default>true</default>
<summary>Enable spell checker</summary>
<description>Whether to check words typed against the languages you want to check with.</description>
</key>
<key type="s" name="nick-completion-char">
<default>':'</default>
<summary>Nick completed character</summary>
<description>Character to add after nickname when using nick completion (tab) in group chat.</description>
</key>
<key type="b" name="avatar-in-icon">
<default>false</default>
<summary>Empathy should use the avatar of the contact as the chat window icon</summary>
<description>Whether Empathy should use the avatar of the contact as the chat window icon.</description>
</key>
<key type="o" name="room-last-account">
<default>"/"</default>
<summary>Last account selected in Join Room dialog</summary>
<description>D-Bus object path of the last account selected to join a room.</description>
</key>
</schema>
<schema path="/org/gnome/empathy/call/" id="org.gnome.Empathy.call">
<key type="s" name="camera-device">
<default>''</default>
<summary>Camera device</summary>
<description>Default camera device to use in video calls, e.g. /dev/video0.</description>
</key>
<key name="camera-position" enum="position">
<default>'bottom-left'</default>
<summary>Camera position</summary>
<description>Position the camera preview should be during a call.</description>
</key>
<key type="b" name="echo-cancellation">
<default>true</default>
<summary>Echo cancellation support</summary>
<description>Whether to enable Pulseaudio's echo cancellation filter.</description>
</key>
</schema>
<schema path="/org/gnome/empathy/hints/" id="org.gnome.Empathy.hints">
<key type="b" name="close-main-window">
<default>true</default>
<summary>Show hint about closing the main window</summary>
<description>Whether to show the message dialog about closing the main window with the 'x' button in the title bar.</description>
</key>
</schema>
<schema path="/org/gnome/empathy/location/" id="org.gnome.Empathy.location">
<key type="b" name="publish">
<default>false</default>
<summary>Empathy can publish the user's location</summary>
<description>Whether Empathy can publish the user's location to their contacts.</description>
</key>
<key type="b" name="resource-network">
<default>true</default>
<summary>Empathy can use the network to guess the location</summary>
<description>Whether Empathy can use the network to guess the location.</description>
</key>
<key type="b" name="resource-cell">
<default>true</default>
<summary>Empathy can use the cellular network to guess the location</summary>
<description>Whether Empathy can use the cellular network to guess the location.</description>
</key>
<key type="b" name="resource-gps">
<default>false</default>
<summary>Empathy can use the GPS to guess the location</summary>
<description>Whether Empathy can use the GPS to guess the location.</description>
</key>
<key type="b" name="reduce-accuracy">
<default>true</default>
<summary>Empathy should reduce the location's accuracy</summary>
<description>Whether Empathy should reduce the location's accuracy for privacy reasons.</description>
</key>
</schema>
</schemalist>
|