~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to data/unity.schemas

  • Committer: Neil Jagdish Patel
  • Date: 2010-11-11 18:51:08 UTC
  • mfrom: (572.1.58 unity-3.0)
  • Revision ID: neil.patel@canonical.com-20101111185108-71923a90txzvxbit
[merge] Unity 3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<gconfschemafile>
2
 
  <schemalist>
3
 
 
4
 
<!-- PANEL KEYS -->
5
 
 
6
 
    <schema>
7
 
      <key>/schemas/desktop/unity/panel/search_template</key>
8
 
      <applyto>/desktop/unity/panel/search_template</applyto>
9
 
      <owner>unity</owner>
10
 
      <type>string</type>
11
 
      <default>xdg-open http://www.google.com/cse?cx=partner-pub-9300639326172081%3Ad9bbzbtli15&amp;ie=UTF-8&amp;sa=Search&amp;q=%s</default>
12
 
      <locale name="C">
13
 
        <short>The search template used for panel search</short>
14
 
        <long>The search template used for panel search. '%s' is substituted with the search string.</long>
15
 
      </locale>
16
 
    </schema>
17
 
 
18
 
    <schema>
19
 
      <key>/schemas/desktop/unity/panel/search_hint</key>
20
 
      <applyto>/desktop/unity/panel/search_hint</applyto>
21
 
      <owner>unity</owner>
22
 
      <type>string</type>
23
 
      <default>Google</default>
24
 
      <locale name="C">
25
 
        <short>The search hint used for panel search</short>
26
 
        <long>The search hint used for panel search.</long>
27
 
      </locale>
28
 
    </schema>
29
 
 
30
 
<!-- LAUNCHER KEYS -->
31
 
 
32
 
    <schema>
33
 
      <key>/schemas/desktop/unity/launcher/webapp_use_chromium</key>
34
 
      <applyto>/desktop/unity/launcher/webapp_use_chromium</applyto>
35
 
      <owner>unity</owner>
36
 
      <type>bool</type>
37
 
      <default>1</default>
38
 
      <locale name="C">
39
 
        <short>Whether the launcher should create Chromium-based webapps</short>
40
 
        <long>Whether the launcher should create Chromium-based webapps. If this is False, Prism-based webapps will be created.</long>
41
 
      </locale>
42
 
    </schema>
43
 
 
44
 
    <schema>
45
 
      <key>/schemas/desktop/unity/launcher/super_key_enable</key>
46
 
      <applyto>/desktop/unity/launcher/super_key_enable</applyto>
47
 
      <owner>unity</owner>
48
 
      <type>bool</type>
49
 
      <default>1</default>
50
 
      <locale name="C">
51
 
        <short>Enable super key or not</short>
52
 
        <long>Enable/disable super key. If this is False, super key will not function.</long>
53
 
      </locale>
54
 
    </schema>
55
 
 
56
 
  </schemalist>
57
 
</gconfschemafile>