summaryrefslogtreecommitdiffstats
path: root/schemas/org.gnome.desktop.app-folders.gschema.xml.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 15:25:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 15:25:44 +0000
commit26e5532cd264d58100e9db9c28ee6f13c4b36ab8 (patch)
tree6165da9db89a878424c0da6b6f8824dece5735ec /schemas/org.gnome.desktop.app-folders.gschema.xml.in
parentInitial commit. (diff)
downloadgsettings-desktop-schemas-26e5532cd264d58100e9db9c28ee6f13c4b36ab8.tar.xz
gsettings-desktop-schemas-26e5532cd264d58100e9db9c28ee6f13c4b36ab8.zip
Adding upstream version 3.38.0.upstream/3.38.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'schemas/org.gnome.desktop.app-folders.gschema.xml.in')
-rw-r--r--schemas/org.gnome.desktop.app-folders.gschema.xml.in45
1 files changed, 45 insertions, 0 deletions
diff --git a/schemas/org.gnome.desktop.app-folders.gschema.xml.in b/schemas/org.gnome.desktop.app-folders.gschema.xml.in
new file mode 100644
index 0000000..54d9998
--- /dev/null
+++ b/schemas/org.gnome.desktop.app-folders.gschema.xml.in
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schemalist gettext-domain="gsettings-desktop-schemas">
+ <schema id="org.gnome.desktop.app-folders" path="/org/gnome/desktop/app-folders/">
+ <key name="folder-children" type="as">
+ <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 name="name" type="s">
+ <default>''</default>
+ <summary>Folder name</summary>
+ <description>The name of the application folder.</description>
+ </key>
+ <key name="translate" type="b">
+ <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 name="apps" type="as">
+ <default>[]</default>
+ <summary>Applications</summary>
+ <description>The list of IDs of applications that are explicitly
+ included in this folder.</description>
+ </key>
+ <key name="categories" type="as">
+ <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 name="excluded-apps" type="as">
+ <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>