Description of problem: system cannot log into any account in runlevel 5 Version-Release number of selected component (if applicable): xinitrc-4.0.7-1 How reproducible: always either from graphical session chooser or startx Steps to Reproduce: 1.boot to run level 5 2.attempt to log into any account 3. Actual results: warning message that session has lasted less thatn 10 seconds Expected results: Xscreen with gnome background (error messages if using startx method) Additional info: bug is fixed by adding a 'fi' to the unmatched pair in /etc/X11/xinitrc/Xclients: # check to see if the user has a preferred desktop PREFERRED= if [ -f /etc/sysconfig/desktop ]; then . /etc/sysconfig/desktop if [ "$DESKTOP" = "GNOME" ]; then PREFERRED=gnome-session elif [ "$DESKTOP" = "KDE" ]; then PREFERRED=startkde added--->fi fi
duplicate of #134673 and #134711
*** This bug has been marked as a duplicate of 134673 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.