From 97b5922a75b6f0337c2d3ae4bc62dc18347f861e Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sat, 13 Jan 2018 22:56:35 +0100 Subject: Funktionierendes settings GUI --- .../org.gnome.desktop.app-folders.gschema.xml | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Release/share/glib-2.0/schemas/org.gnome.desktop.app-folders.gschema.xml (limited to 'Release/share/glib-2.0/schemas/org.gnome.desktop.app-folders.gschema.xml') diff --git a/Release/share/glib-2.0/schemas/org.gnome.desktop.app-folders.gschema.xml b/Release/share/glib-2.0/schemas/org.gnome.desktop.app-folders.gschema.xml new file mode 100644 index 0000000..9d2664e --- /dev/null +++ b/Release/share/glib-2.0/schemas/org.gnome.desktop.app-folders.gschema.xml @@ -0,0 +1,44 @@ + + + + [] + Folder children + List of relative settings paths at which app-folders are + stored. Each folder uses the org.gnome.desktop.app-folders.folder + schema. + + + + + '' + Folder name + The name of the application folder. + + + false + Translate the name + Whether the name key is a filename to be looked up in + /usr/share/desktop-directories. + + + [] + Applications + The list of IDs of applications that are explicitly + included in this folder. + + + [] + Categories + 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. + + + [] + Excluded applications + 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. + + + -- cgit v1.2.1