Commit 9cd1361
fix: GDK_BACKEND=x11 – EGL_BAD_PARAMETER auf KDE Plasma/Wayland behoben
Laufzeit-Fix statt Build-Zeit-Fix: GDK_BACKEND=x11 zwingt GTK/WebKit
auf X11/XWayland und umgeht EGL komplett – behebt den Crash auf Fedora,
Bazzite und KDE Plasma unabhängig von der installierten WebKit-Version.
- lib.rs: GDK_BACKEND=x11 + WEBKIT_DISABLE_DMABUF_RENDERER=1 (Linux)
- install-linux.sh: gleiche Vars in der Exec-Zeile der .desktop-Datei
- build.yml: WebKit-Version-Pinning zurückgenommen (war kein echter Fix)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8147f89 commit 9cd1361
File tree
3 files changed
+11
-9
lines changed- .github/workflows
- scripts
- src-tauri/src
3 files changed
+11
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | 34 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 35 | + | |
43 | 36 | | |
44 | 37 | | |
45 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
56 | 65 | | |
57 | 66 | | |
58 | 67 | | |
| |||
0 commit comments