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.search-providers.gschema.xml | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 Release/share/glib-2.0/schemas/org.gnome.desktop.search-providers.gschema.xml (limited to 'Release/share/glib-2.0/schemas/org.gnome.desktop.search-providers.gschema.xml') diff --git a/Release/share/glib-2.0/schemas/org.gnome.desktop.search-providers.gschema.xml b/Release/share/glib-2.0/schemas/org.gnome.desktop.search-providers.gschema.xml new file mode 100644 index 0000000..13cb448 --- /dev/null +++ b/Release/share/glib-2.0/schemas/org.gnome.desktop.search-providers.gschema.xml @@ -0,0 +1,52 @@ + + + + + + false + Disable all external search providers + + Set to true to disable all external search provider programs, + whether or not they are independently disabled or enabled. + External search providers are installed by applications in + $XDG_DATA_DIR/gnome-shell/search-providers. + + + + + [] + + List of desktop file IDs for which the associated default-enabled search provider + should be disabled + + + Results for applications contained in this list will not be displayed + when searching. + + + + + [] + + List of desktop file IDs for which the associated default-disabled search provider + should be enabled + + + Results for applications contained in this list will be displayed + when searching. + + + + + ['org.gnome.Contacts.desktop', 'org.gnome.Documents.desktop', 'org.gnome.Nautilus.desktop'] + List of desktop file IDs for search providers sort order + + Results for applications contained in this list will be displayed in + the specified order. + Results for applications not specified in this list will be displayed + last, sorted alphabetically. + + + + + -- cgit v1.2.1