Skip to content

Commit 5a38811

Browse files
committed
Fix Flatpak crash: use --in-process-gpu flag
1 parent b940ca3 commit 5a38811

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

flatpak/SUBMISSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ to the release:
2727

2828
```bash
2929
# Download and hash the zip
30-
curl -L https://github.com/inulute/ai-gate/releases/download/v4.5.0/AI-Gate-4.5.0.zip \
30+
curl -L "https://github.com/inulute/ai-gate/releases/download/v4.5.0/AI.Gate-4.5.0.zip" \
3131
| sha256sum
3232
```
3333

flatpak/com.inulute.aigate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ modules:
4747
dest-filename: ai-gate.sh
4848
commands:
4949
- export TMPDIR="${XDG_RUNTIME_DIR}/app/${FLATPAK_ID}"
50-
- exec /app/ai-gate/ai-gate --no-sandbox --disable-gpu-sandbox --disable-software-rasterizer "$@"
50+
- exec /app/ai-gate/ai-gate --no-sandbox --disable-gpu-sandbox --in-process-gpu "$@"
5151
# Desktop entry, metainfo, and icon bundled alongside the manifest
5252
- type: file
5353
path: com.inulute.aigate.desktop

0 commit comments

Comments
 (0)