Stuff
public text v1 · immutable if [[ "$display" =~ "Font" ]]
then
if [ `gconftool-2 -g /desktop/gnome/interface/font_name` ]
then
gtkFont=`gconftool-2 -g /desktop/gnome/interface/font_name`
else
gtkFont="Not Found"
fi
fi