[totem/wip/hadess/filter-content-changes: 4/4] grilo: Don't listen to tracker3 content changes




commit 0ed1d793feade5f9e8a28a82f1fe1e00456f3b37
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Aug 21 20:47:06 2020 +0200

    grilo: Don't listen to tracker3 content changes
    
    They don't work well enough for now. See:
    https://gitlab.gnome.org/GNOME/grilo-plugins/-/issues/73

 src/totem-grilo.c | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index 279a4683b..dfe1b42d6 100644
--- a/src/totem-grilo.c
+++ b/src/totem-grilo.c
@@ -1330,6 +1330,9 @@ source_added_cb (GrlRegistry *registry,
                if (source_is_recent (source)) {
                        browse (self, self->priv->recent_model,
                                NULL, source, NULL, -1);
+                       /* https://gitlab.gnome.org/GNOME/grilo-plugins/-/issues/73 */
+                       if (g_str_equal (id, "grl-tracker3-source") == FALSE)
+                               monitor = TRUE;
                } else if (!source_is_browse_blocked (source)) {
                        const GdkPixbuf *icon;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]