On Wed, 04 Nov 2009 20:27:43 -0500, Charlie wrote:
Quote:
Unless I fat fingered something somewhere I don't remember setting these. I
don't normally mess with the environment variables. It should be a standard
install. Should these point to /tmp instead of ~/tmp?
I just booted 2009.1 and those are automagically set for you.
Just a reminder, /tmp is not going to be cleaned out unless you have
made some kind of system adjustment.
Quote:
I looked at .bash_profile and tmp isn't mentioned there. What other files
should I look in?
Depends on how you login, Gui login or startx, type of desktop manager,...
Typical Non-gui login order of execution is
/etc/profile which sources /etc/profile.d/*.sh scripts
~/.bash_profile which sources ~/.bashrc
~/.bashrc sources /etc/bashrc
Normal startx on Mandriva kdm for kde.
sysclientrc=/etc/X11/xinit/xinitrc
sysserverrc=/etc/X11/xinit/xserverrc
xinit $clientargs -- $serverargs
exec /etc/X11/Xsession $*
sets language, merges in X resources from
sysresources=/etc/X11/Xresources
userresources=$HOME/.Xresources
userresources2=$HOME/.Xdefaults
set /etc/sysconfig/desktop
DISPLAYMANAGER=kdm
DESKTOP=KDE4
for i in /etc/X11/xinit.d/*
Then of course there is
/etc/xdg/autostart, /usr/share/autostart,
/etc/X11/xinit.d, /etc/X11/Xsession, /etc/X11/Xsession.d