Skip to content
Gerald Jansen edited this page Sep 6, 2019 · 19 revisions

Merging two hamster.db files

See https://github.com/projecthamster/hamster/issues/340#issuecomment-324387786

Getting/setting preferences from the command line

$ gconftool-2 -a /apps/hamster-time-tracker
 stop_on_shutdown = false
 day_start_minutes = 240
 ...
$ gconftool-2 --set /apps/hamster-time-tracker/day_start_minutes --type=int 240 # 04:00
Clone this wiki locally