Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2010-05-13 12:44:21 (GMT)
committer Daniel Drake <dan@reactivated.net>2010-05-13 12:44:21 (GMT)
commit7700076190e95a21d8938d4f25f166fa320ba167 (patch)
tree1b0181ea2312b183168668c021880d2e1d1792c5 /modules
parentb0ad247e90a079c97ee6b1856dda01e374f1d91b (diff)
Fix sound in totem
Diffstat (limited to 'modules')
-rw-r--r--modules/x11/kspost.60.misc.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/x11/kspost.60.misc.inc b/modules/x11/kspost.60.misc.inc
index 2f34294..a48e352 100644
--- a/modules/x11/kspost.60.misc.inc
+++ b/modules/x11/kspost.60.misc.inc
@@ -84,3 +84,9 @@ chown -R olpc: /home/olpc/.scim
[ -e /usr/lib/xulrunner-*/greprefs/all.js ] && \
sed -i -e 's:\(media.ogg.enabled",\) true:\1 false:g' /usr/lib/xulrunner-*/greprefs/all.js
+# remove gstreamer pulse element so that totem doesn't try to use it (#10158)
+[ -e /usr/lib/gstreamer-0.10/libgstpulse.so ] && rm /usr/lib/gstreamer-0.10/libgstpulse.so
+
+# if totem is installed, set default volume to 100% (#10158)
+gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --dir-exists /apps/totem && gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type int --set /apps/totem/volume 100
+