mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
chore: add AUR automation scaffolding
This commit is contained in:
13
README.md
13
README.md
@@ -140,6 +140,19 @@ pnpm build:ui
|
||||
pnpm test:e2e
|
||||
```
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Linux / Wayland (Hyprland)
|
||||
If OpenWork crashes on launch with WebKitGTK errors like `Failed to create GBM buffer`, disable dmabuf or compositing before launch. Try one of the following environment flags.
|
||||
|
||||
```bash
|
||||
WEBKIT_DISABLE_DMABUF_RENDERER=1 openwork
|
||||
```
|
||||
|
||||
```bash
|
||||
WEBKIT_DISABLE_COMPOSITING_MODE=1 openwork
|
||||
```
|
||||
|
||||
## Security Notes
|
||||
|
||||
- OpenWork hides model reasoning and sensitive tool metadata by default.
|
||||
|
||||
Reference in New Issue
Block a user