Home | History | Annotate | Download | only in ext-sources
      1 <?xml version="1.0"?>
      2 
      3 <gconfschemafile>
      4   <schemalist>
      5     <schema>
      6       <key>/schemas/desktop/gnome/url-handlers/cdda/enabled</key>
      7       <applyto>/desktop/gnome/url-handlers/cdda/enabled</applyto>
      8       <owner>gnome</owner>
      9       <type>bool</type>
     10       <default>true</default>
     11       <locale name="C">
     12         <short>Whether the specified command should handle "cdda" URLs</short>
     13         <long>True if the command specified in the "command" key should handle "cdda" URLs.</long>
     14       </locale>
     15     </schema>
     16 
     17     <schema>
     18       <key>/schemas/desktop/gnome/url-handlers/cdda/command</key>
     19       <applyto>/desktop/gnome/url-handlers/cdda/command</applyto>
     20       <owner>gnome</owner>
     21       <type>string</type>
     22       <default>sound-juicer "%s"</default>
     23       <locale name="C">
     24         <short>The handler for "cdda" URLs</short>
     25         <long>The command used to handle "cdda" URLs, if enabled.</long>
     26       </locale>
     27     </schema>
     28 
     29     <schema>
     30       <key>/schemas/desktop/gnome/url-handlers/cdda/needs_terminal</key>
     31       <applyto>/desktop/gnome/url-handlers/cdda/needs_terminal</applyto>
     32       <owner>gnome</owner>
     33       <type>bool</type>
     34       <default>false</default>
     35       <locale name="C">
     36         <short>Run the command in a terminal</short>
     37         <long>True if the command used to handle this type of URL should be run in a terminal.</long>
     38       </locale>
     39     </schema>
     40 
     41   </schemalist>
     42 </gconfschemafile>
     43