[gnome-photos/gnome-3-24] flatpak: Don't crash on startup
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/gnome-3-24] flatpak: Don't crash on startup
- Date: Tue, 15 Aug 2017 09:19:47 +0000 (UTC)
commit bbbf31ac60f557e3dbfdb8c959d8c102caf10158
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Aug 15 11:05:30 2017 +0200
flatpak: Don't crash on startup
While the filesystem miner itself doesn't add any value to the Flatpak,
the org.freedesktop.Tracker.Miner.Files:index-recursive-directories
setting is needed to read content from the custom locations specified
by the user. Otherwise, the application crashes on startup with
GLib-GIO-ERROR **: Settings schema
'org.freedesktop.Tracker.Miner.Files' is not installed
Therefore, the miner is enabled at build time, but the binary and
autostart files are deleted afterwards by:
"cleanup": [ "/etc", "/libexec" ]
This reverts part of dd3859064eec1ec8d423df385f87d1185cdcfc79
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 c6b0594..8f143b3 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -243,7 +243,6 @@
"config-opts": [ "--disable-miner-apps",
"--disable-miner-evolution",
"--disable-miner-firefox",
- "--disable-miner-fs",
"--disable-miner-rss",
"--disable-miner-thunderbird",
"--disable-miner-user-guides",
@@ -253,6 +252,7 @@
"--disable-tracker-needle",
"--disable-tracker-preferences",
"--disable-tracker-writeback",
+ "--enable-miner-fs",
"--enable-minimal",
"--with-bash-completion-dir=no" ],
"sources": [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]