|
Bugzilla – Full Text Bug Listing |
| Summary: | Ugliness of GTK applications in non-GNOME installations | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Andreas Hanke <andreas.hanke> |
| Component: | Patterns | Assignee: | JP Rosevear <jpr> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Andreas Jaeger <aj> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | aj, coolo |
| Version: | Alpha 5 plus | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
unacceptable GTK fonts in a KDE session
acceptable look |
||
I just noticed that this won't suffice because the default gtkrc (/etc/opt/gnome/gtk-2.0/gtkrc) references Gilouche, which is not in gtk2-engines but in gnome2-SuSE. Whether installing that by default on non-GNOME systems is a good idea, I'm not sure. Maybe there's a better solution without installing extra packages. Let's reopen and discuss with some other folks. SL10.1 and SLES10 have gtk2-engines and gnome2-SuSE in the GNOME selection only, so we should have the same problem there as well. JP, do you have any ideas? The Summary of this bug is wrong and the assignment is wrong as well. It seems to be a pure configuration problem. The look of GTK applications under KDE is unacceptable after first login and subsequent logins, even with a full GNOME installation on the system, until gnome-theme-manager has been run once. Running gnome-theme-manager once, even without actually doing anything there, results in an acceptable look. Created attachment 102437 [details]
unacceptable GTK fonts in a KDE session
Created attachment 102438 [details]
acceptable look
The only difference to the previous attachment is that gnome-theme-manager has been run once, without (actively) changing any settings there.
JP, Coolo, what needs to be done here? About the font appearance, dupe of 193095? (In reply to comment #8) > About the font appearance, dupe of 193095? Yes, seems so. *** This bug has been marked as a duplicate of bug 193095 *** |
It seems that gtk2-engines is installed by default on GNOME installations only: % find . -name '*.pat' -exec grep -H gtk2-engines {} \; ./DATA/descr/gnome_basis-64bit-10.2-57.ppc.pat:gtk2-engines-64bit ./DATA/descr/gnome_basis-32bit-10.2-57.x86_64.pat:gtk2-engines-32bit ./DATA/descr/gnome_basis-10.2-59.i586.pat:gtk2-engines ./DATA/descr/gnome_basis-10.2-57.x86_64.pat:gtk2-engines ./DATA/descr/gnome_basis-10.2-57.ppc.pat:gtk2-engines This package contains dynamically loadable modules and is therefore not recognized by rpm as a dependency. So it needs to be handled on the patterns level. Given that the "x11" pattern already includes MozillaFirefox, which is a GTK2 application and therefore affected by this problem and pulling in gtk2 anyway, I recommend to add it there. Please take care of gtk2-engines-32bit and gtk2-engines-64bit as well. gtk2-engines-32bit is especially important on x86_64 because of MozillaFirefox.