Skip to content

Fix ValueError error when launching without Zeitgeist

newhoa requested to merge newhoa/catfish:zeitgeist-gir-optional into master

If gir1.2-zeitgeist-2.0 is not installed Catfish currently fails to launch giving a ValueError. This sets Zeitgeist support to False if a ValueError is received.

Merge request reports