zeitgeist:main

Last commit made on 2023-01-11
Get this branch:
git clone -b main https://git.launchpad.net/zeitgeist

Branch merges

Branch information

Name:
main
Repository:
lp:zeitgeist

Recent commits

33ab4cc... by Rico Tzschichholz

python: Replace getargspec with getfullargspec

Fixes https://gitlab.freedesktop.org/zeitgeist/zeitgeist/issues/26

1be2a5f... by Rico Tzschichholz

datahub: Fix wrong parameter for Event.full() ctor

Thanks to Mamoru TASAKA

Fixes https://gitlab.freedesktop.org/zeitgeist/zeitgeist/issues/19

8b89364... by Rico Tzschichholz

Release 1.0.4

a57cc75... by Rico Tzschichholz

build: Bump valac requirement to 0.32.1

ad68aee... by Rico Tzschichholz

test/direct: Preserve compatibility with older valac versions

c2168fc... by Henri Chain <email address hidden>

Add PartOf= to all systemd units

The `PartOf` directive sets up a one-way dependency between
graphical-session.target` and our services, so that when
graphical-session.target` is stopped or restarted, our services also get
stopped or restarted.

This ensures that gvfs daemons that were started in the context of a GUI
login session (through dbus activation) do not continue to run after the
user has logged out.

See `systemd.unit(5)` for more info.

3190305... by Henri Chain <email address hidden>

move systemd services to session slice

2726a43... by Payson Wallach <email address hidden>

Fix search_with_relevancies to call proxy with correct arguments

3bdcd24... by Oliver Sauder

Ensure releated data is removed when deleting events

702fdba... by Rico Tzschichholz

Sync custom g_assert_cmp* bindings with vala 0.52 and use them as needed