-
Notifications
You must be signed in to change notification settings - Fork 0
/
nm-applet.schemas.in
63 lines (60 loc) · 1.89 KB
/
nm-applet.schemas.in
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
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/nm-applet/disable-connected-notifications</key>
<applyto>/apps/nm-applet/disable-connected-notifications</applyto>
<owner>nm-applet</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Disable connected notifications</short>
<long>
Set this to TRUE to disable notifications when connecting to
a network.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/nm-applet/disable-disconnected-notifications</key>
<applyto>/apps/nm-applet/disable-disconnected-notifications</applyto>
<owner>nm-applet</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Disable disconnected notifications</short>
<long>
Set this to TRUE to disable notifications when disconnecting
from a network.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/nm-applet/suppress-wireless-networks-available</key>
<applyto>/apps/nm-applet/suppress-wireless-networks-available</applyto>
<owner>nm-applet</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Suppress networks available notifications</short>
<long>
Set this to TRUE to disable notifications when wireless
networks are available.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/nm-applet/stamp</key>
<applyto>/apps/nm-applet/stamp</applyto>
<owner>nm-applet</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>Stamp</short>
<long>
Used to determine whether settings should be migrated to a
new version.
</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>