View Single Post
Old 12-04-2015, 04:32 PM   #4
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)
su would run calibre as root, and start a new profile for the root user.

This isn't Windows, running things as an administrator isn't required and is only useful for things that are specifically supposed to be run as an administrator -- like user and service management, and installing/updating/removing programs.

Good point on the plugins. calibre lists known installed plugins in customize.py:

plugins = cPickle.loads('stuff')

Just reinstall each plugin. The configuration is the important part, and it is already there.

Or, try copying that file over, and deleting every other line. It might work, depending one what is corrupted and how?
eschwartz is offline   Reply With Quote