SOURCES: gnome-vfs2-default_cdda_handler.patch (NEW) - handle cdda://

freetz freetz at pld-linux.org
Wed Oct 19 19:36:59 CEST 2005


Author: freetz                       Date: Wed Oct 19 17:36:59 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- handle cdda://

---- Files affected:
SOURCES:
   gnome-vfs2-default_cdda_handler.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gnome-vfs2-default_cdda_handler.patch
diff -u /dev/null SOURCES/gnome-vfs2-default_cdda_handler.patch:1.1
--- /dev/null	Wed Oct 19 19:36:59 2005
+++ SOURCES/gnome-vfs2-default_cdda_handler.patch	Wed Oct 19 19:36:54 2005
@@ -0,0 +1,44 @@
+diff -Nur gnome-vfs2-2.12.0.orig/schemas/desktop_gnome_url_handlers.schemas.in gnome-vfs2-2.12.0/schemas/desktop_gnome_url_handlers.schemas.in
+--- gnome-vfs2-2.12.0.orig/schemas/desktop_gnome_url_handlers.schemas.in	2004-08-14 16:08:28.000000000 +0200
++++ gnome-vfs2-2.12.0/schemas/desktop_gnome_url_handlers.schemas.in	2005-09-29 15:16:04.000000000 +0200
+@@ -172,6 +172,40 @@
+     </schema>
+ 
+     <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>
++
++    <schema>
+       <key>/schemas/desktop/gnome/url-handlers/https/enabled</key>
+       <applyto>/desktop/gnome/url-handlers/https/enabled</applyto>
+       <owner>gnome</owner>
================================================================



More information about the pld-cvs-commit mailing list