ext-sources/solaris-cdda.schemas
author daniell
Wed, 13 Oct 2010 16:43:58 +0000
branchopensolaris-2009-06
changeset 20159 f18a6979f732
parent 8624 3a881f7f5bad
permissions -rw-r--r--
6965295 [CVE-2010-1205/CVE-2010-2249] Multiple security issues in libpng 1.2 versions before 1.2.44

<?xml version="1.0"?>

<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/desktop/gnome/url-handlers/cdda/enabled</key>
      <applyto>/desktop/gnome/url-handlers/cdda/enabled</applyto>
      <owner>gnome</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Whether the specified command should handle "cdda" URLs</short>
        <long>True if the command specified in the "command" key should handle "cdda" URLs.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/gnome/url-handlers/cdda/command</key>
      <applyto>/desktop/gnome/url-handlers/cdda/command</applyto>
      <owner>gnome</owner>
      <type>string</type>
      <default>sound-juicer "%s"</default>
      <locale name="C">
        <short>The handler for "cdda" URLs</short>
        <long>The command used to handle "cdda" URLs, if enabled.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/gnome/url-handlers/cdda/needs_terminal</key>
      <applyto>/desktop/gnome/url-handlers/cdda/needs_terminal</applyto>
      <owner>gnome</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Run the command in a terminal</short>
        <long>True if the command used to handle this type of URL should be run in a terminal.</long>
      </locale>
    </schema>

  </schemalist>
</gconfschemafile>