* Bruce Williams <stu...@audio2u.com> [01-17-21 15:41]:
> Michael,
> Thanks for the suggested tweaks to my bash scripts.
> Despite implementing those changes, I'm still unable to save presets of
> Collected Images in 3.4, but CAN still save new presets of Collected IMages
> in my master (3.5) branch.
> Also, 3.5 is still seeing all the same presets I've created in 3.4.
> #baffled

move ~/.config/darktable
to   ~/.config/darktable.34
and copy to
     ~/.config/darktable.35
     
then call darktable version 3.4 as
     darktable --configdir ~/.config/darktable.34
and version 3.5 as
     darktable --configdir ~/.config/darktable.35
     
and I would create aliases rather than the long command lines.

alias dt34='darktable --configdir ~/.config/darktable.34'          
alias dt35='darktable --configdir ~/.config/darktable.35'    

should accomplish what you desire

note that you will start with matching configurations, only differences
will show after you start using

-- 
(paka)Patrick Shanahan       Plainfield, Indiana, USA          @ptilopteri
http://en.opensuse.org    openSUSE Community Member    facebook/ptilopteri
Photos: http://wahoo.no-ip.org/piwigo               paka @ IRCnet freenode
____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Reply via email to