https://bugzilla.novell.com/show_bug.cgi?id=211392 ------- Comment #1 from andreas.hanke@gmx-topmail.de 2006-10-10 14:48 MST ------- To reproduce: % rm /usr/lib*/libyui.so.2 % yast2 warning: the qt frontend is installed but does not work warning: the ncurses frontend is installed but does not work You need to install yast2-ncurses to use the YaST2 text mode interface I would prefer a message like: % rm /usr/lib*/libyui.so.2 % yast2 warning: the qt frontend is installed but does not work libyui.so.2 => not found warning: the ncurses frontend is installed but does not work libyui.so.2 => not found You need to install yast2-ncurses to use the YaST2 text mode interface The attached patch implements that - in a ruther ugly way, it is meant to demonstrate what I mean. The reason is, with the current implementation, the user never reaches a point where he can see what's wrong. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.