Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4:Update
eclipse.29405
prefer_x11_backend.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File prefer_x11_backend.patch of Package eclipse.29405
--- rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c.orig 2018-08-22 15:19:04.602623018 +0100 +++ rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c 2018-08-22 15:20:03.453348722 +0100 @@ -114,6 +114,11 @@ #define DLFLAGS RTLD_LAZY #endif + char *gdkBackend = getenv("GDK_BACKEND"); + if (gdkBackend == NULL) { + setenv("GDK_BACKEND", "x11", 0); + } + void *gioLib = NULL, *glibLib = NULL, *gdkLib = NULL, *gtkLib = NULL, *objLib = NULL, *pixLib = NULL; gdkLib = dlopen(GDK3_LIB, DLFLAGS);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor