Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 12-14-2017, 07:37 PM   #1
Patchmaster
Junior Member
Patchmaster began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Dec 2017
Device: Kindle Paperwhite
Calibre suddenly won't load, Linux Mint

I'm running Linux Mint Cinnamon v17.3. I've had Calibre running on this machine for some time, last using it just a few days ago. Today I go to load it and nothing. I get the initial splash screen and that's it. I don't believe anything significant has changed on the system since the last running of Calibre.

I rebooted, same result. I upgraded to the most recent version of Calibre, same result. I upgraded Linux, same result. I uninstalled and reinstalled Calibre, same result. I used calibre-debug -g from a console and got the following:

Code:
$ calibre-debug -g
calibre 3.13  embedded-python: True is64bit: True
Linux-3.19.0-32-generic-x86_64-with-debian-jessie-sid Linux ('64bit', 'ELF')
('Linux', '3.19.0-32-generic', '#37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015')
Python 2.7.12
Linux: ('debian', 'jessie/sid', '')
Interface language: None
Turning on automatic hidpi scaling
devicePixelRatio: 1.0
logicalDpi: 96.0 x 96.0
physicalDpi: 81.5518394649 x 81.6428571429
Using calibre Qt style: True
Starting up...
It sits there until I kill it.

I'm out of ideas. Anything I can try or options I can use to get more info about what's going wrong?
Patchmaster is offline   Reply With Quote
Old 12-14-2017, 07:56 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,927
Karma: 55705602
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Is it possibly off screen (missing second monitor)?
It may be a corrupt config file. Temporarily rename the (hidden .calibre (config) folder
theducks is offline   Reply With Quote
Advert
Old 12-14-2017, 08:00 PM   #3
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,087
Karma: 8796704
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by Patchmaster View Post
I'm running Linux Mint Cinnamon v17.3. I've had Calibre running on this machine for some time, last using it just a few days ago. Today I go to load it and nothing. I get the initial splash screen and that's it. I don't believe anything significant has changed on the system since the last running of Calibre.

I rebooted, same result. I upgraded to the most recent version of Calibre, same result. I upgraded Linux, same result. I uninstalled and reinstalled Calibre, same result. I used calibre-debug -g from a console and got the following:

Code:
$ calibre-debug -g
calibre 3.13  embedded-python: True is64bit: True
Linux-3.19.0-32-generic-x86_64-with-debian-jessie-sid Linux ('64bit', 'ELF')
('Linux', '3.19.0-32-generic', '#37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015')
Python 2.7.12
Linux: ('debian', 'jessie/sid', '')
Interface language: None
Turning on automatic hidpi scaling
devicePixelRatio: 1.0
logicalDpi: 96.0 x 96.0
physicalDpi: 81.5518394649 x 81.6428571429
Using calibre Qt style: True
Starting up...
It sits there until I kill it.

I'm out of ideas. Anything I can try or options I can use to get more info about what's going wrong?
Running Mint 18.3 with no problems.
Have you change your display resoultion?

Spoiler:
Quote:
$ calibre-debug -g
calibre 3.13 embedded-python: True is64bit: True
Linux-4.10.0-38-generic-x86_64-with-debian-stretch-sid Linux ('64bit', 'ELF')
('Linux', '4.10.0-38-generic', '#42~16.04.1-Ubuntu SMP Tue Oct 10 16:32:20 UTC 2017')
Python 2.7.12
Linux: ('debian', 'stretch/sid', '')
Interface language: None
Successfully initialized third party plugins: DeDRM (6, 5, 4) && Goodreads (1, 1, 12) && Generate Cover (1, 5, 21) && Hyphenate This! (0, 0, 8) && KindleUnpack - The Plugin (0, 81, 5) && Reading List (1, 6, 6) && Baen (0, 0, 3) && Modify ePub (1, 3, 13) && Diaps Editing Toolbag (0, 3, 5) && EpubSplit (2, 3, 0) && Quality Check (1, 9, 11) && Barnes & Noble (1, 2, 14)
Turning off automatic hidpi scaling
devicePixelRatio: 1.0
logicalDpi: 96.0 x 96.0
physicalDpi: 96.3318518519 x 96.0945812808
Using calibre Qt style: True
Starting up...
libpng warning: iCCP: known incorrect sRGB profile
Looking for desktop notifier support from: org.freedesktop.Notifications
org.freedesktop.Notifications found in 0.0 seconds

Started up in 4.21 seconds with 3159 books


You are showing:
Code:
logicalDpi: 96.0 x 96.0
physicalDpi: 81.5518394649 x 81.6428571429
I am showing
Code:
logicalDpi: 96.0 x 96.0
physicalDpi: 96.3318518519 x 96.0945812808
bernie
gbm is offline   Reply With Quote
Old 12-14-2017, 08:33 PM   #4
Patchmaster
Junior Member
Patchmaster began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Dec 2017
Device: Kindle Paperwhite
It's apparently some kind of corruption in my library. I did the rename ~/.config/calibre and when prompted told it to use my usual default library. Same result. Then I did it again and told it to use a brand new library and it came up fine. Now to figure out what the problem is with the old library. I'd hate to have to re-do all that because I've spent many hours getting it set up just so.

Thanks for the ideas. You got me further along, which is all I could possibly ask. I'll report back if I figure it out.
Patchmaster is offline   Reply With Quote
Old 12-14-2017, 09:38 PM   #5
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,971
Karma: 22669822
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You dont need to redo it, you can simply right click the add books button and choose add books from sub-folders one book per folder and point it to your old library folder.
kovidgoyal is online now   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre and Linux Mint 18.0 enuddleyarbl Calibre 9 07-23-2016 08:17 PM
Calibre on Linux Mint kjetil1001 Calibre 1 01-09-2015 03:46 PM
Linux Mint, Calibre and NOOKHD Moondancer Devices 2 02-22-2014 11:05 AM
Calibre won't launch in linux mint 15 pimseb Devices 1 07-03-2013 02:20 AM
Calibre in Linux mint Cy1clown Calibre 6 05-18-2011 02:16 PM


All times are GMT -4. The time now is 10:45 AM.


MobileRead.com is a privately owned, operated and funded community.