2017-08-14 339 views
4

當我在ubuntu 16.04版本中啓動robo3t時,它不會打開,錯誤顯示如下像Robo3t在Ubuntu 16.04及以上版本中崩潰(此應用程序無法啓動,因爲它無法找到或加載Qt平臺插件「xcb」)

錯誤:

[email protected]:~/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) 

回答

5

問題是因爲如果的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 
0

如果您嘗試安裝robomobo調用是現在robo3t的最新版本。或者你嘗試安裝在Ubuntu 16.04按照下面的步驟,你的robomongo安裝

下載最新robomongo tar文件

wget https://download.robomongo.org/1.1.1/linux/robo3t-1.1.1-linux-x86_64-c93c6b0.tar.gz 

提取它

tar -xvzf https://download.robomongo.org/1.1.1/linux/robo3t-1.1.1-linux-x86_64-c93c6b0.tar.gz 

建立一個目錄

mkdir ~/robo-backup 

移動robo3t-1.1.1-linux-x86_64-c93c6b0/lib/libstdC++ direcotry到〜/ ROBO-備份/ direcotory

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

運行robo3t

robo3t-1.1.1-linux-x86_64-c93c6b0/bin/robo3t 
0

只需刪除該lib/libstdc++*會工作。

source

相關問題