我正在使用Gallium,这是一个地区,是建立在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发布于 2016-04-30 12:19:21
我在Kubuntu 14.04 LTS上也有同样的问题。找到了以下为我解决问题的文章:Ubuntu14.04 64位上的Viber
必须安装libqt5gui5:
sudo apt-get install libqt5gui5然后重新安装Viber。
https://askubuntu.com/questions/765180
复制相似问题