Description of problem: Missing 'fi' in 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 fi should be # 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 fi fi Version-Release number of selected component (if applicable): xinitrc-4.0.7-1
Yellow Pad bug
*** This bug has been marked as a duplicate of 134673 *** *** This bug has been marked as a duplicate of 134673 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.