Thanks for this old thread. Here's my updated recipe for the dconf world: shotwell.sh
#!/bin/sh gsettings set org.yorba.shotwell.preferences.files import-dir [path for alternative library] shotwell -d .shotwell-alternative-dir gsettings set org.yorba.shotwell.preferences.files import-dir [path of base library] Thanks, Andy > From: Александр Сорокин <a.i.sorokin@...> > Subject: Re: How to use "Multiple Libraries" > Date: 2011-04-25 20:00:56 GMT > > I create a separate launch file for situation like that: > > shotwell.sh > > #!/bin/sh > gconftool-2 --set --type=sting > /apps/shotwell/preferences/files/import_dir [path for another library] > shotwell -d [path for another library].shotwell > gconftool-2 --set --type=sting > /apps/shotwell/preferences/files/import_dir [path of base library] > > Sorry for my ugly english ;) > >> > On 04/19/2011 06:46 AM, Королёв Илья wrote: > >> >> Hello > >> >> I'm trying to use multiple libraries - "shotwell -d > >> >> [library-directory]" Shotwell really reads photo.db from given > >> >> directory, but it does not > >> affect configuration, so import directory is the same, and > >> therefore I can't import photos to secondary library. > >> >> Is there a way to change import directory together with library > >> directory? _______________________________________________ Shotwell mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell
