Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #467991 +++ This bug is to remove the specific gtk3 version checks in the launcher for ppc64le platform. The fix is to revert the changes made in Bug 441421 and Bug 467991.
New Gerrit change created: https://git.eclipse.org/r/49185
+1, its better to remove the specific version checks from launcher if it works with gtk version 3.8.
+1, I tested the existing launcher and SWT binaries on RHEL 7.1 (GTK+ 3.8.8) and its working fine. Dropping the explicit version check will enable GTK3 to be the default on RHEL 7.1 (and other distros with GTK < 3.10.9) on ppc64le for Mars.
+1 for reverting the version checks in launcher code, which were recently introduced.
Gerrit change https://git.eclipse.org/r/49185 was merged to [master]. Commit: http://git.eclipse.org/c/equinox/rt.equinox.framework.git/commit/?id=d1b0979fd88855a1ec0374991bdaa92034c6a18e
Rebuilt launcher binaries for ppc64le are committed via https://git.eclipse.org/c/equinox/rt.equinox.binaries.git/commit/?id=79dc26b5a30fe17ba63f9677e84d3d965b84f189 Will test tomorrow with next I-build.
(In reply to Arun Thondapu from comment #6) > Rebuilt launcher binaries for ppc64le are committed via > https://git.eclipse.org/c/equinox/rt.equinox.binaries.git/commit/ > ?id=79dc26b5a30fe17ba63f9677e84d3d965b84f189 > > Will test tomorrow with next I-build. Verified with I20150602-2000 on RHEL 7.1, Eclipse launches with GTK3 by default now.