Commit 5af302c
committed
Fix Linux crash on input by enforcing XCB and bundling Qt plugins
- Force QT_QPA_PLATFORM='xcb' in [main.py](cci:7://file:///e:/work/KnowEmail/main.py:0:0-0:0) to avoid Wayland input handling issues.
- Update GitHub Actions workflow to use linuxdeploy-plugin-qt, ensuring proper bundling of Qt platform and input plugins for AppImages.
- Resolves issue where application crashes upon typing in text fields on Linux distributions.1 parent cbfb7f6 commit 5af302c
2 files changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | | - | |
| 156 | + | |
| 157 | + | |
156 | 158 | | |
157 | | - | |
158 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
159 | 163 | | |
160 | 164 | | |
161 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
2 | 8 | | |
3 | 9 | | |
4 | 10 | | |
| |||
0 commit comments