We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For now we should disable all GTK3 calls in the launcher when GTK4 has been requested by the user. See eclipse-platform/eclipse.platform.swt#1628 (comment)
In the future, when GTK4 becomes default, we can change it to the other way around.
Note that this is related to the dependency versions of GTK we have. xref #830 (comment)
The text was updated successfully, but these errors were encountered:
I will provide a patch for this.
Sorry, something went wrong.
Automatically turn off splash screen if SWT_GTK4=1
2e38e21
When using GTK4 we must not run any GTK3 initialization. Therefore automatically apply -nosplash when SWT_GTK4=1 Fixes eclipse-equinox#831
Successfully merging a pull request may close this issue.
For now we should disable all GTK3 calls in the launcher when GTK4 has been requested by the user. See eclipse-platform/eclipse.platform.swt#1628 (comment)
In the future, when GTK4 becomes default, we can change it to the other way around.
Note that this is related to the dependency versions of GTK we have. xref #830 (comment)
The text was updated successfully, but these errors were encountered: