/usr/share/gconf/schemas/evolution-webcal.schemas is in evolution-webcal 2.32.0-2ubuntu2.
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 | <gconfschemafile>
<schemalist>
<schema>
<key>/schemas/desktop/gnome/url-handlers/webcal/enabled</key>
<applyto>/desktop/gnome/url-handlers/webcal/enabled</applyto>
<owner>evolution-webcal</owner>
<type>bool</type>
<default>true</default>
<gettext_domain>evolution-webcal</gettext_domain>
<locale name="C">
<short>How to handle webcal URLs</short>
<long>Set to true to have a program specified in command handle webcal URLs</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/url-handlers/webcal/command</key>
<applyto>/desktop/gnome/url-handlers/webcal/command</applyto>
<owner>evolution-webcal</owner>
<type>string</type>
<default>/usr/lib/evolution-webcal/evolution-webcal %s</default>
<gettext_domain>evolution-webcal</gettext_domain>
<locale name="C">
<short>URL handler for webcal URIs</short>
<long>URL handler for webcal URIs</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/url-handlers/webcal/need-terminal</key>
<applyto>/desktop/gnome/url-handlers/webcal/need-terminal</applyto>
<owner>evolution-webcal</owner>
<type>bool</type>
<default>false</default>
<gettext_domain>evolution-webcal</gettext_domain>
<locale name="C">
<short>Run program in terminal</short>
<long>True if the program to handle this URL should be run in a terminal</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|