File: crashhandler.xml.in

package info (click to toggle)
compiz-plugins-extra 2%3A0.8.18-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,032 kB
  • sloc: ansic: 49,890; sh: 4,744; makefile: 866
file content (35 lines) | stat: -rw-r--r-- 1,086 bytes parent folder | download | duplicates (7)
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
<?xml version="1.0"?>
<compiz>
	<plugin name="crashhandler" useBcop="true">
		<_short>Crash handler</_short>
		<_long>Compiz crash handler plugin</_long>
		<category>Utility</category>
		<display>
			<group>
				<_short>Main</_short>
				<option name="enabled" type="bool">
					<_short>Enable Crash Handler</_short>
					<_long>Activate Crash Handler.</_long>
					<default>true</default>
				</option>
				<option name="directory" type="string">
					<_short>Crash Dump Directory</_short>
					<_long>Directory to dump the crash logs to.</_long>
					<hints>directory;</hints>
					<default>/tmp</default>
				</option>
				<option name="start_wm" type="bool">
					<_short>Start Other Window Manager</_short>
					<_long>Start other window manager on Crash.</_long>
					<default>false</default>
				</option>
				<option name="wm_cmd" type="string">
					<_short>Window Manager Command Line</_short>
					<_long>Window manager command line. DO NOT ENTER COMPIZ HERE!!!</_long>
					<hints>command;</hints>
					<default/>
				</option>
			</group>
		</display>
	</plugin>
</compiz>