gnome-remote-desktop可以在plasma下用吗?

试了一下在kde下安装gnome-remote-desktop,然后

systemctl --user enable --now gnome-remote-desktop.service

服务状态就是这样:

Oct 25 20:34:18 arch systemd[915]: Starting GNOME Remote Desktop...
Oct 25 20:34:18 arch systemd[915]: Started GNOME Remote Desktop.

没开启server,是不支持纯plasma环境还是缺少了什么步骤吗?

应该是不可以的,因为 gnome 桌面的 screen cast 需要 xdg-desktop-portal-gnome,但是 plasma 用的是 xdg-desktop-portal-kde;你可以看看

systemctl --user status xdg-desktop-portal-gnome.service

应该是没法正常工作的。。

另外我这边用 niri wm 说是可以用 xdg-desktop-portal-gnome 来捕获屏幕,但是也无法正常启动 xdg-desktop-portal-gnome.service,提示

start failed with result 'dependency

确实没法工作,我这边主要是krdp用着特别卡,另一台电脑gnome-remote-desktop跟windows remote一样非常流畅,不知道什么原因,考虑换gnome了

我记得好像是 gnome 的录屏编码用了 vaapi 硬件加速,不知道和这个有没有关系。。