File: file-browser-applet.schemas

package info (click to toggle)
file-browser-applet 0.5.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 268 kB
  • ctags: 224
  • sloc: ansic: 2,200; makefile: 39
file content (84 lines) | stat: -rw-r--r-- 2,744 bytes parent folder | download
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
<gconfschemafile>
    <schemalist>    

      <schema>
        <key>/schemas/apps/file-browser-applet/prefs/show_icon</key>
        <owner>file-browser-applet</owner>
        <type>bool</type>
        <default>TRUE</default>
        <locale name="C">
          <short>Show the icon in the menu bar</short>
          <long>Show the icon in the menu bar</long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/file-browser-applet/prefs/icon</key>
        <owner>file-browser-applet</owner>
        <type>string</type>
        <default>user-home</default>
        <locale name="C">
          <short>Path to the icon to show in the menu bar</short>
          <long>Path to the icon to show in the menu bar</long>
        </locale>
      </schema>

	  <schema>
        <key>/schemas/apps/file-browser-applet/prefs/terminal</key>
        <owner>file-browser-applet</owner>
        <type>string</type>
        <default>gnome-terminal</default>
        <locale name="C">
          <short>The terminal to use when middle-clicking on a directory</short>
          <long>The terminal to use when middle-clicking on a directory</long>
        </locale>
      </schema>

	  <schema>
        <key>/schemas/apps/file-browser-applet/prefs/editor</key>
        <owner>file-browser-applet</owner>
        <type>string</type>
        <default>gedit</default>
        <locale name="C">
          <short>The editor to use when middle-clicking on a file</short>
          <long>The editor to use when middle-clicking on a file</long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/file-browser-applet/prefs/show_hidden</key>
        <owner>file-browser-applet</owner>
        <type>bool</type>
        <default>FALSE</default>
        <locale name="C">
          <short>Show hidden files</short>
          <long>Show hidden files</long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/file-browser-applet/prefs/labels</key>
        <owner>file-browser-applet</owner>
        <type>list</type>
	<list_type>string</list_type>
        <default>[Home]</default>
        <locale name="C">
          <short>The labels to use for the directories</short>
          <long>The labels to use for the directories</long>
        </locale>
      </schema>
      
	  <schema>
        <key>/schemas/apps/file-browser-applet/prefs/dirs</key>
        <owner>file-browser-applet</owner>
        <type>list</type>
	<list_type>string</list_type>
        <default>[]</default>
        <locale name="C">
          <short>The directories to show in the menu bar</short>
          <long>The directories to show in the menu bar</long>
        </locale>
      </schema>

  </schemalist>
</gconfschemafile>