Skip to content

Remove dependency on gconf

Dirk HOFFMANN requested to merge github/fork/GeraldJansen/no-gconf into master

Created by: GeraldJansen

  • completely remove gconf dependency (also in waf scripts)
  • save/load configuration in xdg_config_home, normally ~/.config/hamster-time-tracker/hamster.json
  • for now the file is accessed on every conf.set() and conf.get() call (meaning that external modifications will be picked up immediately)

Related to #64 (closed). Perhaps a complex migration is not necessary.

Merge request reports