You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GDK_BACKEND environment variable setting and corresponding entry
in the Linux matrix entry for wayland and x11.
There are a total of 4 combinations possible of GTK version and backend:
- GTK3 x11 (uses Xvfb)
- GTK3 wayland (uses mutter headless)
- GTK4 x11 (uses Xvfb)
- GTK4 wayland (uses mutter headless)
Prior to this commit only the x11 variants were tested. This
commit enables wayland for both GTK3 + GTK4, however it is expected
subsequent commits will limit the matrix to exclude GTK3+wayland.
Part of #2714
Copy file name to clipboardExpand all lines: .gitignore
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ target/
6
6
.polyglot.*
7
7
pom.tycho
8
8
.DS_Store
9
-
9
+
/xdg-runtime-*
10
10
/binaries/org.eclipse.swt.*/src/
11
11
tmpdir/
12
12
# temp build script used by copilot instructions: https://github.com/eclipse-platform/eclipse.platform.swt/blob/c3318b8e7ebc9e34de80afc4f3e5ec15cc7ca112/.github/workflows/copilot-setup-steps.yml#L43
0 commit comments