linux - Robo3t crashing in ubuntu 16.04 and above version (This application failed start because it could not find or load the Qt platform plugin "xcb")

标签 linux mongodb robo3t ubuntu-17.04

当我在 ubuntu 16.04 版本中启动 robo3t 时它没有打开,错误如下所示

错误:

sony@sony:~/Documents/installed/robo3t-1.1.1-linux-x86_64-c93c6b0/bin$ ./robo3t
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".

Available platform plugins are: xcb.

Reinstalling the application may fix this problem.
Aborted (core dumped)

最佳答案

问题是因为如果 libstdc++ 文件夹库只是简单地进行备份并启动 robot3t。按照以下给定的步骤进行操作即可正常工作

解决方法:

mkdir ~/robo-backup
mv robo3t-1.1.1-linux-x86_64-c93c6b0/lib/libstdc++* ~/robo-backup/
robo3t-1.1.1-linux-x86_64-c93c6b0/bin/robo3t

关于linux - Robo3t crashing in ubuntu 16.04 and above version (This application failed start because it could not find or load the Qt platform plugin "xcb"),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45671105/

相关文章:

Python:在 Linux 上启动新终端并等待它完成/退出

node.js - 如何将 Mongoose 中的 bool 字段更新为相反的字段?

node.js - 罗博蒙戈 : Doesn't display all documents

mongodb - MongoDB 中的游标是什么?

javascript - 将 mongoDB View 的结果发送到另一个集合( INSERT....SELECT from SQL )

mysql - 将 mongoDB 集合转换为 mySQL 数据库

mongodb - Robomongo & Meteor mongodb 本地主机连接失败

python - 如何将脚本的终端日志捕获到文件中?

c - kobject、device_create 和我的代码有什么区别?

Linux 对话框用户输入直接到变量