File: org.mate.seahorse.caja.gschema.xml

package info (click to toggle)
caja-seahorse 1.18.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,876 kB
  • sloc: ansic: 4,278; xml: 469; makefile: 134; sh: 15
file content (19 lines) | stat: -rw-r--r-- 775 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<schemalist>
	<schema id="org.mate.seahorse.caja" path="/org/mate/seahorse/caja/">
		<key name="package-extension" type="s">
			<default>'.zip'</default>
			<summary>File extension for packages</summary>
			<description>File extension for packages when handling multiple files.</description>
		</key> 
		<key name="separate-files" type="b">
			<default>false</default>
			<summary>Handle multiple files separately</summary>
			<description>When handling multiple files, don't package them but process separately.</description>
		</key>
		<key name="armor-mode" type="b">
			<default>false</default>
			<summary>Use armor mode when encrypting</summary>
			<description>Use PGP ASCII armor mode when encrypting or signing files.</description>
		</key>
	</schema>
</schemalist>