You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/04/17 15:15:20 UTC

[GitHub] [incubator-netbeans] oyarzun opened a new pull request #1203: Fix launcher on macOS after changes in #573

oyarzun opened a new pull request #1203: Fix launcher on macOS after changes in #573
URL: https://github.com/apache/incubator-netbeans/pull/1203
 
 
   #573 removed the variable `default_mac_userdir` from the app.conf, but the shell script was still using that variable which results in incorrect userdir. It also should check for the old variable in case the RCP app was build with a custom app.conf that has the old variable.
   
   * Remove extra " in app.conf 
   * Check for old `default_mac_userdir` variable in case RCP has a custom app.conf with old settings; otherwise use `default_userdir`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists