[jbosstools-issues] [JBoss JIRA] (JBDS-1989) jbdevstudio in Mac menu using the universal installer

Martin Malina (JIRA) jira-events at lists.jboss.org
Thu Jan 26 05:00:48 EST 2012


    [ https://issues.jboss.org/browse/JBDS-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662091#comment-12662091 ] 

Martin Malina commented on JBDS-1989:
-------------------------------------

Hi Denis,
I noticed this issue and was about to create a JIRA and found this JIRA.

I found a fix:
http://stackoverflow.com/questions/3154638/setting-java-swing-application-name-on-mac

For new java see documentation:
{quote}
Either use -Xdock:name command-line property
set CFBundleName in information property list file (plist)
{quote}

I tried it and the latter is sufficient:
In studio/jbdevstudio.app/Contents/Info.plist I found this:

{quote}
        <key>CFBundleName</key>
                <string>jbdevstudio</string>
{quote}

Just change it to JBoss Developer Studio and that's it.
                
> jbdevstudio in Mac menu using the universal installer
> -----------------------------------------------------
>
>                 Key: JBDS-1989
>                 URL: https://issues.jboss.org/browse/JBDS-1989
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 5.0.0.M5
>         Environment: Mac OS X Lion
>            Reporter: Burr Sutter
>             Fix For: 5.0.0.Beta1
>
>         Attachments: Screen Shot 2012-01-11 at 1.05.34 PM.png
>
>
> the menu option is called "jbdevstudio" - I would opt for "JBoss" - "JBoss Developer Studio" is likely too long.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list