/usr/share/glib-2.0/schemas/org.gnome.desktop.app-folders.gschema.xml is in gsettings-desktop-schemas 3.14.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema path="/org/gnome/desktop/app-folders/" id="org.gnome.desktop.app-folders">
<key type="as" name="folder-children">
<default>[]</default>
<summary>Folder children</summary>
<description>List of relative settings paths at which app-folders are stored. Each folder uses the org.gnome.desktop.app-folders.folder schema.</description>
</key>
</schema>
<schema id="org.gnome.desktop.app-folders.folder">
<key type="s" name="name">
<default>''</default>
<summary>Folder name</summary>
<description>The name of the application folder.</description>
</key>
<key type="b" name="translate">
<default>false</default>
<summary>Translate the name</summary>
<description>Whether the name key is a filename to be looked up in /usr/share/desktop-directories.</description>
</key>
<key type="as" name="apps">
<default>[]</default>
<summary>Applications</summary>
<description>The list of IDs of applications that are explicitly included in this folder.</description>
</key>
<key type="as" name="categories">
<default>[]</default>
<summary>Categories</summary>
<description>A list of categories for which apps will be placed into this folder by default, in addition to the apps that are listed in the apps key.</description>
</key>
<key type="as" name="excluded-apps">
<default>[]</default>
<summary>Excluded applications</summary>
<description>A list of IDs of applications that are excluded from this folder. This can be used to remove applications that would otherwise be included by category.</description>
</key>
</schema>
</schemalist>
|