/usr/share/glib-2.0/schemas/nautilus-pastebin.gschema.xml is in nautilus-pastebin 0.7.1-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 26 27 28 29 30 31 32 33 34 35 | <schemalist>
<schema id="apps.nautilus-pastebin" path="/apps/nautilus-pastebin/" >
<key type="b" name="shownotification">
<default>false</default>
<summary>Show a bubble</summary>
<description>Show a notification to inform the user about whether the operation has been completed successfully or not.</description>
</key>
<key type="b" name="openbrowser">
<default>false</default>
<summary>Open a browser window</summary>
<description>Open a browser and point it to the pasted document's URL.</description>
</key>
<key type="s" name="pastebin">
<default>"paste.debian.net"</default>
<summary>Selected pastebin service</summary>
<description>The pastebin which the file will be sent to.</description>
</key>
<key type="s" name="author">
<default>''</default>
<summary>Author (if not set, the login name will be used)</summary>
<description>The name to use as author of the document.</description>
</key>
<key type="s" name="username">
<default>''</default>
<summary>Username</summary>
<description>Most services don't need this.</description>
</key>
<key type="s" name="password">
<default>''</default>
<summary>Password (if needed)</summary>
<description>Most services don't need this.</description>
</key>
</schema>
</schemalist>
|