37 lines
1.6 KiB
Plaintext
37 lines
1.6 KiB
Plaintext
$OpenBSD: patch-gnome-mplayer_schemas_in,v 1.2 2010/03/29 12:16:07 dcoppa Exp $
|
|
|
|
set some sane defaults:
|
|
use mplayer's software volume control (see pkg/MESSAGE)
|
|
disable bar animation in full screen
|
|
use xscrnsaver controls over gnome-power-manager
|
|
|
|
--- gnome-mplayer.schemas.in.orig Thu Jan 7 21:26:00 2010
|
|
+++ gnome-mplayer.schemas.in Wed Mar 24 11:09:23 2010
|
|
@@ -222,7 +222,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>
|
|
@@ -270,7 +270,7 @@
|
|
<applyto>/apps/gnome-mplayer/preferences/softvol</applyto>
|
|
<owner>gnome-mplayer</owner>
|
|
<type>bool</type>
|
|
- <default>FALSE</default>
|
|
+ <default>TRUE</default>
|
|
<locale name="C">
|
|
<short>Have mplayer use the softvol option</short>
|
|
<long>When set to TRUE the softvol option is passed to mplayer, useful for machines without pulseaudio</long>
|
|
@@ -546,7 +546,7 @@
|
|
<applyto>/apps/gnome-mplayer/preferences/use_xscrnsaver</applyto>
|
|
<owner>gnome-mplayer</owner>
|
|
<type>bool</type>
|
|
- <default>FALSE</default>
|
|
+ <default>TRUE</default>
|
|
<locale name="C">
|
|
<short>Set to TRUE if you want to use xscrnsaver controls over gnome-power-manager</short>
|
|
<long>When enabled directly tells the xscreensaver to inhibit itself, otherwise uses gnome-power-manager</long>
|