View Single Post
Old 11-06-2015, 04:52 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)
The configuration directory is:
Code:
~/.config/calibre/   # Linux
%APPDATA%\calibre\   # Windows
If you copy it over, it should work more or less. One thing that will definitely break is the library locations, you will need to re-add them.


Installing the official binaries vs. the repository version will not interfere with your configuration!


The error message seems to imply that calibre cannot write a new file to the containing directory:
Code:
/media/username/xxxxxx/Calibre Libraries/Calibre Master Fiction/
Directories have write permissions too.


To fix permission issues with a shotgun use:
Code:
sudo chmod -R 644 /media/username/xxxxxx/Calibre Libraries/
sudo chmod -R a+X /media/username/xxxxxx/Calibre Libraries/
sudo chown -R username:username /media/username/xxxxxx/Calibre Libraries/
eschwartz is offline   Reply With Quote