我尝试从软件应用程序下载,并尝试从他们的站点下载便携式版本,并且在从控制台运行时都抛出此错误:
$ /home/user/Desktop/Shotcut/Shotcut.app/shotcut
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, wayland-egl, wayland, xcb.
Reinstalling the application may fix this problem.
Aborted (core dumped)
我也尝试过运行sudo apt install xcb
,它在尝试启动 Shotcut 时仍然提供错误。
我尝试通过安装 Shotcut,sudo apt install shotcut
但找不到该软件包。
我正在运行完全最新的 Xubuntu 16.04。我无法使用较新版本的 Xubuntu,因为我使用的是联想笔记本电脑,由于较新版本导致 BIOS 中断问题,该笔记本电脑被阻止接收操作系统更新。
更新
我试过运行sudo apt install --reinstall libxcb-image0
并没有解决问题。我在这里找到的。
我遇到了删除libstdc++
,/lib/
但我不知道这是否是一个安全的选择,因为我不知道这是否会破坏操作系统或其他应用程序。我在这里找到的。
sudo apt install libxkbcommon-x11-0
通过运行终端安装缺少的依赖项解决了该问题。我在这里得不到任何帮助。所以我决定将这个问题发布到 Shotcut github,因为时间是最重要的。
希望这将帮助其他人在未来遇到同样的问题。