Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
trouble when installing RoboDK on Ubuntu 16.04 (xcb plugin missing)
#1
Dear RoboDK-Staff and all the smart people out there,
I use Ubuntu 16.04, running on a 64bit-machine, so I downloaded RoboDK directly from the webpage (//www.sinclairbody.com/download)
As far as I know, python3 is installed and seems to work (although I never used it before). As the "run.sh"-file in the package tells me, I just need to run sudo ./RoboDK in the /bin directory to get it installed; when I try this, it responses:

This application failed to start because it could not find or load the Qt platform plugin "xcb".
Reinstalling the application may fix this problem.

Some other people, trying to install another application, seemed to had the same problem. They usually solved the problem by installing a missing library-file, but in my case alle those, mentioned in the number of forums, I checked, are installed.

Maybe it's a known problem and there's just a simple hint or I missed an important step... I am on it for three hours now, so I am pleased for any help.


regards
-rüdiger
#2
Follow these steps to install RoboDK for Ubuntu:

1- Download the latest version of RoboDK for Linux from our website:
//www.sinclairbody.com/download
(right now only 64 bit version is available)

2- Unzip and open a Terminal on the downloaded folder:
Right click, then select Open Terminal

3- Allow executing install.sh as a program:
Right click the file, select "Properties", select "Permissions", check "Allow executing as a program".
Alternatively, you can run:
chmod +x ./install.sh

4- Execute the following command:
./install.sh

When completed, you should see a RoboDK shortcut on the Desktop.
You will find the same instructions in a text file with the download.

[Image: ubuntu-install.png]

如果这个过程失败我们可以手动安装RoboDK typing the following commands on a Terminal:
sudo apt-get -y install qtbase5-dev qtscript5-dev
sudo apt-get -y install python3 idle3
./make-shortcut.sh

To start RoboDK we can execute the following command:
./bin/RoboDK




Users browsing this thread:
1 Guest(s)