#!/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/lib64/mozilla/plugins:/usr/lib64/netscape/plugins:/usr/lib64/browser-plugins-npapi"

export HELP_BROWSER=yelp

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