This file is indexed.

/usr/share/help/C/shotwell/other-multiple.page is in shotwell-common 0.28.2-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
<page xmlns="http://projectmallard.org/1.0/"
      type="guide"
      id="other-multiple">

    <info>
        <link type="guide" xref="index#other"/>
        <desc>You can open Shotwell with a different photo library by using the command line.</desc>
        
        <link type="next" xref="other-files"/>
    </info>

	<title>Multiple libraries</title>

<p>Shotwell normally stores its database and photo thumbnails in the directory <file>~/.shotwell</file> . This directory does not hold photos, but the database in this directory contains a list of all the photos in the Shotwell library.</p>

<p>As an advanced feature, it's possible for you to have multiple Shotwell libraries, each of which has its own set of photos. Each library needs its own database directory. To launch Shotwell with an alternate library, specify an alternate database directory on the command line as follows:</p>

<screen>
shotwell -d [library-directory]
</screen>

</page>