[gnome-documents] flatpak: Add tracker-miners
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] flatpak: Add tracker-miners
- Date: Tue, 13 Mar 2018 13:55:11 +0000 (UTC)
commit 072c78e103b2c902d444a9b822533eba5b36d228
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Mar 13 14:48:39 2018 +0100
flatpak: Add tracker-miners
This is required for:
- The org.freedesktop.Tracker.Miner.Files:index-recursive-directories
setting for custom locations added through Settings -> Search
- Reading the status of the filesystem miner using
tracker_miner_manager_get_status.
Note that the latter works through the
/share/tracker/miners/org.freedesktop.Tracker1.Miner.Files.service
file, which is a symlink to the filesystem miner's D-Bus service file.
A working symlink is necessary for tracker_miner_manager_get_status to
work. Otherwise, it leads to this on startup:
Tracker-WARNING **: Error parsing miner .desktop file: No such file
or directory
https://bugzilla.gnome.org/show_bug.cgi?id=785415
flatpak/org.gnome.Documents.json | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/flatpak/org.gnome.Documents.json b/flatpak/org.gnome.Documents.json
index f4b37a3..1d733fe 100644
--- a/flatpak/org.gnome.Documents.json
+++ b/flatpak/org.gnome.Documents.json
@@ -144,6 +144,22 @@
]
},
{
+ "name": "tracker-miners",
+ "cleanup": [ "/bin", "/etc", "/lib/systemd", "/libexec" ],
+ "config-opts": [ "--disable-miner-apps",
+ "--disable-miner-rss",
+ "--disable-static",
+ "--disable-tracker-extract",
+ "--disable-tracker-writeback",
+ "--enable-miner-fs" ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://git.gnome.org/browse/tracker-miners"
+ }
+ ]
+ },
+ {
"name": "libgepub",
"buildsystem": "meson",
"sources": [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]