Bug 170580
| Summary: | Rename "Native Eclipse" to "Fedora Eclipse" on splashscreen | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Anthony Green <green> |
| Component: | eclipse | Assignee: | Andrew Overholt <overholt> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | billy.biggs, eclipse-bugs |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-12-06 20:47:51 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: | |||
| Bug Blocks: | 159880 | ||
|
Description
Anthony Green
2005-10-13 00:47:14 UTC
Billy: do you think it's possible to make the splash screen dynamic? ie. based upon what JVM is running? The work that's gone into the progress-meter-on-splash-screen in 3.2 - does that alter the image itself or do some sort of overlay in a window? The splash screen is the splash.bmp file in the org.eclipse.platform plugin. It seems that you can tell eclipse where to look for a splash screen using the osgi.splashLocation property, see the default config.ini in the configuration directory. So, I think that if you wanted to have some logic in a shell script somewhere then this is definitely possible. The progress meter is simply a GtkProgressBar positioned on top of the image. Eclipse tells the launcher where to place the progress bar and the label, so there may be some more system properties or something that you could use to tweak where the progress bar is on top of a different splash screen. That all said, I personally think the name is misleading anyway and you should just use "Fedora Eclipse" all the time. ;) Diana was kind enough to do up a new splash screen. It'll appear in the next builds in both FC4 updates-testing and rawhide. It's in CVS now. This is fixed in updates-testing with eclipse-platform-3.1.1-1jpp_1fc.FC4.11. |