#!/bin/sh

# turn on fonts antialiasing
export GDK_USE_XFT=1

# set default browser to whatever GNOME user likes
export BROWSER=gnome-open

# tell restored browsers where plugins are
export MOZ_PLUGIN_PATH="/usr/src/.mozilla/plugins:/usr/lib/mozilla/plugins:/usr/lib/netscape/plugins:/usr/lib/browser-plugins-npapi"

export HELP_BROWSER=yelp

exec /usr/bin/gnome-session "$@"
