View Single Post
Old 12-04-2015, 02:44 PM   #2
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
I don't know why that would happen. Assuming mysterious corruption, a/k/a "gremlins".


There is no one single file, all those files actually do things.

You can, however, test with bringing back pieces at a time.


Custom columns are stored in the per-library database. Inapplicable.

plugins and plugin configurations (should be safe):
Code:
~/.config/calibre/plugins/${plugin-name}.zip    # this is the downloaded plugin
~/.config/calibre/plugins/${plugin-name}.json    # this is the configuration for the plugin
Conversion customizations are in:
Code:
~/,config/calibre/conversion/
Each file is a python dictionary of the settings. Should be safe.


Main menu: stored in gui.json under the key "action-layout-toolbar*" -- this file stores a lot of stuff, including things like window geometries. Possibly not very safe at all.
eschwartz is offline   Reply With Quote