View Single Post
Old 04-21-2015, 05:17 PM   #13
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,728
Karma: 205159604
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Get that splash screen disabled.

Try launching from the command-line:
Code:
calibre
Try launching in gui debug mode via command-line:
Code:
calibre-debug -g
If you get it to go; disable the splash screen in the preferences.

If worse comes to worse ... find the line:
Code:
"show_splash_screen": true,
and change it to:
Code:
"show_splash_screen": false,
in the %APPDATA%\calibre\gui.json file.
DiapDealer is offline   Reply With Quote