~ubuntu-branches/ubuntu/raring/kactivities/raring-updates

1.1.13 by Scott Kitterman
Import upstream version 4.9.80
1
.\" " " " " " " " " " " " " " " " " " " " " " " " " " " "
2
.\"                                                     "
3
.\" It is best to view this file with the man tool:     "
4
.\" man ./README.packagers                              "
5
.\"                                                     "
6
.\" " " " " " " " " " " " " " " " " " " " " " " " " " " "
7
8
9
.\" Best to view this file with the man tool
10
.TH README KAMD  2012-08-29 "KDE" "KActivities Packagers"
11
12
.SH LIBRARY
13
14
The library can be used even if the service is not running nor installed.
15
The dependencies are minimal since it is only a thin wrapper for the d-bus
16
service.
17
18
.SH SERVICE
19
20
.TP
21
.B Activity encryption
22
For the encryption to work, FUSE needs to be properly set up and encfs
23
installed. If the locations of fusermount and encfs are not standard
24
(/bin/fusermount and /usr/bin/encfs) you can set the custom ones by
25
supplying cmake with a few additional parameters:
26
27
    -DFUSERMOUNT_PATH="/path/to/fusermount"
28
    -DENCFS_PATH="/path/to/encfs"
29
30
31