Update deskutils/horde-mnemo to version 4.1.3
[dports.git] / deskutils / calibre / pkg-message
1 ---
2
3 NOTE: Calibre requires Hal to be running for access to devices.  The user who
4 is running Calibre also needs to be able to mount devices.  For non-root users,
5 this means modifying %%PREFIX%%/etc/PolicyKit/PolicyKit.conf and adding the
6 policy there.
7
8 To allow a single user named "example" to mount removable devices, add the
9 following:
10
11   <match action="org.freedesktop.hal.storage.mount-removable">
12     <match user="example">
13       <return result="yes" />
14     </match>
15   </match> 
16
17 Additional users will each need their own <match user="user"> block with a
18 "yes" return result.
19
20 To permit all accounts to mount removable devices (allowing a denial of access
21 attack) add the following:
22
23   <match action="org.freedesktop.hal.storage.mount-removable">
24     <return result="yes" />
25   </match>
26
27 ---
28
29 If you are using an Android device as your e-book reader, please note
30 that the stock Google Books app uses a storage format that is not
31 supported by calibre.  The calibre FAQ recommends that either of the
32 free apps Aldiko or WordPlayer are used instead.
33
34 ---