/usr/share/glib-2.0/schemas/org.gnome.gnome-screenshot.gschema.xml is in gnome-screenshot 3.4.1-0ubuntu1.
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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-utils-2.0">
<schema path="/org/gnome/gnome-screenshot/" id="org.gnome.gnome-screenshot">
<key type="b" name="take-window-shot">
<default>false</default>
<summary>Window-specific screenshot (deprecated)</summary>
<description>Grab just the current window, rather than the whole desktop. This key has been deprecated and it is no longer in use.</description>
</key>
<key type="i" name="delay">
<default>0</default>
<summary>Screenshot delay</summary>
<description>The number of seconds to wait before taking the screenshot.</description>
</key>
<key type="s" name="auto-save-directory">
<default>''</default>
<summary>Screenshot directory</summary>
<description>The directory where the screenshots will be saved by default.</description>
</key>
<key type="s" name="last-save-directory">
<default>''</default>
<summary>Last save directory</summary>
<description>The last directory a screenshot was saved in interactive mode.</description>
</key>
<key type="b" name="include-border">
<default>true</default>
<summary>Include Border</summary>
<description>Include the window manager border along with the screenshot</description>
</key>
<key type="b" name="include-pointer">
<default>true</default>
<summary>Include Pointer</summary>
<description>Include the pointer in the screenshot</description>
</key>
<key type="b" name="include-icc-profile">
<default>true</default>
<summary>Include ICC Profile</summary>
<description>Include the ICC profile of the target in the screenshot file</description>
</key>
<key type="s" name="border-effect">
<default>'none'</default>
<summary>Border Effect</summary>
<description>Effect to add to the outside of a border. Possible values are "shadow", "none", and "border".</description>
</key>
</schema>
</schemalist>
|