尝试运行 kdenlive 时出现错误“未连接到 kde-frameworks-5-plug 内容”

尝试运行 kdenlive 时出现错误“未连接到 kde-frameworks-5-plug 内容”

我最近买了一台新的基于 ubuntu 的笔记本电脑,我安装了 kdenlive,但是当我运行 kdenlive 命令时出现此错误

Error: not connected to the kde-frameworks-5-plug content interface.

我尝试将 kdenlive 连接到 kde-frameworks-5-plug,如下所示:

 sudo snap connect kdenlive:kde-frameworks-5-plug kde-frameworks-5:kde-frameworks-5-slot

但会抛出此错误

error: cannot perform the following tasks:
- Connect kdenlive:kde-frameworks-5-plug to kde-frameworks-5:kde-frameworks-5-slot (connection not allowed by slot rule of interface "content")

谁能告诉我如何解决这个问题?

答案1

通过 snap refresh 开始

sudo snap refresh

然后运行

sudo snap connect kdenlive:kde-frameworks-5-plug kde-frameworks-5-qt-5-15-3-core20:kde-frameworks-5-qt-5-15-3-core20-slot

相关内容