/usr/share/glib-2.0/schemas/net.launchpad.pasaffe.gschema.xml is in pasaffe 0.38-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 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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="net.launchpad.pasaffe" path="/net/launchpad/pasaffe/">
<key name="database-path" type="s">
<default>""</default>
<summary>Pasaffe database location</summary>
<description>Full path to the location where Pasaffe stores the password database.</description>
</key>
<key name="tree-expansion" type="s">
<default>"collapsed"</default>
<summary>Pasaffe folder expansion preference</summary>
<description>How Pasaffe expands the folder tree when starting.</description>
</key>
<key name="idle-timeout" type="i">
<default>5</default>
<summary>Timeout before Pasaffe is locked</summary>
<description>Number of minutes of inactivity before Pasaffe locks itself.</description>
</key>
<key name="lock-on-idle" type="b">
<default>true</default>
<summary>Lock window after inactivity</summary>
<description>When this is true, the Pasaffe window will automatically lock after inactivity.</description>
</key>
<key name="only-passwords-are-secret" type="b">
<default>true</default>
<summary>Only passwords are considered to be secret</summary>
<description>When this is true, only the password field is hidden when secrets aren't visible.</description>
</key>
<key name="visible-secrets" type="b">
<default>false</default>
<summary>Secrets should be visible by default</summary>
<description>When this is true, secrets are visible in the details pane without user intervention.</description>
</key>
<key name="auto-save" type="b">
<default>false</default>
<summary>Automatically save changes</summary>
<description>When this is true, Pasaffe will automatically save the database.</description>
</key>
<key name="password-length" type="i">
<default>12</default>
<summary>Length of generated passwords</summary>
<description>Number of characters to generate for random passwords.</description>
</key>
<key name="clipboard-timeout" type="i">
<default>20</default>
<summary>Timeout before clipboard is cleared</summary>
<description>Number of seconds before Pasaffe clears the clipboard after using it.</description>
</key>
</schema>
<schema id="net.launchpad.pasaffe.state" path="/net/launchpad/pasaffe/state/">
<key name="main-size-height" type="i">
<default>600</default>
<summary>Height of main window</summary>
<description>Sets the current vertical size of the main window.</description>
</key>
<key name="main-size-width" type="i">
<default>600</default>
<summary>Width of main window</summary>
<description>Sets the current horizontal size of the main window.</description>
</key>
<key name="main-split" type="i">
<default>300</default>
<summary>Width of main window split</summary>
<description>Sets the current horizontal split of the main window.</description>
</key>
<key name="entry-size-height" type="i">
<default>350</default>
<summary>Height of entry window</summary>
<description>Sets the current vertical size of the entry window.</description>
</key>
<key name="entry-size-width" type="i">
<default>475</default>
<summary>Width of entry window</summary>
<description>Sets the current horizontal size of the entry window.</description>
</key>
<key name="folder-size-height" type="i">
<default>150</default>
<summary>Height of folder window</summary>
<description>Sets the current vertical size of the folder window.</description>
</key>
<key name="folder-size-width" type="i">
<default>350</default>
<summary>Width of folder window</summary>
<description>Sets the current horizontal size of the folder window.</description>
</key>
</schema>
</schemalist>
|