Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splash screen not shown when native Java launcher is executed from JS #127

Closed
ingokegel opened this issue Dec 18, 2024 · 4 comments · Fixed by #128
Closed

Splash screen not shown when native Java launcher is executed from JS #127

ingokegel opened this issue Dec 18, 2024 · 4 comments · Fixed by #128

Comments

@ingokegel
Copy link

In

https://github.com/05nelsonm/kmp-process/blob/master/library/process/src/jsMain/kotlin/io/matthewnelson/kmp/process/internal/PlatformBuilder.kt

the process is started with

    opts["windowsHide"] = true

which apparently hides the Java splash screen that is set by my native Java launcher. When I use childProcess.spawn myself, the splash screen is shown.

I think there should be a way to customize these options.

@05nelsonm
Copy link
Owner

Will have 0.1.1 out with a fix today.

@ingokegel
Copy link
Author

Awesome library, by the way! I discovered it via https://klibs.io/ today after writing my own process handling a couple of weeks ago when I could not find such a library 😅

@05nelsonm
Copy link
Owner

Just published 0.1.1 which makes the following options available for JS:

@ingokegel
Copy link
Author

Thank you so much, it works like a charm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants