~mvo/update-manager/not-automatic

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
<?xml version="1.0" ?>
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/update-manager/remind_reload</key>
      <applyto>/apps/update-manager/remind_reload</applyto>
      <owner>update-manager</owner>
      <type>bool</type>
      <default>True</default>
		
      <locale name="C">
        <short>Remind to reload the channel list</short>
        <long>
	  If automatic checking for updates is disabled, you have
	  to reload the channel list manually. This option allows
	  to hide the reminder shown in this case.
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/update-manager/show_details</key>
      <applyto>/apps/update-manager/show_details</applyto>
      <owner>update-manager</owner>
      <type>bool</type>
      <default>False</default>
		
      <locale name="C">
        <short>Show details of an update</short>
        <long>
	    Stores the state of the expander that contains the
	    list of changes and the description 
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/update-manager/window_size</key>
      <applyto>/apps/update-manager/window_size</applyto>
      <owner>update-manager</owner>
      <type>pair</type>
      <car_type>int</car_type>
      <cdr_type>int</cdr_type>
		
      <locale name="C">
        <short>The window size</short>
        <long>
	    Stores the size of the update-manager dialog
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/update-manager/check_dist_upgrades</key>
      <applyto>/apps/update-manager/check_dist_upgrades</applyto>
      <owner>update-manager</owner>
      <type>bool</type>
      <default>True</default>
		
      <locale name="C">
        <short>*deprecated* Check for new distribution releases</short>
        <long>
	   This key is deprecated in favor of the file /etc/update-manager/release-upgrades

	   Check automatically if a new version of the current 
           distribution is available and offer to upgrade (if
           possible).
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/update-manager/autoclose_install_window</key>
      <applyto>/apps/update-manager/autoclose_install_window</applyto>
      <owner>update-manager</owner>
      <type>bool</type>
      <default>True</default>
		
      <locale name="C">
        <short>Auto close the install window after successful install</short>
        <long>
	  If this key is set the install window will be automatically
          closed on successful installation.
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/update-manager/show_versions</key>
      <applyto>/apps/update-manager/show_versions</applyto>
      <owner>update-manager</owner>
      <type>bool</type>
      <default>False</default>
		
      <locale name="C">
        <short>Show version in update list</short>
        <long>
	  If this key is set the main update list window will
	  show version information (from version to version).
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/update-manager/first_run</key>
      <applyto>/apps/update-manager/first_run</applyto>
      <owner>update-manager</owner>
      <type>bool</type>
      <default>True</default>
		
      <locale name="C">
        <short>First run welcome message</short>
        <long>
	  If this key is set a first run welcome message will
	  be presented.
        </long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>