Bug 134959
| Summary: | FC3T2 openoffice file dialogs very broken on x86-64 | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alan Cox <alan> | ||||||||||||
| Component: | gtk2 | Assignee: | Matthias Clasen <mclasen> | ||||||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||||||||||
| Severity: | medium | Docs Contact: | |||||||||||||
| Priority: | medium | ||||||||||||||
| Version: | 3 | CC: | wtogami | ||||||||||||
| Target Milestone: | --- | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | x86_64 | ||||||||||||||
| OS: | Linux | ||||||||||||||
| Whiteboard: | |||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2004-10-15 20:28:10 UTC | Type: | --- | ||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||
| Documentation: | --- | CRM: | |||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||
| Embargoed: | |||||||||||||||
| Bug Depends On: | 135709 | ||||||||||||||
| Bug Blocks: | 131589 | ||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
Alan Cox
2004-10-07 15:07:34 UTC
If it cannot load pixbuf loaders, it is no wonder that the icons are missing. Do you have /usr/lib64/gtk-2.0/2.4.0/loaders/*.so, and are they 64bit shared objects ? Do you have /etc/gtk-2.0/x86_64-redhat-linux-gnu/gdk-pixbuf.loaders, and does it look ok ? I do and they work fine, but remember openoffice is a 32bit app so should be using the 32bit loaders.. So the question is, why is 32-bit GTK looking for the loaders in the 64-bit directories? Alan, do you have 32-bit redhat-artwork at all? Depending on bug 135709 to get 32bit redhat-artwork installed. The file dialog in ooo to work fine on a fresh x86_64 install of rawhide 20041013. Is your system a fresh install, or has it been updated from older test releases, Alan ? The had some issues, initially, so maybe this is a "rolling update" symptom... Do you have /etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders, and does it list .so files in /usr/lib/gtk-2.0/2.4.0/loaders ? Are those present, and are 32-bit ? I didnt originally have the 32bit ones installed but found that updating them made no diferences. WHat else should be present( eg can you email me an rpm -qa from a working case and I'll verify what the problem item is) Created attachment 105222 [details]
rpm -qa
Created attachment 105223 [details]
rpm -ql gtk2 for the i386 package
Created attachment 105224 [details]
rpm -ql gtk2 for the x86_64 package
Created attachment 105225 [details]
/etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders
Created attachment 105226 [details]
/etc/gtk-2.0/x86_64-redhat-linux-gnu/gdk-pixbuf.loaders
Updated fixed it, not sure which bit in the end |