/usr/share/gconf/schemas/gnome-phone-manager.schemas is in gnome-phone-manager 0.69-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/gnome-phone-manager/connection_type</key>
<applyto>/apps/gnome-phone-manager/connection_type</applyto>
<owner>gnome-phone-manager</owner>
<type>int</type>
<default>0</default>
<gettext_domain>gnome-phone-manager</gettext_domain>
<locale name="C">
<short>The connection type used by gnome-phone-manager</short>
<long>
The connection type used by gnome-phone-manager:
Bluetooth is 0
Serial 1 is 1
Serial 2 is 2
IrDa is 3
Other connection types are 4
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-phone-manager/bluetooth_addr</key>
<applyto>/apps/gnome-phone-manager/bluetooth_addr</applyto>
<owner>gnome-phone-manager</owner>
<type>string</type>
<default></default>
<gettext_domain>gnome-phone-manager</gettext_domain>
<locale name="C">
<short>Bluetooth address of the device to connect to</short>
<long>
Bluetooth address of the device to connect to. Requires
connection_type to be 1 to be used.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-phone-manager/other_serial</key>
<applyto>/apps/gnome-phone-manager/other_serial</applyto>
<owner>gnome-phone-manager</owner>
<type>string</type>
<default></default>
<gettext_domain>gnome-phone-manager</gettext_domain>
<locale name="C">
<short>The device node for the serial device to connect to</short>
<long>
The device node for the serial device to connect to. Requires
connection_type to be 4 to be used.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-phone-manager/auto_retry</key>
<applyto>/apps/gnome-phone-manager/auto_retry</applyto>
<owner>gnome-phone-manager</owner>
<type>bool</type>
<default>true</default>
<gettext_domain>gnome-phone-manager</gettext_domain>
<locale name="C">
<short>Whether to retry connecting to the mobile phone</short>
<long>
Whether to retry connecting to the mobile phone if the connection
fails at some point.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-phone-manager/sync_clock</key>
<applyto>/apps/gnome-phone-manager/sync_clock</applyto>
<owner>gnome-phone-manager</owner>
<type>bool</type>
<default>true</default>
<gettext_domain>gnome-phone-manager</gettext_domain>
<locale name="C">
<short>Whether to synchronise the phone clock with the computer's</short>
<long>
Whether to synchronise the phone clock with the computer's.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-phone-manager/popup_messages</key>
<applyto>/apps/gnome-phone-manager/popup_messages</applyto>
<owner>gnome-phone-manager</owner>
<type>bool</type>
<default>false</default>
<gettext_domain>gnome-phone-manager</gettext_domain>
<locale name="C">
<short>Whether to popup new messages on the desktop</short>
<long>
Whether to popup new messages on the desktop as soon as they're
received, as opposed to showing them when clicking on the tray icon.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-phone-manager/sound_alert</key>
<applyto>/apps/gnome-phone-manager/sound_alert</applyto>
<owner>gnome-phone-manager</owner>
<type>bool</type>
<default>true</default>
<gettext_domain>gnome-phone-manager</gettext_domain>
<locale name="C">
<short>Whether to play a sound alert when a new message comes in</short>
<long>
Whether to play a sound alert when a new message comes in.
</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|