summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLuis Villa <louie@src.gnome.org>2002-11-11 15:54:52 +0000
committerLuis Villa <louie@src.gnome.org>2002-11-11 15:54:52 +0000
commitb2cee18b07f2edf25a55f558a4f9218581d1b7ec (patch)
treecf80792b133bc1a106211f97ed8a5eb9fc674dff /config
parent38bbf25f255489739c7c02ec6131ed7402797523 (diff)
downloadgdm-b2cee18b07f2edf25a55f558a4f9218581d1b7ec.tar.gz
turn off gnome-volume-control on startup
Diffstat (limited to 'config')
-rw-r--r--config/gnomerc.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/gnomerc.in b/config/gnomerc.in
index c4622cfc..87b7a03e 100644
--- a/config/gnomerc.in
+++ b/config/gnomerc.in
@@ -2,11 +2,11 @@
# Do we have gnome-volume-control?
# If so we should run it to load the gnome-volume-control settings
-if command -v gnome-volume-control > /dev/null 2>&1; then
- gnome-volume-control -i
-elif [ -x @EXPANDED_BINDIR@/gnome-volume-control ] ; then
- @EXPANDED_BINDIR@/gnome-volume-control -i
-fi
+#if command -v gnome-volume-control > /dev/null 2>&1; then
+# gnome-volume-control -i
+#elif [ -x @EXPANDED_BINDIR@/gnome-volume-control ] ; then
+# @EXPANDED_BINDIR@/gnome-volume-control -i
+#fi
# path takes precedence
exec gnome-session