Bug 493729 - After launching Eclipse EE and IDE a duplicate icon appears in applications
Summary: After launching Eclipse EE and IDE a duplicate icon appears in applications
Status: CLOSED DUPLICATE of bug 492658
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.5.2   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2016-05-16 05:49 EDT by Alex McClements CLA
Modified: 2016-05-19 03:39 EDT (History)
1 user (show)

See Also:


Attachments
Corrupted app appears. (8.46 KB, image/png)
2016-05-16 05:49 EDT, Alex McClements CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex McClements CLA 2016-05-16 05:49:25 EDT
Created attachment 261754 [details]
Corrupted app appears.

After launching Eclipse EE and IDE a duplicate icon appears in applications, users click on this by mistake and it won't launch. I have edited the names of the apps to differentiate between EE and IDE, these seem to work fine. Attached is an image of what I am seeing.
Comment 1 Patrik Suzzi CLA 2016-05-16 09:06:06 EDT
This looks like a duplicate. 
Could you please take a look at Bug 492658, and tell if it is the same? 


Waiting for your feedback to mark as duplicate. 

Thanks and regards.
Comment 2 Patrik Suzzi CLA 2016-05-18 13:18:11 EDT
You probably launched Eclipse.app before renaming it to Eclipse-EE and Eclipse-IDE, and you execute some operation that hardcoded the "/Eclipse.app" dir in some file. 
 
I guess you have 1+ file referencing "/Eclipse.app" in Eclipse EE or Eclipse IDE 

To find those files, open terminal into the Content folder of both the Installations and type: 

$ grep -lr "/Eclipse.app" ./

Then, check with files are referencing "/Eclipse.app".
Comment 3 Patrik Suzzi CLA 2016-05-19 03:39:07 EDT
Symptoms are the same as Bug 492658: empty Eclipse.app. 
Probably the cause is the same: some file that references "Eclipse.app", a location that does not exists anymore.

*** This bug has been marked as a duplicate of bug 492658 ***