~ubuntu-branches/ubuntu/saucy/gnome-shell/saucy-proposed

« back to all changes in this revision

Viewing changes to data/org.gnome.shell.gschema.xml.in

Tags: upstream-3.3.90
ImportĀ upstreamĀ versionĀ 3.3.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
      <_summary>Uuids of extensions to enable</_summary>
17
17
      <_description>
18
18
        GNOME Shell extensions have a uuid property; this key lists extensions
19
 
        which should be loaded.  disabled-extensions overrides this setting for
20
 
        extensions that appear in both lists.
 
19
        which should be loaded. Any extension that wants to be loaded needs
 
20
        to be in this list. You can also manipulate this list with the
 
21
        EnableExtension and DisableExtension DBus methods on org.gnome.Shell.
21
22
      </_description>
22
23
    </key>
23
24
    <key name="enable-app-monitoring" type="b">
52
53
    </key>
53
54
    <key name="saved-im-presence" type="i">
54
55
      <default>1</default>
55
 
      <_summary></_summary>
 
56
      <_summary>Internally used to store the last IM presence explicitly set by the user. The
 
57
value here is from the TpConnectionPresenceType enumeration.</_summary>
56
58
    </key>
57
59
    <key name="saved-session-presence" type="i">
58
60
      <default>0</default>
59
 
      <_summary></_summary>
 
61
      <_summary>Internally used to store the last session presence status for the user. The
 
62
value here is from the GsmPresenceStatus enumeration.</_summary>
60
63
    </key>
61
64
    <child name="clock" schema="org.gnome.shell.clock"/>
62
65
    <child name="calendar" schema="org.gnome.shell.calendar"/>
107
110
  <schema id="org.gnome.shell.recorder" path="/org/gnome/shell/recorder/"
108
111
          gettext-domain="@GETTEXT_PACKAGE@">
109
112
    <key name="framerate" type="i">
110
 
      <default>15</default>
 
113
      <default>30</default>
111
114
      <_summary>Framerate used for recording screencasts.</_summary>
112
115
      <_description>
113
116
        The framerate of the resulting screencast recordered
126
129
        take care of its own output - this might be used to send the output
127
130
        to an icecast server via shout2send or similar. When unset or set
128
131
        to an empty value, the default pipeline will be used. This is currently
129
 
        'videorate ! vp8enc quality=10 speed=2 threads=%T ! queue ! webmmux'
 
132
        'vp8enc quality=8 speed=6 threads=%T ! queue ! webmmux'
130
133
        and records to WEBM using the VP8 codec. %T is used as a placeholder
131
134
        for a guess at the optimal thread count on the system.
132
135
      </_description>
141
144
      </_description>
142
145
    </key>
143
146
  </schema>
 
147
 
 
148
  <schema id="org.gnome.shell.overrides" path="/org/gnome/shell/overrides/">
 
149
    <key name="attach-modal-dialogs" type="b">
 
150
      <default>true</default>
 
151
      <summary>Attach modal dialog to the parent window</summary>
 
152
      <description>
 
153
        This key overrides the key in org.gnome.mutter when running
 
154
        GNOME Shell.
 
155
      </description>
 
156
    </key>
 
157
 
 
158
    <key name="button-layout" type="s">
 
159
      <default>":close"</default>
 
160
      <summary>Arrangement of buttons on the titlebar</summary>
 
161
      <description>
 
162
        This key overrides the key in org.gnome.desktop.wm.preferences when
 
163
        running GNOME Shell.
 
164
      </description>
 
165
    </key>
 
166
 
 
167
    <key name="edge-tiling" type="b">
 
168
      <default>true</default>
 
169
      <summary>Enable edge tiling when dropping windows on screen edges</summary>
 
170
      <description>
 
171
        This key overrides the key in org.gnome.mutter when running GNOME Shell.
 
172
      </description>
 
173
    </key>
 
174
 
 
175
    <key name="workspaces-only-on-primary" type="b">
 
176
      <default>true</default>
 
177
      <summary>Workspaces only on primary monitor</summary>
 
178
      <description>
 
179
        This key overrides the key in org.gnome.mutter when running GNOME Shell.
 
180
      </description>
 
181
    </key>
 
182
  </schema>
144
183
</schemalist>