We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404577a commit 6a2abc4Copy full SHA for 6a2abc4
docs/faq/linux.md
@@ -9,3 +9,11 @@ Ubuntu `20.04` 需要额外安装 `libwebkit2gtk` 和 `libjavascriptcoregtk` 依
9
## 启动失败:Error 71 (Protocol error) dispatching to Wayland display.
10
11
这是一个已知的[上游问题](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