blob: c9f59fd234d2649b9c18b7eeb8b306de7636957e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/gnome_settings_daemon/xrandr/show_notification_icon</key>
<applyto>/apps/gnome_settings_daemon/xrandr/show_notification_icon</applyto>
<owner>gnome</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Show Displays in Notification Area</short>
<long>If a notification icon with display related things should be
shown in the panel.
</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|