[gnome-photos] flatpak: Fix tracker_miner_manager_get_status
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] flatpak: Fix tracker_miner_manager_get_status
- Date: Fri, 8 Sep 2017 15:29:27 +0000 (UTC)
commit c02d35a91cb7a825b07f330a0a01a09a4a0f7e46
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Sep 8 17:28:14 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, don't delete the filesystem miner's D-Bus service file.
Fallout from 66c4e62b67a4886cc5d60ebb0d9786fdc86e4929
flatpak/org.gnome.Photos.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 37bb676..72de2d0 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -257,7 +257,7 @@
},
{
"name": "tracker-miners",
- "cleanup": [ "/bin", "/etc", "/lib/systemd", "/libexec", "/share/dbus-1/services" ],
+ "cleanup": [ "/bin", "/etc", "/lib/systemd", "/libexec" ],
"config-opts": [ "--disable-miner-apps",
"--disable-miner-rss",
"--disable-static",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]