-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Thursday 2008-05-29 at 21:22 -0400, Nate Pearlstein wrote:
To get the QT qui instead of the Gnome GUI, I use Gnome but for software management I much prefer the QT version.
Create a .yast2 directory in /root.
Then copy /etc/sysconfig/yast2 to ~root/.yast2/yast2 and edit it to use qt.
Assuming you have the qt libraries installed and yast2-qt, you should be able to get the qt yast software management GUI. I find I have to ssh -X root@localhost /sbin/yast2 with the above changes to get it. You should then get the versions options mentioned earlier in the thread.
Or simply edit /etc/sysconfig/yast2. There is another method if you want to keep the gtk version of yast, but however have the qt interface version for software management, which is the one that lacks features. You can find it here: https://bugzilla.novell.com/show_bug.cgi?id=337636 https://bugzilla.novell.com/show_bug.cgi?id=340895 Edit "/sbin/yast2". Find function "select_gui_frontend()". After the second "WANTED_GUI" if, (ie, before the '"$WANTED_GUI" = "qt"' if) add: if [ "$module" = "sw_single" ] || [ "$module" = "online_update" ]; then WANTED_GUI="qt" fi It is a hack, but it works nicely (for 10.3 only). - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFIP1tttTMYHG2NR9URAnWSAJ45YuTfUG/nrkAJ/3klG6248GKG/ACZAaqv TmckfaAKko/ol2JogqnO5+U= =Ea2a -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org