~townsend/unity/fix-waiting-to-install

« back to all changes in this revision

Viewing changes to tests/data/external.gschema.xml

  • Committer: Chris Townsend
  • Date: 2013-07-17 16:24:40 UTC
  • mfrom: (3379.1.48 trunk)
  • Revision ID: christopher.townsend@canonical.com-20130717162440-zbeyzlbq0kdvnypo
MergeĀ inĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- Include here the external schemas we depend and need for testing -->
 
2
 
 
3
<?xml version="1.0" encoding="UTF-8"?>
 
4
<schemalist>
 
5
  <schema path="/apps/indicator-session/" id="com.canonical.indicator.session">
 
6
    <key type="b" name="suppress-logout-restart-shutdown">
 
7
      <default>false</default>
 
8
      <summary>Suppress the dialog to confirm logout, restart and shutdown action</summary>
 
9
      <description>Whether or not to show confirmation dialogs for logout, restart and shutdown actions.</description>
 
10
    </key>
 
11
  </schema>
 
12
  <schema id="org.compiz.unityshell" gettext-domain="compiz">
 
13
    <key type="s" name="panel-first-menu">
 
14
      <default>'&lt;Alt&gt;F10'</default>
 
15
      <summary>Key to open the first panel menu</summary>
 
16
      <description>Opens the first indicator menu of the Panel, allowing keyboard navigation thereafter.</description>
 
17
    </key>
 
18
   </schema>
 
19
</schemalist>