home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / X11 / Xsession.d / 52libcanberra-gtk-module_add-to-gtk-modules < prev    next >
Encoding:
Text File  |  2009-04-02  |  197 b   |  10 lines

  1. # This file is sourced by Xsession(5), not executed.
  2.  
  3. if [ -z "$GTK_MODULES" ] ; then
  4.     GTK_MODULES="canberra-gtk-module"
  5. else
  6.     GTK_MODULES="$GTK_MODULES:canberra-gtk-module"
  7. fi
  8.  
  9. export GTK_MODULES
  10.