]> git.pld-linux.org Git - packages/gnome-vfs2.git/commitdiff
- handle cdda://
authorfreetz <freetz@pld-linux.org>
Wed, 19 Oct 2005 17:36:54 +0000 (17:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-vfs2-default_cdda_handler.patch -> 1.1

gnome-vfs2-default_cdda_handler.patch [new file with mode: 0644]

diff --git a/gnome-vfs2-default_cdda_handler.patch b/gnome-vfs2-default_cdda_handler.patch
new file mode 100644 (file)
index 0000000..723e328
--- /dev/null
@@ -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>
This page took 0.038799 seconds and 4 git commands to generate.