From e0fcc1bff91107fcbd0f576e2036faed05818452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Gentil?= Date: Mon, 26 Oct 2009 10:06:56 +0100 Subject: gnome-mplayer: tweak defaults * disable fullscreen animation, the intel and omapfb driver don't like it * reduce cache size so youtube movies don't take eons to start * enable single instance --- recipes/gnome-mplayer/files/default.patch | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 recipes/gnome-mplayer/files/default.patch (limited to 'recipes/gnome-mplayer/files') diff --git a/recipes/gnome-mplayer/files/default.patch b/recipes/gnome-mplayer/files/default.patch new file mode 100644 index 0000000000..82a4c455d5 --- /dev/null +++ b/recipes/gnome-mplayer/files/default.patch @@ -0,0 +1,29 @@ +--- a/gnome-mplayer.schemas.in 2009-07-29 21:39:06.000000000 -0700 ++++ b/gnome-mplayer.schemas.in 2009-07-29 21:39:53.000000000 -0700 +@@ -6,7 +6,7 @@ + /apps/gnome-mplayer/preferences/cache_size + gnome-mplayer + int +- 2000 ++ 32 + + Cache size + The memory cache size for playing +@@ -210,7 +210,7 @@ + /apps/gnome-mplayer/preferences/disable_animation + gnome-mplayer + bool +- FALSE ++ TRUE + + Disable Animation + Disable animation of fullscreen control bar sliding away +@@ -330,7 +330,7 @@ + /apps/gnome-mplayer/preferences/single_instance + gnome-mplayer + bool +- FALSE ++ TRUE + + Only allow one instance of the player to run + Only allow one instance of the player to run -- cgit v1.2.3