Sergio A. Kessler wrote: > El jue, 10-10-2002 a las 12:45, Michael Schwendt escribió: > [root@localhost root]# rpm -q --whatrequires qt > no package requires qt I get a lot here: kde stuff and qt stuff, but redhat-artwork isn't listed Another broken dependency. It should have a Requires:qt >= 1:3.0.5-17 or similar, not sure what version is required. Still, qt provides /usr/lib/qt3, and redhat-artwork requires /usr/lib/qt3. For some reason, rpm doesn't cross reference this right. I think it's a design issue in rpm though. > [root@localhost root]# rpm -e qt > error: Failed dependencies: > /usr/lib/qt3 is needed by (installed) redhat-artwork-0.47-3 Better stilll: #rpm -q --provides redhat-artwork bluecurve.so kwin_bluecurve.so libbluecurve.so redhat-artwork = 0.47-3 The problem is kwin_bluecurve.so. That's the kde3 theme in /usr/lib/kde3/kwin_bluecurve.so There's also Qt theming in the package: /usr/lib/qt3/etc/settings/kstylerc /usr/lib/qt3/etc/settings/qtrc /usr/lib/qt3/plugins/styles/bluecurve.so also more kde/qt stuff in /usr/share/apps/kdisplay/color-schemes/Bluecurve.kcsrc /usr/share/apps/kstyle/themes/Bluecurve.themerc /usr/share/apps/kwin/bluecurve.desktop Havoc mentioned splitting the theme up. There should at least be QT-KDE, GNOME-GTK+, XMMS, and icon themes. maybe split the qt and kde part. Same for GNOME and GTK+ -Thomas