Bugzilla – Bug 130459
profile.d/profile.sh should not set DEFAULT_WM to twm
Last modified: 2005-10-25 13:52:20 UTC
/etc/profile.d/profile.sh and /etc/profile.d/profile.csh set DEFAULT_WM to twm if it is not set in /etc/sysconfig/windowmanager. This is wrong, because in this case the 'wmlist' code in our X11 start scripts will never be executed and twm is the default window manager (if no GNOME and KDE are installed). If DEFAULT_WM is not set, this scripts should not set WINDOWMANAGER at all.
Fixed