Your message dated Thu, 01 Aug 2013 16:33:21 +0000
with message-id <[email protected]>
and subject line Bug#715246: fixed in calibre 0.9.41+dfsg-1
has caused the Debian Bug report #715246,
regarding calibre: launch calibre automatically when a ebook reader device is
connected
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
715246: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=715246
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: calibre
Version: 0.9.31+dfsg-1
Severity: wishlist
Tags: patch
I want this: Calibre is started automatically, when a ebook reader device,
Kindle for example, connected to the PC.
That requires,
1) When a usb mass storage device is connected, gvfs can recognize if it is an
ebook reader device or not, and set the "x_content_types" property of the mount
to "x-content/ebook-reader" accordingly.
2) Calibre can be launched for "x-content/ebook-reader" mime type.
For 1), no udev rules or shared mime info handles that yet. But if
"driveinfo.calibre" can be found in a mounted directory tree, it is very likely
a ebook reader device. Please add this file, and install it to
/usr/share/mime/packages/calibre.xml (and run update-mime-database
postinstall).
calibre.sharedmimeinfo
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="x-content/ebook-reader">
<treemagic>
<treematch type="file" path="driveinfo.calibre"/>
</treemagic>
</mime-type>
</mime-info>
For 2), Please change calibre.desktop,
diff -pur calibre-0.9.31+dfsg/debian/local/calibre.desktop
calibre-0.9.31+dfsg.modified/debian/local/calibre.desktop
--- calibre-0.9.31+dfsg/debian/local/calibre.desktop 2013-05-21
14:56:12.000000000 +0800
+++ calibre-0.9.31+dfsg.modified/debian/local/calibre.desktop 2013-07-07
16:45:51.404192906 +0800
@@ -4,6 +4,7 @@ Name=calibre
Comment=E-book library management
Comment[es]=aplicación para la gestión de libros electrónicos
Comment[de]=E-Book Bibliotheksverwaltung
-Exec=calibre
+Exec=calibre %f
Icon=calibre
Categories=Office;Database;FileTools;Viewer;Qt;
+MimeType=x-content/ebook-reader;
After these changes were made, you can modify GNOME system settings, select
launching calibre when a ebook reader is connected.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.9-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages calibre depends on:
ii calibre-bin 0.9.31+dfsg-1+b1
ii fonts-liberation 1.07.2-6
ii imagemagick 8:6.7.7.10-5
ii libjs-mathjax 2.2-1
ii poppler-utils 0.18.4-6
ii python-beautifulsoup 3.2.1-1
ii python-chardet 2.0.1-2
ii python-cherrypy3 3.2.2-2
ii python-cssselect 0.8-1
ii python-cssutils 0.9.10~b1-2
ii python-dateutil 1.5+dfsg-0.1
ii python-dbus 1.2.0-2
ii python-feedparser 5.1.2-1
ii python-imaging 1.1.7-4
ii python-lxml 3.2.0-1
ii python-markdown 2.3.1-1
ii python-mechanize 1:0.2.5-3
ii python-netifaces 0.8-2
ii python-pkg-resources 0.6.37-1
ii python-pyparsing 1.5.7+dfsg1-2
ii python-qt4 4.10.2-1
ii python-routes 1.13-2
ii python2.7 2.7.5-6
ii xdg-utils 1.1.0~rc1+git20111210-7
Versions of packages calibre recommends:
ii python-dnspython 1.10.0-1
calibre suggests no packages.
-- no debconf information
calibre.sharedmimeinfo
Description: XML document
diff -pur calibre-0.9.31+dfsg/debian/local/calibre.desktop calibre-0.9.31+dfsg.modified/debian/local/calibre.desktop
--- calibre-0.9.31+dfsg/debian/local/calibre.desktop 2013-05-21 14:56:12.000000000 +0800
+++ calibre-0.9.31+dfsg.modified/debian/local/calibre.desktop 2013-07-07 16:45:51.404192906 +0800
@@ -4,6 +4,7 @@ Name=calibre
Comment=E-book library management
Comment[es]=aplicación para la gestión de libros electrónicos
Comment[de]=E-Book Bibliotheksverwaltung
-Exec=calibre
+Exec=calibre %f
Icon=calibre
Categories=Office;Database;FileTools;Viewer;Qt;
+MimeType=x-content/ebook-reader;
--- End Message ---
--- Begin Message ---
Source: calibre
Source-Version: 0.9.41+dfsg-1
We believe that the bug you reported is fixed in the latest version of
calibre, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Martin Pitt <[email protected]> (supplier of updated calibre package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 01 Aug 2013 18:17:22 +0200
Source: calibre
Binary: calibre calibre-bin
Architecture: source all amd64
Version: 0.9.41+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Miriam Ruiz <[email protected]>
Changed-By: Martin Pitt <[email protected]>
Description:
calibre - e-book converter and library management
calibre-bin - e-book converter and library management
Closes: 664182 715246
Changes:
calibre (0.9.41+dfsg-1) unstable; urgency=low
.
* New upstream release.
* debian/local/calibre.desktop: Rename to calibre-gui.desktop to match its
window class. (LP: #1206687)
* Add debian/local/ebook-viewer.desktop, so that one can directly open
*.epub or *.mobi files in file browsers. Thanks Korey Lu!
(Closes: #664182)
* Make it possible to auto-start calibre when connecting an e-book reader
device:
- Add debian/local/mime/calibre.xml MIME association, install in
debian/calibre.install.
- debian/local/calibre-gui.desktop: Add MIME type and file argument.
- Thanks to Thanks Korey Lu! (Closes: #715246)
Checksums-Sha1:
6c2c0337b3ba175d3a0042f4211f098f5d7dbac9 2462 calibre_0.9.41+dfsg-1.dsc
869f53d9793d8e5d4e20834b740aab29fb0b2b09 28247952
calibre_0.9.41+dfsg.orig.tar.xz
2dea2a324fcbe4acb9c92c9f6e18383ade9136a5 23020
calibre_0.9.41+dfsg-1.debian.tar.gz
611feb201320392bdf174ec6dc25cd7e8482dc92 15856158 calibre_0.9.41+dfsg-1_all.deb
e296e3aac34422498a116b3acea878640d597941 361190
calibre-bin_0.9.41+dfsg-1_amd64.deb
Checksums-Sha256:
1eede7926272a71722df87545b6233e132bfe37adf261358c708ac6878853a25 2462
calibre_0.9.41+dfsg-1.dsc
0fcf104d924b259026cd17b60091c0334bdc316162418302c0b53b7718fea592 28247952
calibre_0.9.41+dfsg.orig.tar.xz
685c6d181d51137ac1a2902f9686417feb64ccc7f7bc1794d9605b0aa9352f3a 23020
calibre_0.9.41+dfsg-1.debian.tar.gz
fd555c8884dcd1f3c97a7e145fd30210dda3d34994e0208a6f17f44f58b74a79 15856158
calibre_0.9.41+dfsg-1_all.deb
76f084b5c7b75461aded20581afd00bf6198efd3160c087b98854b94e8d5dfb8 361190
calibre-bin_0.9.41+dfsg-1_amd64.deb
Files:
143ec5f35433d1be23fa55c3e269b9e0 2462 text extra calibre_0.9.41+dfsg-1.dsc
9013e442a4badde122d9ee6c96392266 28247952 text extra
calibre_0.9.41+dfsg.orig.tar.xz
d10b94ac77e39ab42ba06278c83ee259 23020 text extra
calibre_0.9.41+dfsg-1.debian.tar.gz
74bb1b8dfd4254cdbd28d42c6164779a 15856158 text extra
calibre_0.9.41+dfsg-1_all.deb
61a09d04a70ccb359f594a8489cff167 361190 text extra
calibre-bin_0.9.41+dfsg-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJR+oteAAoJENFO8V2v4RNHIwkQAK3/ZGOpkdgh2f7bYTlJZ4de
idkAmw0bSPYNWD2LvzXHKI5rYpCCE7SwVFYNpWPCtXtyEpO4f+kX4bVSY/vOXTjm
v3cTpRy7atwwd/+PmZxw12D1sl7x6GRF7d2WjQzEUqOuf3NwG8K3pemYYXa3Q2sh
0Pa46TIrppv8i97CerpcCNhy6DPIaxv+mpWeoa556eoMXIf0J1cehTkbu7y54QJI
xQeidpESEWxg6CP3i0awyB1FkLMXFmPVi1EDfWaIbpUcKZmvSjKaht/mj+7mw7fw
lwYLEEj9tvBAQ3XctiFCKGop5XfESakcBdkrRWIsK88nTLqQJ4/mDttDzecDX1NX
WfyPNz89WDUnsMpTNM8VBmFecPELHBSt3o8Yw3Mt4KzDDAwkjAyPhEZCYrC2u420
darTXXUWwASg3XKhs0uiTmsCZ+eu/5ITFfbtIVYuzYf00oY7JtsJGrY7k1jO+2bW
9mx+KuGBuBJJ12tpqOAoogyH0AVU4SVKlaxAWRFZ6Z/LXVOib1DLGJt1Voi6I7Mv
Tp3WqKctSsOT50jGINoLP94adhXovlmkuaWE5L31BakX4Rp7u4RL/GLCTskLthmF
NzfXXBiPsPa0m5U0pACQtJ0Lf9h3Q9oQMMShDWqw1VlmP/Rn8vkFnNxJfMW7BQvb
tScETL6V1EZiB7Lj0JUz
=Lg8Y
-----END PGP SIGNATURE-----
--- End Message ---