libcanberra/libcanberra-gtk-module.sh
Dominique Leuenberger a598dbe24a Accepting request 126887 from home:dimstar:branches:GNOME:Factory
- Add "# to be sourced" to libcanberra-gtk-module.sh (bnc#750980).
  Xinitrc newly distinguishes between scripts that need to be
  sourced and scripts that should be executed. As executing is the
  default, scripts need to 'request to be sourced' using this
  special tag.

OBS-URL: https://build.opensuse.org/request/show/126887
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libcanberra?expand=0&rev=49
2012-07-02 10:46:11 +00:00

13 lines
172 B
Bash

#!/bin/sh
# to be sourced
if [ -z "$GTK_MODULES" ] ; then
GTK_MODULES="canberra-gtk-module"
else
GTK_MODULES="$GTK_MODULES:canberra-gtk-module"
fi
export GTK_MODULES