Blame SOURCES/0001-Add-default-media-application-schema.patch

fc2bfa
From bf78414abb7014966c4fefd49f6c25502bbc4f9d Mon Sep 17 00:00:00 2001
fc2bfa
From: Bastien Nocera <hadess@hadess.net>
fc2bfa
Date: Wed, 4 Nov 2009 14:24:42 +0000
fc2bfa
Subject: [PATCH] Add default media application schema
fc2bfa
fc2bfa
So that there is a default media player selected in the
fc2bfa
"Default Applications" capplet.
fc2bfa
fc2bfa
https://bugzilla.gnome.org/show_bug.cgi?id=435653
fc2bfa
---
fc2bfa
 schemas/desktop_default_applications.schemas.in |   22 ++++++++++++++++++++++
fc2bfa
 1 files changed, 22 insertions(+), 0 deletions(-)
fc2bfa
fc2bfa
diff --git a/schemas/desktop_default_applications.schemas.in b/schemas/desktop_default_applications.schemas.in
fc2bfa
index 515aee0..aa47ba5 100644
fc2bfa
--- a/schemas/desktop_default_applications.schemas.in
fc2bfa
+++ b/schemas/desktop_default_applications.schemas.in
fc2bfa
@@ -24,6 +24,28 @@
fc2bfa
       </locale>
fc2bfa
     </schema>
fc2bfa
     <schema>
fc2bfa
+      <key>/schemas/desktop/gnome/applications/media/exec</key>
fc2bfa
+      <applyto>/desktop/gnome/applications/media/exec</applyto>
fc2bfa
+      <owner>gnome-vfs</owner>
fc2bfa
+      <type>string</type>
fc2bfa
+      <default>totem</default>
fc2bfa
+      <locale name="C">
fc2bfa
+        <short>Default media application</short>
fc2bfa
+        <long>The default media application to use when media buttons are pressed.</long>
fc2bfa
+      </locale>
fc2bfa
+    </schema>
fc2bfa
+    <schema>
fc2bfa
+      <key>/schemas/desktop/gnome/applications/media/exec_arg</key>
fc2bfa
+      <applyto>/desktop/gnome/applications/media/exec_arg</applyto>
fc2bfa
+      <owner>gnome-vfs</owner>
fc2bfa
+      <type>string</type>
fc2bfa
+      <default></default>
fc2bfa
+      <locale name="C">
fc2bfa
+        <short>Exec argument for default media application</short>
fc2bfa
+        <long>The exec argument to use for the default media application.</long>
fc2bfa
+      </locale>
fc2bfa
+    </schema>
fc2bfa
+    <schema>
fc2bfa
       <key>/schemas/desktop/gnome/applications/component_viewer/exec</key>
fc2bfa
       <applyto>/desktop/gnome/applications/component_viewer/exec</applyto>
fc2bfa
       <owner>gnome-vfs</owner>
fc2bfa
-- 
fc2bfa
1.6.5.1
fc2bfa