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