SOURCES: libcanberra-xinit.sh (NEW)   - enable the module	during session startup
    patrys 
    patrys at pld-linux.org
       
    Tue Aug  5 16:45:11 CEST 2008
    
    
  
Author: patrys                       Date: Tue Aug  5 14:45:11 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- enable the module during session startup
---- Files affected:
SOURCES:
   libcanberra-xinit.sh (NONE -> 1.1)  (NEW)
---- Diffs:
================================================================
Index: SOURCES/libcanberra-xinit.sh
diff -u /dev/null SOURCES/libcanberra-xinit.sh:1.1
--- /dev/null	Tue Aug  5 16:45:11 2008
+++ SOURCES/libcanberra-xinit.sh	Tue Aug  5 16:45:06 2008
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ -z "$GTK_MODULES" ] ; then
+        GTK_MODULES="libcanberra-gtk-module"
+else
+        GTK_MODULES="$GTK_MODULES:libcanberra-gtk-module"
+fi
+
+export GTK_MODULES
================================================================
    
    
More information about the pld-cvs-commit
mailing list