From 0bf9ab5d82afcf15c094aa6c9fe9a585bf437bc6 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Thu, 5 Dec 2013 23:19:17 +0100 Subject: [PATCH] [Rigo] document the installed repository lazy load requirement --- rigo/rigo_app.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rigo/rigo_app.py b/rigo/rigo_app.py index 773bc1d34..971a22c71 100644 --- a/rigo/rigo_app.py +++ b/rigo/rigo_app.py @@ -181,6 +181,9 @@ class Rigo(Gtk.Application): icons = get_sc_icon_theme(DATA_DIR) self._activity_rwsem = ReadersWritersSemaphore() + + # This relies on the fact that the installed packages repository + # is lazily loaded (thus, schema update code is). self._entropy = Client() self._entropy_ws = EntropyWebService(self._entropy)