Quote:
Originally Posted by edeniz
I've just downloaded the newest update of calibre, but suddenly it won't start up. As in, it's not even listed in the system monitor process list. It just won't start up without giving out any messages.
I thought I'd try running it from the terminal, so as to get error messages that way, but this is the message I get:
Code:
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Aborted (core dumped)
Yes, I get that apparently Qt is to blame. But still I'm not sure what exactly the problem is, considering literally five minutes earlier it didn't exist?

|
To quote from Kovid Goyal's response to someone who had a very similar error.
Quote:
Originally Posted by Immelmann67
Hi Kovid,
I'm running Zorin Linux, and have been on Calibre 4.x. I missed the jump to 5.0, but when I upgraded to 5.0.1 and tried running it, I got the following error message:
Quote:
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Aborted
|
I tried re-installing, but had no joy- I still got the same error message.
Any ideas?
|
Quote:
Originally Posted by kovidgoyal
@Immelman you are missing one of Qt's dependencies, probably libxcb-xinerama0
|