]> git.pld-linux.org Git - packages/gnome-vfs2.git/blob - gnome-vfs2-default_cdda_handler.patch
- fix building with samba 4
[packages/gnome-vfs2.git] / gnome-vfs2-default_cdda_handler.patch
1 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
2 --- gnome-vfs2-2.12.0.orig/schemas/desktop_gnome_url_handlers.schemas.in        2004-08-14 16:08:28.000000000 +0200
3 +++ gnome-vfs2-2.12.0/schemas/desktop_gnome_url_handlers.schemas.in     2005-09-29 15:16:04.000000000 +0200
4 @@ -172,6 +172,40 @@
5      </schema>
6  
7      <schema>
8 +      <key>/schemas/desktop/gnome/url-handlers/cdda/enabled</key>
9 +      <applyto>/desktop/gnome/url-handlers/cdda/enabled</applyto>
10 +      <owner>gnome</owner>
11 +      <type>bool</type>
12 +      <default>true</default>
13 +      <locale name="C">
14 +        <short>Whether the specified command should handle "cdda" URLs</short>
15 +        <long>True if the command specified in the "command" key should handle "cdda" URLs.</long>
16 +      </locale>
17 +    </schema>
18 +    <schema>
19 +      <key>/schemas/desktop/gnome/url-handlers/cdda/command</key>
20 +      <applyto>/desktop/gnome/url-handlers/cdda/command</applyto>
21 +      <owner>gnome</owner>
22 +      <type>string</type>
23 +      <default>sound-juicer %s</default>
24 +      <locale name="C">
25 +        <short>The handler for "cdda" URLs</short>
26 +        <long>The command used to handle "cdda" URLs, if enabled.</long>
27 +      </locale>
28 +    </schema>
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 +    <schema>
42        <key>/schemas/desktop/gnome/url-handlers/https/enabled</key>
43        <applyto>/desktop/gnome/url-handlers/https/enabled</applyto>
44        <owner>gnome</owner>
This page took 0.076194 seconds and 3 git commands to generate.