Package: zeitgeist / 0.9.16-0.2
Metadata
Package | Version | Patches format |
---|---|---|
zeitgeist | 0.9.16-0.2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Give the D Bus service files the correct names.patch | (download) |
data/Makefile.am |
12 6 + 6 - 0 ! |
give the d-bus service files the correct names Best-practice is that if you implement a session service whose well-known name (Name field) is com.example.MyService1, and it should be service-activatable, then it should install ${datadir}/dbus-1/services/com.example.MyService1.service. This ensures that two non-conflicting packages cannot provide the same service name with the same search-path priority (i.e. in the same directory). If there are two session services with the same Name in the same directory, dbus-daemon will arbitrarily choose one of them, which is unlikely to be the desired result. |
Add a systemd user service for each D Bus session se.patch | (download) |
data/Makefile.am |
8 8 + 0 - 0 ! |
add a systemd user service for each d-bus session service This means that, under a systemd user session where dbus-daemon uses systemd for activation, they will correctly go into their own cgroups instead of being treated as part of dbus.service. |
fix_autocomplete.diff | (download) |
data/completions/zeitgeist-daemon |
6 3 + 3 - 0 ! |
--- |
fix test crash.patch | (download) |
extensions/fts++/test/test-stringutils.cpp |
138 91 + 47 - 0 ! |
[patch] fix tests crashing with gcc 5.1 The tests were using a c_str() result from a std::string that had gone out of scope. GCC 5.1 seems to be more agressive in freeing the string data before the tests checked against it. https://bugs.freedesktop.org/show_bug.cgi?id=91443 |
skip failing tests.patch | (download) |
test/c/Makefile.am |
2 0 + 2 - 0 ! |
instead of not running tests at all, let's just skip the ones that aren't working |
startup database vacuum.patch | (download) |
data/Makefile.am |
14 11 + 3 - 0 ! |
use execute a vacuum operation on activity db on startups every 10 days |
thread default context.patch | (download) |
libzeitgeist/log.vala |
3 2 + 1 - 0 ! |
--- |