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 again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / data / gconf / revelation-applet.schemas

commit
60595491f191
parent
ac1d7b7ffc91
branch
default
tags
revelation-0.4.5

set release date

1
e5681e842641
<?xml version="1.0" ?>
2
e5681e842641
<gconfschemafile>
3
e5681e842641
	<schemalist>
4
e5681e842641
		<schema>
5
e5681e842641
			<key>/schemas/apps/revelation-applet/prefs/autolock</key>
6
e5681e842641
			<owner>revelation-applet</owner>
7
e5681e842641
			<type>bool</type>
8
e5681e842641
			<default>true</default>
9
e5681e842641
10
e5681e842641
			<locale name="C">
11
e5681e842641
				<short>Lock file when inactive</short>
12
e5681e842641
				<long>
13
e5681e842641
					When enabled, the file will automatically
14
e5681e842641
					be locked after a period of inactivity.
15
e5681e842641
				</long>
16
e5681e842641
			</locale>
17
e5681e842641
		</schema>
18
e5681e842641
19
e5681e842641
		<schema>
20
e5681e842641
			<key>/schemas/apps/revelation-applet/prefs/autolock_timeout</key>
21
e5681e842641
			<owner>revelation-applet</owner>
22
e5681e842641
			<type>int</type>
23
f48ca1b4146d
			<default>10</default>
24
e5681e842641
25
e5681e842641
			<locale name="C">
26
e5681e842641
				<short>Timeout before locking file</short>
27
e5681e842641
				<long>
28
e5681e842641
					The number of minutes of inactivity
29
e5681e842641
					before autolocking the file.
30
e5681e842641
				</long>
31
e5681e842641
			</locale>
32
e5681e842641
		</schema>
33
e5681e842641
34
e5681e842641
		<schema>
35
e5681e842641
			<key>/schemas/apps/revelation-applet/prefs/chain_username</key>
36
e5681e842641
			<owner>revelation-applet</owner>
37
e5681e842641
			<type>bool</type>
38
e5681e842641
			<default>false</default>
39
e5681e842641
40
e5681e842641
			<locale name="C">
41
e5681e842641
				<short>When copying password, also copy username (chained)</short>
42
e5681e842641
				<long>
43
e5681e842641
					If set, both the username and the password will be
44
e5681e842641
					copied to the clipboard when pressing
45
e5681e842641
					"Copy Password" one after the other (when username
46
e5681e842641
					is pasted, the password is automatically copied).
47
e5681e842641
				</long>
48
e5681e842641
			</locale>
49
e5681e842641
		</schema>
50
e5681e842641
51
e5681e842641
		<schema>
52
e5681e842641
			<key>/schemas/apps/revelation-applet/show_passwords</key>
53
e5681e842641
			<owner>revelation-applet</owner>
54
e5681e842641
			<type>bool</type>
55
e5681e842641
			<default>true</default>
56
e5681e842641
57
e5681e842641
			<locale name="C">
58
e5681e842641
				<short>Show passwords</short>
59
e5681e842641
				<long>
60
e5681e842641
					When set, passwords will be displayed
61
e5681e842641
					in plain text. Turning this option off
62
e5681e842641
					will obscure passwords with ******.
63
e5681e842641
				</long>
64
e5681e842641
			</locale>
65
e5681e842641
		</schema>
66
e5681e842641
67
e5681e842641
		<schema>
68
e5681e842641
			<key>/schemas/apps/revelation-applet/prefs/file</key>
69
e5681e842641
			<owner>revelation-applet</owner>
70
e5681e842641
			<type>string</type>
71
e5681e842641
			<default></default>
72
e5681e842641
73
e5681e842641
			<locale name="C">
74
e5681e842641
				<short>File to use</short>
75
e5681e842641
				<long>
76
e5681e842641
					The path to the password database file which
77
e5681e842641
					is used by the applet.
78
e5681e842641
				</long>
79
e5681e842641
			</locale>
80
e5681e842641
		</schema>
81
e5681e842641
82
e5681e842641
		<schema>
83
e5681e842641
			<key>/schemas/apps/revelation-applet/prefs/menuaction</key>
84
e5681e842641
			<owner>revelation-applet</owner>
85
e5681e842641
			<type>string</type>
86
e5681e842641
			<default>show</default>
87
e5681e842641
88
e5681e842641
			<locale name="C">
89
e5681e842641
				<short>Popup-menu account action</short>
90
e5681e842641
				<long>
91
e5681e842641
					Action to take when activating an account in the
92
e5681e842641
					popup-menu. Valid values are "show", "goto", and
93
e5681e842641
					"copy".
94
e5681e842641
				</long>
95
e5681e842641
			</locale>
96
e5681e842641
		</schema>
97
e5681e842641
98
e5681e842641
	</schemalist>
99
e5681e842641
</gconfschemafile>