[gnome-photos/sam/tracker3] TEMP: don't activate grl-flickr plugin on startup



commit d423d84d7473153ca4acf919ae6bb30d8d8eb7b5
Author: Sam Thursfield <sam afuera me uk>
Date:   Wed May 27 13:07:31 2020 +0200

    TEMP: don't activate grl-flickr plugin on startup
    
    This blocks application startup for 5 seconds if you have a flickr
    account configured.

 src/photos-application.c | 10 ----------
 1 file changed, 10 deletions(-)
---
diff --git a/src/photos-application.c b/src/photos-application.c
index 9d6b900c..66319d27 100644
--- a/src/photos-application.c
+++ b/src/photos-application.c
@@ -2632,16 +2632,6 @@ photos_application_startup (GApplication *application)
       g_warning ("Unable to load Grilo plugins: %s", error->message);
   }
 
-  if (grl_plugins_loaded)
-    {
-      {
-        g_autoptr (GError) error = NULL;
-
-        if (!grl_registry_activate_plugin_by_id (registry, "grl-flickr", &error))
-          g_warning ("Unable to activate Grilo's Flickr plugin: %s", error->message);
-      }
-    }
-
   self->create_window_cancellable = g_cancellable_new ();
   self->refresh_miner_ids = g_hash_table_new (g_direct_hash, g_direct_equal);
 


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