Codebase list xapp / debian/2.2.6-1 data / 80xapp-gtk3-module.sh
debian/2.2.6-1

Tree @debian/2.2.6-1 (Download .tar.gz)

80xapp-gtk3-module.sh @debian/2.2.6-1

6ce5ba6
20f2d95
dd6989b
6e76e2e
 
dd6989b
6e76e2e
dd6989b
 
6e76e2e
#!/bin/bash
# This file is sourced by xinit(1) or a display manager's Xsession, not executed.

if [ -z "$GTK3_MODULES" ] ; then
    GTK3_MODULES="xapp-gtk3-module"
else
    GTK3_MODULES="$GTK3_MODULES:xapp-gtk3-module"
fi

export GTK3_MODULES