[totem] data: Disable visualisations by default



commit 001b0441452ac9ec54022f6bc0c627883a67f314
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Apr 23 15:10:09 2012 +0100

    data: Disable visualisations by default
    
    We'll focus on providing cover art for audio-only files instead,
    and just display the totem logo otherwise.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=651844

 data/org.gnome.totem.gschema.xml.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.totem.gschema.xml.in.in b/data/org.gnome.totem.gschema.xml.in.in
index bb4d5aa..1d5bca9 100644
--- a/data/org.gnome.totem.gschema.xml.in.in
+++ b/data/org.gnome.totem.gschema.xml.in.in
@@ -7,7 +7,7 @@
 			<_description>Allow the screensaver to activate when playing audio. Disable if you have monitor-powered speakers.</_description>
 		</key>
 		<key name="show-visualizations" type="b">
-			<default>true</default>
+			<default>false</default>
 			<_summary>Show visual effects when no video is displayed</_summary>
 			<_description>Show visual effects when playing an audio only file.</_description>
 		</key>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]