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

Disable launcher making GTK3 calls (splash) when GTK4 is in use #831

Open
jonahgraham opened this issue Feb 1, 2025 · 1 comment · May be fixed by #833
Open

Disable launcher making GTK3 calls (splash) when GTK4 is in use #831

jonahgraham opened this issue Feb 1, 2025 · 1 comment · May be fixed by #833

Comments

@jonahgraham
Copy link
Contributor

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)

@jonahgraham
Copy link
Contributor Author

I will provide a patch for this.

jonahgraham added a commit to jonahgraham/equinox that referenced this issue Feb 2, 2025
When using GTK4 we must not run any GTK3 initialization. Therefore
automatically apply -nosplash when SWT_GTK4=1

Fixes eclipse-equinox#831
@jonahgraham jonahgraham linked a pull request Feb 2, 2025 that will close this issue
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.

1 participant