Skip to content

Commit 1172d2e

Browse files
committed
Add known-issues section to README
1 parent d4cc496 commit 1172d2e

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="docs/header.png" alt="defguard">
33
</p>
44

5-
# defguard desktop client
5+
# Defguard desktop client
66

77
Desktop client for managing WireGuard VPN connections (any WireGuard server and [defguard](https://github.com/DefGuard/defguard) instances).
88

@@ -53,6 +53,25 @@ Built packages are available after in `src-tauri/target/release/bundle`.
5353

5454
Remove `default-run` line from `[package]` section in `Cargo.toml` to build the project.
5555

56+
# Known issues
57+
58+
## Failed to bundle project
59+
60+
`pnpm tauri build` may fail with error: `Error failed to bundle project: error running appimage.sh`. To
61+
fix this set the NO_STRIP environment variable:
62+
63+
```
64+
NO_STRIP=1 pnpm tauri build
65+
```
66+
67+
## Blank screen
68+
69+
The app launches but the window is blank. Set the `WEBKIT_DISABLE_DMABUF_RENDERER` environment variable:
70+
71+
```
72+
WEBKIT_DISABLE_DMABUF_RENDERER=1 defguard-client
73+
```
74+
5675
# Legal
5776

5877
- *defguard is not an official WireGuard project, and WireGuard is a registered trademark of Jason A. Donenfeld.*

0 commit comments

Comments
 (0)