Quote:
Originally Posted by kovidgoyal
desktop integration failing is because of missing xdg-utils. As for why Qt is unable to load the xcb plugin use the
QT_DEBUG_PLUGINS environment variable to get more verbose output for why Qt cannot load the plugin. LD_DEBUG=libs will also help.
|
After installing xdg-utils I encountered the error described in
your very own ticket system
Code:
QXcbConnect: Could not connect to display
Aborted (Core Dump)
which means that I'm supposed to use ssh -X and install XQuartz in my client Mac to run calibre. I did that and that's it. I'll need to fight with the server, but at least I can run it now.