diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2019-12-01 17:51:20 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-12-01 11:24:26 -0800 |
| commit | 0c692f167e512579249b3c1cd3b960177dc99fbc (patch) | |
| tree | 8956d9d4c356da47d1bcd4f256a9cbc10a800645 /meta-gnome | |
| parent | 24d7c2e5956da868952041767b3124f75a6980e3 (diff) | |
| download | meta-openembedded-0c692f167e512579249b3c1cd3b960177dc99fbc.tar.gz | |
nautilus: add tracker-miners to RDPENDS
nautilus does not start and complains:
| (org.gnome.Nautilus:863): GLib-GIO-ERROR **: 21:03:52.326: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed
Thought I tested that successfully...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_3.34.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_3.34.1.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_3.34.1.bb index 789a11dfd2..a256ea95a7 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_3.34.1.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_3.34.1.bb | |||
| @@ -30,3 +30,7 @@ FILES_${PN} += " \ | |||
| 30 | ${datadir}/metainfo \ | 30 | ${datadir}/metainfo \ |
| 31 | ${datadir}/gnome-shell \ | 31 | ${datadir}/gnome-shell \ |
| 32 | " | 32 | " |
| 33 | |||
| 34 | # mandatory - not checked during configuration: | ||
| 35 | # | (org.gnome.Nautilus:863): GLib-GIO-ERROR **: 21:03:52.326: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed | ||
| 36 | RDEPENDS_${PN} += "tracker-miners" | ||
