#!/bin/sh # environment variables needed for the guest user. # Loading this shared library causes all GTK+ applications to treat all # mouse buttons as button1. # # not needed now that we do this with gpm instead. #export GTK_MODULES=/usr/local/lib/onebutton.so # Override global app-defaults with guest-user-specific app-defaults. # export XUSERFILESEARCHPATH='/usr/local/etc/app-defaults/%N%C%S'