I'm trying to install OpenCor
When I try to launch it I got this error message :
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)
I have found lot page on internet and some post, but nothing solved my problem....
I using Ubuntu 16.04 LTS
EDIT :
I have try to :
sudo apt-get install xcb
Which was already satified, :
xcb is already the newest version (2.4-4.3).
The following packages were automatically installed and are no longer required:
linux-headers-4.13.0-36 linux-headers-4.13.0-36-generic
linux-image-4.13.0-36-generic linux-image-extra-4.13.0-36-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 18 not upgraded.
I tried almost everything proposed on this post and have no PPAs installed.
EDIT 2
The command : sudo apt upgrade
return :
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
linux-headers-4.13.0-36 linux-headers-4.13.0-36-generic
linux-image-4.13.0-36-generic linux-image-extra-4.13.0-36-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
and still have the same problem with OpenCOR and the little script from @Fabby still do not give output at all...

