Skip to content

Here is a video of what is going wrong #1

@jonahgraham

Description

@jonahgraham

As this relates to a conversation on https://chat.eclipse.org/#/room/#eclipse-ide-general:matrix.eclipse.org from today.

This issue is so I could put this video somewhere

Screencast.From.2025-05-07.15-45-14.mp4

This video shows running a small program:

	public static void main(String[] args) throws IOException, InterruptedException {
		System.out.println(System.getenv("GDK_BACKEND"));
	}

First we run it with a random environment variable set and note that GDK_BACKEND is null.

Then we remove the variable from the launch configuration and GDK_BACKEND is now x11

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions