~fabrixxm/Collector

Gnome collection inventories manager
Collector 0.2.2
Merge branch 'wip'
CollectionPage: paginate item loading

clone

read-only
https://git.sr.ht/~fabrixxm/Collector
read/write
git@git.sr.ht:~fabrixxm/Collector

You can also use your local clone with git send-email.

#WIP !!

A Gtk3 app to manage collection inventories throught yaml files.

#requires

  • Gtk3
  • libdazzle (plus gir1.2-dazzle-1.0 on debian)
  • libhandy 1
  • python3
  • gtksourceview 4 (libgtksourceview-4-0 on debian, gtksourceview4 on archlinux)
  • lesana >= 0.9.0 (lesana on debian sid, lesana on archlinux's AUR)

#build

With Builder or from command line

meson _build
sudo meson install -C _build

#logging

Collector uses python logging facilities. Toplevel logger for the app is 'collector'.

Log level can be set by env var COLLECTOR_LOGLEVEL. Default is WARNING.