[gnome-photos/gnome-3-24] flatpak: Fix tracker_miner_manager_get_status
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/gnome-3-24] flatpak: Fix tracker_miner_manager_get_status
- Date: Fri, 8 Sep 2017 15:42:49 +0000 (UTC)
commit 7c310a0443321e8a698ce1545ebd48b52ca74a98
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Sep 8 17:41:01 2017 +0200
flatpak: Fix tracker_miner_manager_get_status
/share/tracker/miners/org.freedesktop.Tracker1.Miner.Files.service is a
symlink that points 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
Therefore, only delete tracker-store's D-Bus service file, but not
that of the filesystem miner.
Fallout from 1d64c6bdcadfd5fa603e101da612184e21c6cc69
flatpak/org.gnome.Photos.json | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index eb1ce8d..6810165 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -243,7 +243,11 @@
},
{
"name": "tracker",
- "cleanup": [ "/bin", "/etc", "/lib/systemd", "/libexec", "/share/dbus-1/services" ],
+ "cleanup": [ "/bin",
+ "/etc",
+ "/lib/systemd",
+ "/libexec",
+ "/share/dbus-1/services/org.freedesktop.Tracker1.service" ],
"config-opts": [ "--disable-introspection",
"--disable-miner-apps",
"--disable-miner-evolution",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]