Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 196810 Details for
Bug 344920
Update 3.7 readme
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
swt readme changes
readmePatch (text/plain), 4.97 KB, created by
Grant Gayed
on 2011-05-27 16:46:41 EDT
(
hide
)
Description:
swt readme changes
Filename:
MIME Type:
Creator:
Grant Gayed
Created:
2011-05-27 16:46:41 EDT
Size:
4.97 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.platform-feature >Index: rootfiles/readme/readme_eclipse.html >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.platform-feature/rootfiles/readme/readme_eclipse.html,v >retrieving revision 1.143 >diff -u -r1.143 readme_eclipse.html >--- rootfiles/readme/readme_eclipse.html 18 May 2011 16:06:15 -0000 1.143 >+++ rootfiles/readme/readme_eclipse.html 27 May 2011 20:45:31 -0000 >@@ -792,40 +792,12 @@ > Service Pack 2. > (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=56390">56390</a>)</p> > >-<h4>Input Method broken (Motif only)</h4> >-<p>Some versions of RedHat Linux such as Fedora Core 3 and Enterprise Linux WS >-release 4 use a new technology called IIIM (Intranet/Internet Input Method >-Framework) to replace the old XIM (X input method). When running on these >-new systems, Eclipse will crash if you attempt to enter any DBCS character. The >-workaround is to use a XIM based input method such as chinput. This problem >-may be fixed in newer releases of RedHat. >-(bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=89722">89722</a>)</p> >- >-<h4>Eclipse does not start on Linux-Motif with Xinerama and a UTF-8 locale</h4> >-<p>The Linux-motif build of Eclipse does not launch properly when run on a >-computer with Xinerama (provides support for dual head monitors) and a UTF-8 >-locale. The workaround for this problem is to change the locale to a non-UTF-8 >-value, or to disable Xinerama. >-(bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=38843">38843</a>) >-</p> >- > <h4>Eclipse hangs when pasting from an unresponsive application (GTK only)</h4> > <p>If the application that is supplying the clipboard material is unresponsive, > the paste operation hangs Eclipse for several minutes. This situation can be > encountered when copying from an Eclipse target workbench, suspending the target > workbench at a breakpoint and pasting into the hosting Eclipse workbench. (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=44915">44915</a>)</p> > >-<h4>Unable to drag data between applications in simplified Chinese locale (Motif only)</h4> >-<p>When configured for the simplified Chinese locale, it is not possible to >-drag data between applications running on the Motif window system. This is a >-known limitation of the Open Motif library. (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=29777">29777</a>)</p> >- >-<h4>Crash when attempting to launch file browser (AIX Motif only)</h4> >-<p>There is a known AIX graphics bug affecting certain levels of AIX >-releases. Ensure that the AIX install includes the necessary service updates as >-described in the "Install notes/requirements for Eclipse on AIX" >-attachment to Eclipse bug report number <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=34524">34524</a>.</p> >- > <h4>Available colors on 8-bit Linux (Linux only)</h4> > <p>Typically, in Gnome Linux installs running with 8-bit visuals (i.e. 256 > color mode), before the Eclipse application is started there are no free colors. >@@ -833,11 +805,6 @@ > color, causing it to display a white background. The functionality, however, is > otherwise unaffected.</p> > >-<h4>IME-related crash (Linux Motif only)</h4> >-<p>When using Linux Motif and GB18030 IME "chinput", Eclipse can >-crash if the IME client window is left open when the parent window is disposed. >-(bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=32045">32045</a>)</p> >- > <h4>IME conversion problem (Solaris GTK only)</h4> > <p>When typing Japanese text, the conversion to Kanji must be done one ideogram at > a time. (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=226636">226636</a>)</p> >@@ -907,6 +874,16 @@ > <code>-Dorg.eclipse.swt.accessibility.UseIA2=false</code> when launching Eclipse or your SWT application. (bug > <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=313182">313182</a>)</p> > >+<h4>Drawing problems when using non-advanced graphics on recent GTK versions</h4> >+<p>On modern Linux distributions with a GTK version greater than 2.18, clipping problems and pixel corruption >+can occur if the SWT client uses non-advanced GC calls. These problems seem to be caused by low-level bugs >+in the interactions between GDK and X. >+<p> >+The workaround for this problem is to specify Java property <code>org.eclipse.swt.internal.gtk.useCairo</code> with value <code>true</code>, >+which instructs SWT to always use Cairo for all GC calls (advanced graphics). An easy way to set this property is to specify VM argument >+<code>-Dorg.eclipse.swt.internal.gtk.useCairo=true</code> when launching Eclipse or your SWT application. >+(bugs <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=345650">345650</a> and <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=333965">333965</a>)</p> >+ > > <h3>3.2.7 <a name="I-Platform-Team-CVS">Platform - Team - CVS</a></h3> > <p>The following are known problems with the CVS repository provider only, and
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 344920
:
195793
|
195994
| 196810 |
197971