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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.\" " " " " " " " " " " " " " " " " " " " " " " " " " " "
.\"                                                     "
.\" It is best to view this file with the man tool:     "
.\" man ./README.packagers                              "
.\"                                                     "
.\" " " " " " " " " " " " " " " " " " " " " " " " " " " "


.\" Best to view this file with the man tool
.TH README KAMD  2012-08-29 "KDE" "KActivities Packagers"

.SH LIBRARY

The library can be used even if the service is not running nor installed.
The dependencies are minimal since it is only a thin wrapper for the d-bus
service.

.SH SERVICE

.TP
.B Activity encryption
For the encryption to work, FUSE needs to be properly set up and encfs
installed. If the locations of fusermount and encfs are not standard
(/bin/fusermount and /usr/bin/encfs) you can set the custom ones by
supplying cmake with a few additional parameters:

    -DFUSERMOUNT_PATH="/path/to/fusermount"
    -DENCFS_PATH="/path/to/encfs"