aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome-mplayer/files
diff options
context:
space:
mode:
authorGrégoire Gentil <gregoire@gentil.com>2009-10-26 10:06:56 +0100
committerKoen Kooi <koen@openembedded.org>2009-10-26 18:23:09 +0100
commite0fcc1bff91107fcbd0f576e2036faed05818452 (patch)
tree90f47b1d0e432ac6f87ec15521f94eff66486522 /recipes/gnome-mplayer/files
parent353fdfb2a20fd14940fd8c1f5a2265d879310e35 (diff)
downloadopenembedded-e0fcc1bff91107fcbd0f576e2036faed05818452.tar.gz
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
Diffstat (limited to 'recipes/gnome-mplayer/files')
-rw-r--r--recipes/gnome-mplayer/files/default.patch29
1 files changed, 29 insertions, 0 deletions
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 @@
+ <applyto>/apps/gnome-mplayer/preferences/cache_size</applyto>
+ <owner>gnome-mplayer</owner>
+ <type>int</type>
+- <default>2000</default>
++ <default>32</default>
+ <locale name="C">
+ <short>Cache size</short>
+ <long>The memory cache size for playing</long>
+@@ -210,7 +210,7 @@
+ <applyto>/apps/gnome-mplayer/preferences/disable_animation</applyto>
+ <owner>gnome-mplayer</owner>
+ <type>bool</type>
+- <default>FALSE</default>
++ <default>TRUE</default>
+ <locale name="C">
+ <short>Disable Animation</short>
+ <long>Disable animation of fullscreen control bar sliding away</long>
+@@ -330,7 +330,7 @@
+ <applyto>/apps/gnome-mplayer/preferences/single_instance</applyto>
+ <owner>gnome-mplayer</owner>
+ <type>bool</type>
+- <default>FALSE</default>
++ <default>TRUE</default>
+ <locale name="C">
+ <short>Only allow one instance of the player to run</short>
+ <long>Only allow one instance of the player to run</long>