Erik Grinaker is sharing code with you
Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this againRevelation / data / gconf / revelation-applet.schemas
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 | <?xml version="1.0" ?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/revelation-applet/prefs/autolock</key>
<owner>revelation-applet</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Lock file when inactive</short>
<long>
When enabled, the file will automatically
be locked after a period of inactivity.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation-applet/prefs/autolock_timeout</key>
<owner>revelation-applet</owner>
<type>int</type>
<default>10</default>
<locale name="C">
<short>Timeout before locking file</short>
<long>
The number of minutes of inactivity
before autolocking the file.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation-applet/prefs/chain_username</key>
<owner>revelation-applet</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>When copying password, also copy username (chained)</short>
<long>
If set, both the username and the password will be
copied to the clipboard when pressing
"Copy Password" one after the other (when username
is pasted, the password is automatically copied).
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation-applet/prefs/file</key>
<owner>revelation-applet</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>File to use</short>
<long>
The path to the password database file which
is used by the applet.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation-applet/prefs/menuaction</key>
<owner>revelation-applet</owner>
<type>string</type>
<default>show</default>
<locale name="C">
<short>Popup-menu account action</short>
<long>
Action to take when activating an account in the
popup-menu. Valid values are "show", "goto", and
"copy".
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation-applet/prefs/show_passwords</key>
<owner>revelation-applet</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Show passwords</short>
<long>
When set, passwords will be displayed
in plain text. Turning this option off
will obscure passwords with ******.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/revelation-applet/prefs/show_searchentry</key>
<owner>revelation-applet</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Show search entry</short>
<long>
Whether to display the search entry or not.
</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|