Skip to content

Commit 6a2abc4

Browse files
committed
docs: add linux env docs
1 parent 404577a commit 6a2abc4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/faq/linux.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ Ubuntu `20.04` 需要额外安装 `libwebkit2gtk` 和 `libjavascriptcoregtk` 依
99
## 启动失败:Error 71 (Protocol error) dispatching to Wayland display.
1010

1111
这是一个已知的[上游问题](https://github.com/tauri-apps/tauri/issues/10702)。暂时的解决方法是手动设置环境变量 `WEBKIT_DISABLE_DMABUF_RENDERER=1`
12+
13+
## AcceleratedSurface was unable to construct a complete framebuffer
14+
15+
这是一个已知的[上游问题](https://github.com/tauri-apps/tauri/issues/9304)。暂时的解决方法是手动设置环境变量 `WEBKIT_DISABLE_DMABUF_RENDERER=1`
16+
17+
## KDE 窗口标题栏按钮(最小化/最大化/关闭)失效
18+
19+
打开设置 -> 界面设置 -> 关闭「优先使用系统标题栏」。

0 commit comments

Comments
 (0)