I am curious about how people have their gnome install under macports configured. For example, I have a ~/.profile file with only the following:
-------------------------------------------------
# MacPorts Installer addition on 2009-01-14_at_17:48:24: adding an appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:/usr/local/bin:$PATH
# Finished adapting your PATH environment variable for use with MacPorts.
# MacPorts Installer addition on 2009-01-14_at_17:48:24: adding an appropriate MANPATH variable for use with MacPorts.
export MANPATH=/opt/local/share/man:$MANPATH
# Finished adapting your MANPATH environment variable for use with MacPorts.
# make the freedesktop menu entries work
export XDG_DATA_DIRS=/opt/local/share
export XDG_DATA_HOME=/opt/local/share
export XDG_CONFIG_DIRS=/opt/local/etc/xdg
-------------------------------------------------
Do any of you have a ~/.xinitrc file? If so, what do you have in it? Do you have any other environment variables set? I have been having some problems with configuring my gnome environment (especially with gnome-control-center) and want to know what works for you all. Thanks in advance...
-------------------------------------------------
# MacPorts Installer addition on 2009-01-14_at_17:48:24: adding an appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:/usr/local/bin:$PATH
# Finished adapting your PATH environment variable for use with MacPorts.
# MacPorts Installer addition on 2009-01-14_at_17:48:24: adding an appropriate MANPATH variable for use with MacPorts.
export MANPATH=/opt/local/share/man:$MANPATH
# Finished adapting your MANPATH environment variable for use with MacPorts.
# make the freedesktop menu entries work
export XDG_DATA_DIRS=/opt/local/share
export XDG_DATA_HOME=/opt/local/share
export XDG_CONFIG_DIRS=/opt/local/etc/xdg
-------------------------------------------------
Do any of you have a ~/.xinitrc file? If so, what do you have in it? Do you have any other environment variables set? I have been having some problems with configuring my gnome environment (especially with gnome-control-center) and want to know what works for you all. Thanks in advance...