]> git.pld-linux.org Git - packages/libcanberra.git/commitdiff
- enable the module during session startup
authorPatryk Zawadzki <patrys@room-303.com>
Tue, 5 Aug 2008 14:45:06 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libcanberra-xinit.sh -> 1.1

libcanberra-xinit.sh [new file with mode: 0644]

diff --git a/libcanberra-xinit.sh b/libcanberra-xinit.sh
new file mode 100644 (file)
index 0000000..f24c00a
--- /dev/null
@@ -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
This page took 0.046451 seconds and 4 git commands to generate.