| Can you access yast in a terminal window?
$ su
Password:
# zast
The text interface shouln't care if GTK is messed up. You might be able to do your repairs/reinstalls from there.
:re-edit
The text command in SuSE to ensure that yast does not try to load up in X is zast with a z
Try it, it's there.
---
Further explanation:
"yast" and "zast" are symlinks to "yast2" which is a shell script which determines the gui to use berfore launching the program. In an actual text environment, it shouldn't matter anyway, since "ncurses" is the fallback, but in an xterm window, yast may detect X is running and attempt to launch interfaces in the order of qt, GTK, then finally ncurses (text). Using "zast" skips that check and launches yast in text mode directly.
Last edited by D-cat; 01-12-2009 at 05:15 PM..
Reason: No gogalthorp, I didn't misspell it...
|