tftsr-devops_investigation/squashfs-root/usr/share/glib-2.0/schemas/org.gnome.desktop.app-folders.gschema.xml
Shaun Arman ff217c622b
Some checks failed
Test / rust-clippy (push) Failing after 12m20s
Test / rust-tests (push) Has been cancelled
Test / rust-fmt-check (push) Successful in 1m50s
Test / frontend-typecheck (push) Has been cancelled
Test / frontend-tests (push) Has been cancelled
Test / wiki-sync (push) Has been cancelled
Test / rust-clippy (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
Test / frontend-typecheck (pull_request) Has been cancelled
Test / frontend-tests (pull_request) Has been cancelled
Test / wiki-sync (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
chore: add extracted squashfs-root bundle artifacts
Include the currently present squashfs-root application bundle files so the branch contains all local workspace changes.

Made-with: Cursor
2026-04-04 17:17:46 -05:00

46 lines
1.8 KiB
XML

<?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>