blob: a48b6b4c2ad70aec61ff2d907c5024162469c636 (
plain)
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
|
<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.</desc>
<link type="next" xref="other-files"/>
</info>
<title>Multiple libraries</title>
<p>Shotwell supports multiple libraries on the same computer with the concept of profiles. A profile is a set of meta-data and settings associated with
a library folder.
</p>
<p>All profiles are completely isolated from each other. While it is possible to use the same library folder for different profiles, it is not recommended.</p>
<section id="managing">
<title>Managing profiles</title>
<p>Profiles can either be created using the dedicated <app>Shotwell Profile Manager</app>, calling <cmd>shotwell --profile-browser</cmd> from the command
line or the <gui style="tab">Profiles</gui> section of the settings <guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq></p>
</section>
<section id="using">
<title>Selecting a profile</title>
<p>A profile can only be selected during start-up and cannot be switched during run-time.</p>
<p>To select a profile, start the Shotwell Profile Manager and select a profile using double-click, or calling <cmd>shotwell --profile <var>name</var></cmd></p>
</section>
</page>
|