View | Details | Raw Unified | Return to bug 211392
Collapse All | Expand All

(-)/sbin/yast2.orig (-2 / +3 lines)
Lines 325-332 Link Here
325
	    /usr/bin/test -x /bin/unicode_stop && /bin/unicode_stop
326
	    /usr/bin/test -x /bin/unicode_stop && /bin/unicode_stop
326
	fi
327
	fi
327
    else
328
    else
328
	echo "You need to install yast2-ncurses to use the YaST2 text mode interface" >&2
329
	rpm -V yast2-core yast2-ncurses yast2-qt yast2-gtk >&2
329
	exit 1
330
	echo "Something is wrong with the YaST user interface." >&2
331
	exit_code=1
330
    fi
332
    fi
331
# quick hack: treat gtk like qt
333
# quick hack: treat gtk like qt
332
elif [ "$SELECTED_GUI" = "qt" -o "$SELECTED_GUI" = "gtk" ]; then
334
elif [ "$SELECTED_GUI" = "qt" -o "$SELECTED_GUI" = "gtk" ]; then

Return to bug 211392