Commit 99fd062
fix: WebKit HardwareAccelerationPolicy::Never – EGL-Crash auf KDE Plasma
Env-Vars (LIBGL_ALWAYS_SOFTWARE etc.) verhindern den EGL_BAD_PARAMETER-Crash
nicht – Mesa 26 AMD crasht bevor es sie liest. Fix auf API-Ebene:
webkit2gtk::HardwareAccelerationPolicy::Never deaktiviert EGL-Init in WebKit
bevor der GPU-Subprocess es versucht.
- Cargo.toml: webkit2gtk = { version = "2", features = ["v2_40"] } (Linux)
- lib.rs: with_webview → settings().set_hardware_acceleration_policy(Never)
- lib.rs: Env-Var-Workarounds entfernt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0891c9c commit 99fd062
2 files changed
+20
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 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 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 56 | | |
69 | 57 | | |
70 | 58 | | |
| |||
98 | 86 | | |
99 | 87 | | |
100 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
101 | 106 | | |
102 | 107 | | |
103 | 108 | | |
| |||
0 commit comments