Ubuntu使用remmina远程连接报错“不支持H264 GFX模式”

969 阅读1分钟

最近使用ubuntu18.04安装了远程工具remmina连接服务器时报以下错误:

You requested an H264 GFX mode for server app.localhost.com, but your libfreerdp does not support H264. Please check Color Depth Settings

解决方法为:

# 添加 remmina 仓库
sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt update

#重新安装 remmina
sudo apt install remmina remmina-plugin-rdp remmina-plugin-secret

#关掉所有 remmina 进程
sudo killall remmina

最后重启remmina即可