Commit a8f6eeb
Fix Flatpak crash on Wayland by requiring X11/XWayland socket
- Upgrade runtime from 23.08 to 24.08 for security updates
- Replace --socket=wayland and --socket=fallback-x11 with --socket=x11
- Avalonia 11 requires XWayland on Wayland desktops (no native Wayland yet)
- The fallback-x11 socket only provides X11 on X11 desktops, causing
XOpenDisplay failures in Flatpak sandboxes on Wayland sessions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 40dd256 commit a8f6eeb
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
0 commit comments