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

« back to all changes in this revision

Viewing changes to schemas/org.gnome.desktop.app-folders.gschema.xml.in.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-07-14 23:26:58 UTC
  • mfrom: (1.4.3) (12.1.10 experimental)
  • Revision ID: package-import@ubuntu.com-20140714232658-mrsvbgnl1wait4uf
Tags: 3.12.2-1
* Fix typo in package description (Closes: #746315)
  - thanks Anders Jonsson
* New upstream release.
* Bump Standards-Version to 3.9.5
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
 
2
  <schema id="org.gnome.desktop.app-folders" path="/org/gnome/desktop/app-folders/">
 
3
    <key name="folder-children" type="as">
 
4
      <default>[]</default>
 
5
      <_summary>Folder children</_summary>
 
6
      <_description>List of relative settings paths at which app-folders are
 
7
        stored. Each folder uses the org.gnome.desktop.app-folders.folder
 
8
        schema.</_description>
 
9
    </key>
 
10
  </schema>
 
11
  <schema id="org.gnome.desktop.app-folders.folder">
 
12
    <key name="name" type="s">
 
13
      <default>''</default>
 
14
      <_summary>Folder name</_summary>
 
15
      <_description>The name of the application folder.</_description>
 
16
    </key>
 
17
    <key name="translate" type="b">
 
18
      <default>false</default>
 
19
      <_summary>Translate the name</_summary>
 
20
      <_description>Whether the name key is a filename to be looked up in
 
21
      /usr/share/desktop-directories.</_description>
 
22
    </key>
 
23
    <key name="apps" type="as">
 
24
      <default>[]</default>
 
25
      <_summary>Applications</_summary>
 
26
      <_description>The list of IDs of applications that are explicitly
 
27
      included in this folder.</_description>
 
28
    </key>
 
29
    <key name="categories" type="as">
 
30
      <default>[]</default>
 
31
      <_summary>Categories</_summary>
 
32
      <_description>A list of categories for which apps will be placed
 
33
      into this folder by default, in addition to the apps that are
 
34
      listed in the apps key.</_description>
 
35
    </key>
 
36
    <key name="excluded-apps" type="as">
 
37
      <default>[]</default>
 
38
      <_summary>Excluded applications</_summary>
 
39
      <_description>A list of IDs of applications that are excluded
 
40
      from this folder. This can be used to remove applications that
 
41
      would otherwise be included by category.</_description>
 
42
    </key>
 
43
  </schema>
 
44
</schemalist>