neilcsmith-net commented on PR #9303: URL: https://github.com/apache/netbeans/pull/9303#issuecomment-4155615885
Yes, let's get @mbien changes in first, and then consider this problem. Let's keep `USE_LAUNCHER_SPLASH` as is - different behaviour for different OS is always a pain. We can't unset `WM_CLASS`, but I would be tempted to move it out of `MainWindow` and set it as part of the early startup, using a value from the `core.startup` bundle instead. Can possibly add at https://github.com/apache/netbeans/blob/master/platform/core.startup/src/org/netbeans/core/startup/Main.java#L247 or in `Splash::setRunning` before the `--nosplash` check. Former would ensure it's set before the import dialog if need be. Either way, needs to happen after the toolkit is initialized. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
