Pre Merge pull request !416 from gitlinux/dev-faq

This commit is contained in:
gitlinux 2025-05-24 11:41:37 +00:00 committed by Gitee
commit f0e97fca04
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 7 additions and 1 deletions

View File

@ -256,4 +256,10 @@ Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
按照提示,选择对应的终端即可
![输入图片说明](./assets/更改默认终端.png)
## 如何正确安装 OBS Studio
- Q: wlcom环境下我用apt命令安装了 OBS Studio但添加源时却看不到 屏幕采集(PipeWire)
- A: 可能是没有安装 obs-plugins使用下面命令进行安装
```bash
sudo apt install obs-studio obs-plugins
```