File: magicdev.schemas

package info (click to toggle)
magicdev 1.1.6-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 948 kB
  • ctags: 156
  • sloc: ansic: 1,379; sh: 335; makefile: 35
file content (121 lines) | stat: -rw-r--r-- 3,649 bytes parent folder | download | duplicates (2)
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
113
114
115
116
117
118
119
120
121
<gconfschemafile>
    <schemalist>    

      <schema>
        <key>/schemas/apps/magicdev/do_automount</key>
        <applyto>/apps/magicdev/do_automount</applyto>
        <owner>magicdev</owner>
        <type>bool</type>
        <default>true</default>
        <locale name="C">
          <short>Automount CD-ROMS</short>
          <long>Whether magicdev should automatically mount
                CD's when they are inserted.</long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/magicdev/do_autorun</key>
        <applyto>/apps/magicdev/do_autorun</applyto>
        <owner>magicdev</owner>
        <type>bool</type>
        <default>true</default>
        <locale name="C">
          <short>Execute autorun</short>
          <long>Whether, when magicdev finds one of the 
                programs in autorun_path on a CD-ROM,
                it give the user the choice of running it</long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/magicdev/do_cd_play</key>
	<applyto>/apps/magicdev/do_cd_play</applyto>
	<owner>magicdev</owner>
	<type>bool</type>
	<default>true</default>
	<locale name="C">
	  <short>Play inserted audio CD's</short>
	  <long>Whether, when an audio CD is inserted,
                magicdev should run 'cd_play_command'</long>
	</locale>
      </schema>

      <schema>
        <key>/schemas/apps/magicdev/cd_play_command</key>
	<applyto>/apps/magicdev/cd_play_command</applyto>
	<owner>magicdev</owner>
	<type>string</type>
	<default>gnome-cd --unique --play --device %d</default>
	<locale name="C">
	  <short>CD Play Command</short>
	  <long>Command to run when an audio CD is inserted.</long>
	</locale>
      </schema>

      <schema>
        <key>/schemas/apps/magicdev/autorun_path</key>
	<applyto>/apps/magicdev/autorun_path</applyto>
	<owner>magicdev</owner>
	<type>string</type>
	<default>.autorun:autorun:autorun.sh</default>
	<locale name="C">
	  <short>Autorun path</short>
	  <long>':' separated list of places on a CD to check
                for autorun scripts.</long>
	</locale>
      </schema>
      
      <schema>
        <key>/schemas/apps/magicdev/do_cd_burn</key>
	<applyto>/apps/magicdev/do_cd_burn</applyto>
	<owner>magicdev</owner>
	<type>bool</type>
	<default>true</default>
	<locale name="C">
	  <short>Run CD burn command</short>
	  <long>Whether, when an CD-r or CD-rw is inserted,
                magicdev should run 'cd_burn_command'</long>
	</locale>
      </schema>

      <schema>
        <key>/schemas/apps/magicdev/cd_burn_command</key>
	<applyto>/apps/magicdev/cd_burn_command</applyto>
	<owner>magicdev</owner>
	<type>string</type>
	<default>nautilus --no-desktop burn:</default>
	<locale name="C">
	  <short>CD Burn Command</short>
	  <long>Command to run when an empty CD-r or CD-rw
                is inserted.</long>
	</locale>
      </schema>
      
      <schema>
        <key>/schemas/apps/magicdev/do_dvd_play</key>
	<applyto>/apps/magicdev/do_dvd_play</applyto>
	<owner>magicdev</owner>
	<type>bool</type>
	<default>false</default>
	<locale name="C">
	  <short>Play inserted video DVD's</short>
	  <long>Whether, when a video DVD is inserted,
                magicdev should run 'dvd_play_command'</long>
	</locale>
      </schema>

      <schema>
        <key>/schemas/apps/magicdev/dvd_play_command</key>
	<applyto>/apps/magicdev/dvd_play_command</applyto>
	<owner>magicdev</owner>
	<type>string</type>
	<default>vlc dvd:%d</default>
	<locale name="C">
	  <short>DVD Play Command</short>
	  <long>Command to run when a video DVD is inserted.</long>
	</locale>
      </schema>

  </schemalist>
</gconfschemafile>