View Single Post
Old 07-20-2014, 12:41 AM   #3133
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
There are two related problems with this build.

Firstly, it looks like I uploaded the wrong version last night. It didn't have the fixes for the config dialog and Qt4/5 that I meant to put in. The places that you removed the ".toString()" from need to be converted by "convert_qvariant". Without this, it works OK in the Qt5 version, but you lose the settings from the drop-down lists in the Qt4 version.

I also saw the following error:

Code:
calibre, version 1.202.0
ERROR: Cannot generate cover: No cover settings exist named: "None"
This looks to be caused by the above problem. The Qt4 version wrote "None" as the setting for all the drop-downs. Then using the same library with the Qt5 version read "None" and displayed the error. It should only affect someone who swaps between the calibre builds with exactly the wrong plugin versions.
davidfor is offline