mirror of https://gitee.com/openkylin/docs.git
Pre Merge pull request !416 from gitlinux/dev-faq
This commit is contained in:
commit
f0e97fca04
|
@ -256,4 +256,10 @@ Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
|
|||
按照提示,选择对应的终端即可
|
||||

|
||||
|
||||
|
||||
## 如何正确安装 OBS Studio
|
||||
- Q: wlcom环境下,我用apt命令安装了 OBS Studio,但添加源时,却看不到 屏幕采集(PipeWire)
|
||||
- A: 可能是没有安装 obs-plugins,使用下面命令进行安装
|
||||
```bash
|
||||
sudo apt install obs-studio obs-plugins
|
||||
```
|
||||
|
Loading…
Reference in New Issue