commit 9495ff0137087fd7e35fe8f1eb31c2b96c9972ef
Merge: 5e35311 b4a20c9
Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Date: Mon Feb 23 21:14:32 2026 +0000
Merge branch 'pidof' into 'master'
postinst: use deb-systemd-invoke --user instead of open conding with kill/pidof
See merge request sudip/gnome-activity-journal!1
commit b4a20c95c3dc3f2d984be5e4e4253c724a1d4da1
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Wed Jan 14 17:29:00 2026 +0100
postinst: use deb-systemd-invoke --user instead of open conding with kill/pidof
zeitgeist runs as a user service, so just use the appropriate tool
instead of open coding with pidof/kill, which is not safe for
chroots and so on. pidof will also be made non-essential
shortly.
Among the 2 debian patches available in version 1.0.0.19.g1e469ff-1 of the package, we noticed the following issues: