Hi guys, I would like to ask a question:
Is there a way to launch YaST, but with the Gtk+ interface instead of the Qt one?
In GNOME, this is what always happens, but in Cinnamon or KDE I always get Qt.
Thanks.
Well, for KDE it’s obvious that Qt is the default.
Try:
kdesu /sbin/yast2 --gtk
(you can replace “kdesu” with “gnomesu” or “xdg-su -c” as well if you prefer)
The default YaST GUI (should apply to all desktops then) can be set in /etc/sysconfig/yast2 (“WANTED_GUI”).
Thanks a lot, this was very helpful