无法在 Gallium OS 上启动 Viber

无法在 Gallium OS 上启动 Viber

我正在使用 Gallium OS,这是一个基于 Ubuntu 专为 Chromebook 构建的发行版。这个发行版真的很棒,而且非常轻量,但我遇到了一个对我来说非常重要的主要问题

每当我尝试运行 Viber 时都会出现此错误

chrx@chrx:~$ /opt/viber/Viber
This application failed to start because it could not find or load the Qt platform plugin "xcb".

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, wayland-egl, wayland, xcb.

Reinstalling the application may fix this problem.
Aborted

答案1

我在 Kubuntu 14.04 LTS 上遇到了同样的问题。 发现以下文章为我解决了这个问题:Ubuntu 14.04 64 位上的 Viber

必须安装 libqt5gui5:

sudo apt-get install libqt5gui5

然后重新安装 Viber。

相关内容