summaryrefslogtreecommitdiff
path: root/doc/bugs/Unfortunate_interaction_with_Calibre.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmSbJHbvlxbCjtPXk_Io3qP3MFqJr3pUgQ <Christopher@web>2011-03-21 04:27:46 +0000
committerGravatar admin <admin@branchable.com>2011-03-21 04:27:46 +0000
commitd8dfd2c103606e29cd16fc33680f53650144836c (patch)
tree1212803c040a8f61f4f37153063180964344ee1c /doc/bugs/Unfortunate_interaction_with_Calibre.mdwn
parent02c3f3880b3663508bf291e0ac5b4fb44c8e1eee (diff)
Diffstat (limited to 'doc/bugs/Unfortunate_interaction_with_Calibre.mdwn')
-rw-r--r--doc/bugs/Unfortunate_interaction_with_Calibre.mdwn21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/Unfortunate_interaction_with_Calibre.mdwn b/doc/bugs/Unfortunate_interaction_with_Calibre.mdwn
new file mode 100644
index 000000000..d00a6720c
--- /dev/null
+++ b/doc/bugs/Unfortunate_interaction_with_Calibre.mdwn
@@ -0,0 +1,21 @@
+# Calibre
+
+Calibre is a somewhat popular eBook management package that's also free software. <http://calibre-ebook.com/>
+
+Install via
+ # apt-get install calibre
+
+There is a somewhat unfortunate interaction between Calibre and git-annex...
+
+* git-annex makes its files become read-only. By the way, that's not quite obvious from the documentation; I suggest making that more prominent.
+* Calibre modifies files (not quite sure of semantics, how, or why) when doing various operations, notably such as when copying a book from one's library to one's portable reading device.
+
+These don't play well together, sadly.
+
+I'd expect most of the issue to sit on the Calibre side, and have reported it as a bug.
+[Calibre bug #739045](https://bugs.launchpad.net/calibre/+bug/739045)
+Preliminary indication is that they're treating it as a functionality change they'll decline to fix. Which isn't entirely unreasonable - I anticipated as much, and I don't want to treat that as a bad/wrong decision.
+
+However, I think it's:
+* Unfortunate, as fitting Calibre together with git-annex seems like a neat idea.
+* Useful to make sure that this kind of "doesn't play well together" condition is documented, even if only as a bug report.