/usr/share/glib-2.0/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml is in gnome-applets-data 3.28.0-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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-applets-3.0">
<schema id="org.gnome.gnome-applets.window-picker-applet">
<key type="b" name="show-all-windows">
<default>true</default>
<summary>Show windows from all workspaces.</summary>
</key>
<key type="b" name="show-home-title">
<default>false</default>
<summary>Show the home title and logout button in the window title if no window is selected and active (maximized)</summary>
</key>
<key type="b" name="show-application-title">
<default>false</default>
<summary>Show the application title when an application is active and maximized</summary>
</key>
<key type="b" name="icons-greyscale">
<default>false</default>
<summary>All icons except the current active window icon are greyed out. Disable to have colored icons for all windows</summary>
</key>
<key type="b" name="expand-task-list">
<default>false</default>
<summary>Whether the task list will expand automatically and use all available space.</summary>
</key>
</schema>
</schemalist>
|