Hi all,
I use to synchronize my dotfiles between computers by means of a git repo. geany saves some local state in its user configuration file so it changes after every session, cluttering my change log and sharing strictly local state between different installations. Is it possible to separate configuration items from state items? Or at least to keep the configuration options I've explicitly changed in a different file?
Best regards -- Carlos
On 17 November 2013 08:17, Carlos Pita carlosjosepita@gmail.com wrote:
Hi all,
I use to synchronize my dotfiles between computers by means of a git repo. geany saves some local state in its user configuration file so it changes after every session, cluttering my change log and sharing strictly local state between different installations. Is it possible to separate configuration items from state items? Or at least to keep the configuration options I've explicitly changed in a different file?
Unfortunately not, there have been discussions about separating sessions information from config information, but there are complications and no suitable design has been arrived at.
Cheers Lex
Best regards
Carlos _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Am 16.11.2013 22:46, schrieb Lex Trotman:
On 17 November 2013 08:17, Carlos Pita <carlosjosepita@gmail.com mailto:carlosjosepita@gmail.com> wrote:
Hi all, I use to synchronize my dotfiles between computers by means of a git repo. geany saves some local state in its user configuration file so it changes after every session, cluttering my change log and sharing strictly local state between different installations. Is it possible to separate configuration items from state items? Or at least to keep the configuration options I've explicitly changed in a different file?
Unfortunately not, there have been discussions about separating sessions information from config information, but there are complications and no suitable design has been arrived at.
IMO session information should be stored in a separate file. What are the complications?
Best regards.