Bug 538733
Summary: | Eclipse-3.5.1 on Fedora 12 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Thomas Diesler <thomas.diesler> |
Component: | gtk2 | Assignee: | Matthias Clasen <mclasen> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 12 | CC: | akurtako, andreas.mack, andriy.tsykholyas, a.steffan, burhan.ali, drees76, liblit, mclasen, mvecera, nyh, overholt, Paul, suvi, tachyon.81 |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-09-10 23:04:29 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: |
Description
Thomas Diesler
2009-11-19 08:58:59 UTC
For me it's a SELinux problem. Look in your logs and if it's there, follow the instructions to enable the libraries that comes with eclipse. Are you using Eclipse from Fedora RPM? Or upstream download? I have the same issue, it is with upstream download, and also with JBDS. I used eclipse-3.5.1 from the eclipse download page. The same that worked for me on Fedora 11. The problem is due to the way SWT makes some assumptions about gtk behavior. It is fixed in Fedora's Eclipse. Please either use Fedora's Eclipse or make a wrapper script with export GDK_NATIVE_WINDOWS=true to launch your download. There is nothing more that can be done on the Fedora's site. Sorry, didn't read properly. Please disregard my comment. No problem with buttons in upstream eclipse and f12 though. Experienced the problem now in f12 x86_64. Workaround from comment #5 works for me. Hi All, I was experiencing issue when the eclipse directory was writeable by my user, along with little red icons in place of most of the eclipse icons, hence discovering this bug. Removing write permissions seemed to fix it; not sure why. Now not experiencing this issue, although I did chcon -t bin_t on eclipse and chcon -t lib_t on libcairo-swt.so in the /opt/eclipse folder. Also did a yum install eclipse-swt (SWT library for GTK) which wasn't installed by default. I don't have fedora-eclipse or any related packages installed other than eclipse-swt. Eclipse Version: 3.5.1.R35x_v20090811-9SA0FxVFqE70OL1ARMrfcO6e7BA6 Build id: M20090917-0800 uname -r: 2.6.31.6-166.fc12.x86_64 Might help, might not, thought it was worth sharing though. Can also confirm that the work around in comment #5 fixes this issue for me, too. This was clearly Eclipse/SWT problem and it has been fixed in both upstream 3.6 release and our packages. Closing. |