0001-Add-default-media-application-schema.patch 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. From bf78414abb7014966c4fefd49f6c25502bbc4f9d Mon Sep 17 00:00:00 2001
  2. From: Bastien Nocera <hadess@hadess.net>
  3. Date: Wed, 4 Nov 2009 14:24:42 +0000
  4. Subject: [PATCH] Add default media application schema
  5. So that there is a default media player selected in the
  6. "Default Applications" capplet.
  7. https://bugzilla.gnome.org/show_bug.cgi?id=435653
  8. ---
  9. schemas/desktop_default_applications.schemas.in | 22 ++++++++++++++++++++++
  10. 1 files changed, 22 insertions(+), 0 deletions(-)
  11. diff --git a/schemas/desktop_default_applications.schemas.in b/schemas/desktop_default_applications.schemas.in
  12. index 515aee0..aa47ba5 100644
  13. --- a/schemas/desktop_default_applications.schemas.in
  14. +++ b/schemas/desktop_default_applications.schemas.in
  15. @@ -24,6 +24,28 @@
  16. </locale>
  17. </schema>
  18. <schema>
  19. + <key>/schemas/desktop/gnome/applications/media/exec</key>
  20. + <applyto>/desktop/gnome/applications/media/exec</applyto>
  21. + <owner>gnome-vfs</owner>
  22. + <type>string</type>
  23. + <default>totem</default>
  24. + <locale name="C">
  25. + <short>Default media application</short>
  26. + <long>The default media application to use when media buttons are pressed.</long>
  27. + </locale>
  28. + </schema>
  29. + <schema>
  30. + <key>/schemas/desktop/gnome/applications/media/exec_arg</key>
  31. + <applyto>/desktop/gnome/applications/media/exec_arg</applyto>
  32. + <owner>gnome-vfs</owner>
  33. + <type>string</type>
  34. + <default></default>
  35. + <locale name="C">
  36. + <short>Exec argument for default media application</short>
  37. + <long>The exec argument to use for the default media application.</long>
  38. + </locale>
  39. + </schema>
  40. + <schema>
  41. <key>/schemas/desktop/gnome/applications/component_viewer/exec</key>
  42. <applyto>/desktop/gnome/applications/component_viewer/exec</applyto>
  43. <owner>gnome-vfs</owner>
  44. --
  45. 1.6.5.1