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 41686 Details for
Bug 139615
Splash screen doesn't appear on mac when launch from product editor
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]
Patch #1
patch.txt (text/plain), 1.50 KB, created by
Mike Pawlowski
on 2006-05-16 21:06:26 EDT
(
hide
)
Description:
Patch #1
Filename:
MIME Type:
Creator:
Mike Pawlowski
Created:
2006-05-16 21:06:26 EDT
Size:
1.50 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.pde.ui >Index: src/org/eclipse/pde/ui/launcher/EclipseApplicationLaunchConfiguration.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EclipseApplicationLaunchConfiguration.java,v >retrieving revision 1.13 >diff -u -r1.13 EclipseApplicationLaunchConfiguration.java >--- src/org/eclipse/pde/ui/launcher/EclipseApplicationLaunchConfiguration.java 12 Apr 2006 06:03:00 -0000 1.13 >+++ src/org/eclipse/pde/ui/launcher/EclipseApplicationLaunchConfiguration.java 17 May 2006 01:00:49 -0000 >@@ -126,7 +126,14 @@ > if (!programArgs.contains("-nosplash") && showSplash) { //$NON-NLS-1$ > if (TargetPlatform.getTargetVersion() >= 3.1) { > programArgs.add(0, "-launcher"); //$NON-NLS-1$ >- IPath path = ExternalModelManager.getEclipseHome().append("eclipse"); //$NON-NLS-1$ >+ >+ IPath path = null; >+ if ( TargetPlatform.getOS().equals("macosx") ) { >+ path = ExternalModelManager.getEclipseHome().append("Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS/eclipse"); //$NON-NLS-1$ >+ } else { >+ path = ExternalModelManager.getEclipseHome().append("eclipse"); //$NON-NLS-1$ >+ } >+ > programArgs.add(1, path.toOSString()); //This could be the branded launcher if we want (also this does not bring much) > programArgs.add(2, "-name"); //$NON-NLS-1$ > programArgs.add(3, "Eclipse"); //This should be the name of the product //$NON-NLS-1$
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 139615
: 41686