~ubuntu-branches/debian/sid/gsettings-desktop-schemas/sid

« back to all changes in this revision

Viewing changes to schemas/org.gnome.desktop.search-providers.gschema.xml.in

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort, Sjoerd Simons, Emilio Pozuelo Monfort
  • Date: 2015-05-22 20:16:55 UTC
  • mfrom: (1.5.5)
  • Revision ID: package-import@ubuntu.com-20150522201655-4ctpiadmyh5t6699
Tags: 3.16.1-1
[ Sjoerd Simons ]
* New upstream release

[ Emilio Pozuelo Monfort ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<schemalist>
 
3
  <schema id="org.gnome.desktop.search-providers" path="/org/gnome/desktop/search-providers/">
 
4
 
 
5
    <key name="disable-external" type="b">
 
6
      <default>false</default>
 
7
      <summary>Disable all external search providers</summary>
 
8
      <description>
 
9
        Set to true to disable all external search provider programs,
 
10
        whether or not they are independently disabled or enabled.
 
11
        External search providers are installed by applications in
 
12
        $XDG_DATA_DIR/gnome-shell/search-providers.
 
13
      </description>
 
14
    </key>
 
15
 
 
16
    <key name="disabled" type="as">
 
17
      <default>[]</default>
 
18
      <summary>
 
19
        List of desktop file IDs for which the associated default-enabled search provider
 
20
        should be disabled
 
21
      </summary>
 
22
      <description>
 
23
        Results for applications contained in this list will not be displayed
 
24
        when searching.
 
25
      </description>
 
26
    </key>
 
27
 
 
28
    <key name="enabled" type="as">
 
29
      <default>[]</default>
 
30
      <summary>
 
31
        List of desktop file IDs for which the associated default-disabled search provider
 
32
        should be enabled
 
33
      </summary>
 
34
      <description>
 
35
        Results for applications contained in this list will be displayed
 
36
        when searching.
 
37
      </description>
 
38
    </key>
 
39
 
 
40
    <key name="sort-order" type="as">
 
41
      <default>['gnome-contacts.desktop', 'gnome-documents.desktop', 'nautilus.desktop']</default>
 
42
      <summary>List of desktop file IDs for search providers sort order</summary>
 
43
      <description>
 
44
        Results for applications contained in this list will be displayed in
 
45
        the specified order.
 
46
        Results for applications not specified in this list will be displayed
 
47
        last, sorted alphabetically.
 
48
      </description>
 
49
    </key>
 
50
 
 
51
  </schema>
 
52
</schemalist>