/usr/share/glib-2.0/schemas/org.gnome.gnome-flashback.gschema.xml is in gnome-flashback-common 3.18.2-1ubuntu1.
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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 | <schemalist gettext-domain="gnome-flashback">
<schema id="org.gnome.gnome-flashback" path="/org/gnome/gnome-flashback/">
<key name="automount-manager" type="b">
<default>true</default>
<summary>Automount manager</summary>
<description>If set to true, then GNOME Flashback application will be used to automount removable media.</description>
</key>
<key name="bluetooth-applet" type="b">
<default>true</default>
<summary>Bluetooth applet</summary>
<description>If set to true, then GNOME Flashback application will be used to show a Bluetooth applet.</description>
</key>
<key name="desktop-background" type="b">
<default>true</default>
<summary>Desktop background</summary>
<description>If set to true, then GNOME Flashback application will be used to draw the desktop background.</description>
</key>
<key name="display-config" type="b">
<default>true</default>
<summary>Display configuration</summary>
<description>If set to true, then GNOME Flashback application will be used to provide the display configuration.</description>
</key>
<key name="end-session-dialog" type="b">
<default>true</default>
<summary>End session dialog</summary>
<description>If set to true, then GNOME Flashback application will be used to show the end session dialog.</description>
</key>
<key name="idle-monitor" type="b">
<default>true</default>
<summary>Idle monitor</summary>
<description>If set to true, then GNOME Flashback application will be used for user activity monitoring.</description>
</key>
<key name="input-sources" type="b">
<default>true</default>
<summary>Keyboard layouts and input methods</summary>
<description>If set to true, then GNOME Flashback application will be used to manage keyboard layouts and input methods.</description>
</key>
<key name="polkit" type="b">
<default>true</default>
<summary>Authentication agent for polkit</summary>
<description>This is the same authentication agent that was provided by PolicyKit-gnome.</description>
</key>
<key name="power-applet" type="b">
<default>true</default>
<summary>Power applet</summary>
<description>If set to true, then GNOME Flashback application will be used to show a power applet.</description>
</key>
<key name="screencast" type="b">
<default>true</default>
<summary>Screencasts</summary>
<description>If set to true, then GNOME Flashback application will be used to record the screen.</description>
</key>
<key name="screenshot" type="b">
<default>true</default>
<summary>Screenshots</summary>
<description>If set to true, then GNOME Flashback application will be used to take screenshots.</description>
</key>
<key name="shell" type="b">
<default>true</default>
<summary>Shell</summary>
<description>If set to true, then GNOME Flashback application will be used as a shell.</description>
</key>
<key name="sound-applet" type="b">
<default>true</default>
<summary>Sound applet</summary>
<description>If set to true, then GNOME Flashback application will be used to show a sound applet. This is the same sound applet that used to be a part of GNOME Control Center.</description>
</key>
<key name="workarounds" type="b">
<default>true</default>
<summary>Workarounds</summary>
<description>If set to true, then GNOME Flashback application will use workarounds to fix bugs.</description>
</key>
<child name="desktop-background" schema="org.gnome.gnome-flashback.desktop-background"/>
<child name="input-sources" schema="org.gnome.gnome-flashback.input-sources"/>
<child name="workarounds" schema="org.gnome.gnome-flashback.workarounds"/>
</schema>
<schema id="org.gnome.gnome-flashback.desktop-background" path="/org/gnome/gnome-flashback/desktop-background/">
<key name="fade" type="b">
<default>true</default>
<summary>Fade the background on change</summary>
<description>If set to true, then fade effect will be used to change the desktop background.</description>
</key>
</schema>
<schema id="org.gnome.gnome-flashback.input-sources" path="/org/gnome/gnome-flashback/input-sources/">
<key name="status-icon-bg-color" type="s">
<default>'#FFFFFF'</default>
<summary>The background color for the status icon.</summary>
<description>This contains the background color for the status icon that is shown in the system tray.</description>
</key>
<key name="status-icon-fg-color" type="s">
<default>'#000000'</default>
<summary>The foreground color for the status icon.</summary>
<description>This contains the foreground color for the status icon that is shown in the system tray.</description>
</key>
</schema>
<schema id="org.gnome.gnome-flashback.workarounds" path="/org/gnome/gnome-flashback/workarounds/">
<key name="fix-app-menu" type="b">
<default>true</default>
<summary>Fix missing app menu button</summary>
<description>If set to true, then gnome-flashback will force Gtk/ShellShowsAppMenu to FALSE. Disable if you want to use gnome-settings-daemon overrides in xsettings plugin for 'Gtk/ShellShowsAppMenu' property.</description>
</key>
<key name="fix-button-layout" type="s">
<default>'menu:minimize,maximize,close'</default>
<summary>Fix wrong button layout</summary>
<description>If set to non-empty string, then gnome-flashback will force Gtk/DecorationLayout to value set by this setting. Set to empty string if you want to use gnome-settings-daemon overrides in xsettings plugin for 'Gtk/DecorationLayout' property.</description>
</key>
</schema>
</schemalist>
|